web/wp-content/themes/thematic/library/styles/18px.css
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 /* -------------------------------------------------------------- 
       
     2   
       
     3    Minimal styles that hold to a 18px line-height
       
     4    
       
     5 -------------------------------------------------------------- */
       
     6 
       
     7 /* =Header
       
     8 -------------------------------------------------------------- */
       
     9 
       
    10 #branding {
       
    11     padding:18px 0;
       
    12 }
       
    13 
       
    14 /* =Menu
       
    15 -------------------------------------------------------------- */
       
    16 
       
    17 .skip-link {
       
    18     display:none;
       
    19 }
       
    20 #menu {
       
    21     overflow:hidden; /* clears the inner float  */
       
    22 }
       
    23 #menu ul {
       
    24     margin:0;
       
    25     list-style:none;
       
    26 }
       
    27 #menu ul ul {
       
    28     display:none;
       
    29 }
       
    30 #menu li {
       
    31     display:inline;
       
    32 }
       
    33 #menu a {
       
    34     display:block;
       
    35     float:left;
       
    36 }
       
    37 
       
    38 /* =Content
       
    39 -------------------------------------------------------------- */
       
    40 
       
    41 #main {
       
    42     padding-top:18px;
       
    43 }
       
    44 .hentry {
       
    45     padding-bottom:18px;
       
    46 }
       
    47 .page-link {
       
    48     margin-bottom:18px;
       
    49 }
       
    50 
       
    51 /* =Navigation
       
    52 -------------------------------------------------------------- */
       
    53 
       
    54 .navigation {
       
    55     margin:0px 0 18px 0;
       
    56     overflow:hidden;
       
    57 }
       
    58 .nav-previous {
       
    59 	float: left;
       
    60 	width:50%;
       
    61 }
       
    62 .nav-next {
       
    63 	float: right;
       
    64 	width:50%;
       
    65 	text-align:right;
       
    66 }
       
    67 #nav-above,#nav-below {
       
    68 	width: 100%;
       
    69 }
       
    70 
       
    71 /* =Comments
       
    72 -------------------------------------------------------------- */
       
    73 
       
    74 
       
    75 /* =Asides, Sidebars & Widget-Ready Areas
       
    76 -------------------------------------------------------------- */
       
    77 
       
    78 .aside ul {
       
    79     list-style:none;
       
    80     margin-left:0;
       
    81 }
       
    82 .aside ul ul {
       
    83     list-style:disc;
       
    84     margin:0 0 18px 1.5em;
       
    85 }
       
    86 .aside ul ul ul {
       
    87     margin-bottom:0;
       
    88 }
       
    89 .aside form,
       
    90 .aside table {
       
    91     margin-bottom:18px;
       
    92 }