Sha256: 1b3f27d301b21572728aa9ee8ea2995c049c9be6b88be193191e958927d363b2
Contents?: true
Size: 1.47 KB
Versions: 3
Compression:
Stored size: 1.47 KB
Contents
// Cytoplasm LESS Module // By MacKinley Smith // Global Element Styles body { margin:0; height:100%; overflow-y:scroll; } // Headings h1, h2, h3, h4, h5, h6 { margin:20px 0px; } // Header header { overflow:hidden; h1 { margin:0px; white-space:nowrap; cursor:pointer; display:inline; text-shadow:0px 0px 10px rgba(0,0,0,0.5); } #logo { z-index:1000; } } // Navigation nav { ul { padding:0px; list-style:none; li { display:inline-block; } } } // Main Content #main_content { min-height:400px; background:white; overflow:hidden; box-shadow:0px 0px 10px rgba(0,0,0,0.8); clear:both; &>:first-child { margin-top:0px; padding-top:0px; } &>:last-child { margin-bottom:0px; padding-bottom:0px; } } // Footer footer { } // jQuery Plugins // CytoTable table.cytoTable { width:100%; margin-bottom:15px; box-shadow:0px 0px 10px rgba(0,0,0,0.5); td { padding:10px; &.labelcell { width:100px; } &>h1, &>h2, &>h3, &>h4, &>h5, &>h6 { margin:0px; padding:0px; } } } // CytoField .cytoField { width:100%; border:1px solid #aaa; border-radius:5px; font-size:14px; box-shadow:inset 0px 0px 5px rgba(0,0,0,0.25); &[type=text], &[type=password], &[type=email] { height:28px; padding:0px 7px; } } textarea.cytoField { resize:none; height:200px; padding:7px; } // CytoButton button, input[type=submit] { &.cytoButton { border-radius:5px; cursor:pointer; &.large { width:100%; height:50px; } } }
Version data entries
3 entries across 3 versions & 1 rubygems