Ignore:
Timestamp:
Jul 4, 2011, 8:19:48 PM (13 years ago)
Author:
flop25
Message:

it's getting closer.. next : change margin by js and category

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/theme.css

    r11498 r11630  
    1 #theCategoryPage #content, #content, #subcontent, #the_page {
     1/**/
     2#theCategoryPage #content, #content, #subcontent, #the_page, #thumbnails_block1 {
    23    max-width: none;
    34}
     
    1718        width:auto;
    1819}
    19 #menubar_container, #subcontent {
     20/*
     21#menubar_container {
     22    display: inline-block;
     23
     24
     25 #subcontent {
     26    display: inline-block;
     27                width:100%;
     28
     29*/
     30 #subcontent {
     31    margin-left: 20em;
     32    min-height: 466px;
     33                display:inherit;
     34}
     35#menubar {
     36    display: inline;
     37    float: left;
     38    margin: 0 0 10px 1em;
     39    padding: 0;
     40    width: 18em;
     41
     42
     43.bloc {
    2044    display: block;
    21 }
    22 .bloc {
    23                 display: block;
    2445    margin: 3px;
    2546    padding: 5px;
     
    6081    width: 160px;
    6182}
     83/** color **/
     84body {
     85    background-color: #1E1E1E;
     86    color: #FFFFFF;
     87    font-family: Helvetica,Arial,sans-serif;
     88    margin: 5px;
     89}
     90a {
     91    color: #FFFFFF;
     92    text-decoration: none;
     93}
     94#thePicturePage .left_block, #thePicturePage .right_block, #thePicturePage .middle_block, #content {
     95  background: transparent
     96}
     97#theHeader, .titrePage, .titrePage a {
     98    color: #E6554F;
     99}
Note: See TracChangeset for help on using the changeset viewer.