Changeset 5583


Ignore:
Timestamp:
Apr 3, 2010, 1:31:37 PM (14 years ago)
Author:
Gotcha
Message:

Add theme.css and some img

Location:
extensions/sobre
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/theme.css

    r5544 r5583  
    1 /* The header */
    2 #theHeader p {display:none;}
     1/* $ Id: theme.css 2010-04-03 Par Gotcha pour son thème "Sobre" $ */
     2
     3/* Importation de feuilles de styles additionnelles */
     4@import "menu.css";
     5@import "slider.css";
     6
     7/* Le header */
     8/* Fonctionne avec l'administration */
     9
     10#theHeader p {
     11        display:none;
     12} /* Désactivé par défaut */
     13
     14/**************/
    315
    416/* text color */
     
    719        color:#d0d0d0;
    820}
    9 
    1021H2, #menubar DT {
    1122        color: #fff48e;
    1223}
    13 
     24/**************/
    1425
    1526/* backgrounds */
    1627
    17 BODY, H3, #imageHeaderBar, #imageToolBar A:hover {
    18         background-color: #2f2f2f;
     28BODY, H3, #imageBar, #imageToolBar A:hover {
     29        background: #393737
     30}
     31BODY {
     32background: #EAEAEA url(images/background-0.png) repeat-x top;
    1933}
    2034
     
    2236        background-color: #505050;
    2337}
    24 
    25 H2, #menubar DT {
     38H2 {
    2639        background-image: url(images/tableh1_bg.png);
    27 }
    28 
     40        color: #fff48e;
     41}
    2942#imageHeaderBar H2 {
    3043        background-image: none;
     
    3245        border: none;
    3346}
    34 
    3547#imageHeaderBar {
    3648        background-image: url(images/tableh2_bg.png);
     
    3951        border-top: 1px solid #000;
    4052}
     53/**************/
    4154
    4255/* borders */
    43 #menubar DL, .content{
    44         border: 1px solid #000;
    45 }
    46 
    47 H2, #menubar DT, #imageToolBar {
     56.content{
     57        border: 1px solid #252525;
     58        margin: 0;
     59}
     60H2, #imageToolBar {
    4861        border-bottom: 1px solid #000;
    4962}
    50 
    5163FIELDSET, INPUT, SELECT, TEXTAREA,
    5264.content DIV.thumbnailCategory {
    5365        border: 1px solid gray;
    5466}
    55 
    5667.content UL.thumbnails SPAN.wrap2 {
    5768        border: 1px solid #aaaaaa;      /* thumbnails border color and style */
    5869        border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
    5970}
    60 
    6171.content UL.thumbnails SPAN.wrap2:hover,
    6272.content UL.thumbnailCategories DIV.thumbnailCategory:hover,
     
    7383        border: none;
    7484}
    75 
    7685A:hover {
    7786        color: #FFF48E;
    7887}
     88
     89/* Pied de page */
     90#copyright {
     91        color: black;
     92}
     93#copyright a {
     94        color: #FF7700;
     95}
     96
     97/* Whois Online */
     98.Online {
     99        color: #444444;
     100}
     101.Online a {
     102        color: black;
     103}
     104 
     105/* Couleur de fond */
     106.content, #imageToolBar, .header_notes {
     107        background-color: black;
     108}
     109#imageToolBar {
     110        background-color:#505050;
     111}
     112
     113/* Cadre autour de la page */
     114#thePicturePage {
     115        border:1px solid white;
     116}
     117
     118/* Les polices */
     119h2 {
     120        font-family:Mon-menu;
     121        font-size:18px;
     122        font-style:italic;
     123        font-weight:normal;
     124}
     125.content ul.thumbnails span.thumbLegend {
     126        height: 100%;
     127}
     128
     129/* Plus de place pour le texte des catégories */
     130.content ul.thumbnails span.wrap2, .content div.thumbnailCategory div.description  {
     131        height: 190px;
     132}
     133
     134
     135
     136#theImage p {
     137        color:#D0D0D0;
     138        font-style:italic;
     139        margin:10px auto auto;
     140        position:relative;
     141        width:800px;
     142}
     143
     144.content div.thumbnailCategory div.description .text {
     145        text-align: justify;
     146        padding-right:5px;
     147}
     148.content div.thumbnailCategory div.description {
     149        overflow: none;
     150}
     151
     152/* Correction de l'affichage de la liste des tags */
     153ul.tagSelection {
     154        width:100%;
     155}
     156ul.tagSelection li{
     157        float:left;
     158        width:150px!important;
     159        overflow:hidden;
     160}
     161
     162/* Tips pour picture.tpl */
     163#theImage img {
     164        margin-top: 10px;
     165}
     166
     167/* Modification de zone de commentaires */
     168#comments fieldset {
     169        margin: auto;
     170        padding: 0;
     171        background-color: #F0F0F0;
     172        color: black;
     173}
     174#comments fieldset legend {
     175        margin-left: 10px;
     176        background: #F0F0F0;
     177}
     178#thePicturePage form.filter fieldset ul, #thePicturePage form.filter fieldset label {
     179        display:block;
     180        float:none;
     181        margin-right:0;
     182        padding:0;
     183}
     184table.commentr {
     185        margin-top: -20px;
     186        margin-bottom: -10px;
     187}
     188#outils {
     189        padding-top: 17px;
     190}
     191form.filter input[type="submit"] {
     192        margin-top:0;
     193}
     194form fieldset p {
     195        margin-top:0;
     196}
     197#comments  {
     198        border-width:0;
     199        padding:5px;
     200}
     201#theImage table {
     202        background-color: #D3D3D3;
     203        border:1px solid #000;
     204        width: 800px;
     205        margin:10px auto 0;
     206}
     207#theImage p {
     208        color: #000;
     209        font-style:italic;
     210        margin:0;
     211        position:relative;
     212}
     213#comments {
     214        width: 910px;
     215        margin: 0 auto;
     216        background-color: #505050;
     217}
     218#comments h3 {
     219        margin:14px -5px;
     220        padding:0 7px;
     221}
     222#comments table tbody tr td  select {
     223        width: 95px;
     224}
     225#comments SPAN.author {
     226        font-weight:bold;
     227}
     228#comments blockquote {
     229        border-color:black;
     230        border-style:solid;
     231        border-width:0 0 0 2px;
     232        padding-left:5px;
     233        font-style:italic;
     234}
     235#stuffs_block_3 #comments { /* Tip pour la page d'accueil */
     236        width: 100%;
     237}
Note: See TracChangeset for help on using the changeset viewer.