Ignore:
Timestamp:
Jul 9, 2011, 7:12:39 PM (13 years ago)
Author:
flop25
Message:

custom navigation bar
menu switch works according to the config and at the first run
custom album tittle color

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/theme.css

    r11677 r11679  
    2929*/
    3030 #subcontent {
    31     min-height: 466px;
     31    min-height: 490px;
    3232                display:block;
    3333}
     
    3939    width: 18em;
    4040
    41 
     41.stuffs_thumbnails .bloc {
     42        position:relative !important;
     43        top:auto !important;
     44        left:auto !important;
     45}
     46.stuffs_thumbnails .bloc {
     47    display: inline-block !important;
     48}
     49.stuffs_thumbnails {
     50        width:400px;
     51}
     52.stuffs_thumbnails #thumbnails {
     53        margin:0;
     54}
     55#thePicturePage .stuffs_thumbnails {
     56        width:auto;
     57}
    4258.bloc {
    4359    display: block;
     
    4561    padding: 5px;
    4662    width: 150px;
     63                z-index:999;
     64}
     65.content_block {
     66        z-index:999;
    4767}
    4868.bloc * {
     
    5070}
    5171.bloc .title {
    52             color: #FFFFFF;
    5372    left: 6px;
    5473    max-width: 138px !important;
     
    5776    top: 6px;
    5877    z-index: 1;
    59     background-image: url("img/btn.png");
    60     border-radius: 5px 5px 5px 5px;
    6178    cursor: pointer;
    6279    display: block;
    6380    float: left;
    64     font-family: Helvetica,Arial,sans-serif;
    65     font-size: 9px;
    66     font-weight: bold;
    6781    margin-right: 5px;
    6882    padding: 7px 10px 8px;
    69     text-align: center;
    70     text-decoration: none;
    71     text-transform: uppercase;
    72     white-space: normal;
    7383}
    7484.bloc a {
    75     border-radius: 5px 5px 5px 5px;
    7685    display: block;
    7786    overflow: hidden;
     
    8089    width: 160px;
    8190}
    82 /** color **/
     91.nav_bulle {
     92    font-size: 9px;
     93    font-weight: bold;
     94    margin-right: 5px;
     95    padding: 7px 10px 8px;
     96}
     97#thumb_navigation {
     98        display:none
     99}
     100/****************
     101 color backgroung etc
     102 ************************/
    83103body {
    84104    background-color: #1E1E1E;
     
    91111    text-decoration: none;
    92112}
     113.bloc .title, .nav_bulle {
     114        color: #FFFFFF;
     115        background-image: url("img/btn.png");
     116        border-radius: 5px 5px 5px 5px;
     117        font-family: Helvetica,Arial,sans-serif;
     118        font-size: 9px;
     119        font-weight: bold;
     120        text-align: center;
     121        text-decoration: none;
     122        text-transform: uppercase;
     123        white-space: normal;
     124
     125}
     126.bloc a {
     127    border-radius: 5px 5px 5px 5px;
     128}
    93129#thePicturePage .left_block, #thePicturePage .right_block, #thePicturePage .middle_block, #content {
    94130  background: transparent
    95131}
    96 #theHeader, .titrePage, .titrePage a {
     132#theHeader, .titrePage, .titrePage a, .footer_login a, .navigationBar a {
    97133    color: #E6554F;
    98134}
     135.album .title {
     136        color:#F8CDCB;
     137}
     138
     139.content_block .additional_info {
     140        color:inherit;
     141}
Note: See TracChangeset for help on using the changeset viewer.