Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
Dernière révisionLes deux révisions suivantes
style [2014/01/26 19:29] – créée - modification externe 127.0.0.1style [2023/02/11 22:32] – supprimée minimi
Ligne 1: Ligne 1:
-<html> 
-  <style type="text/css"> 
-//style green 
-/* 
-  body,div,p,tr,td,th,h1,h2,h3,h4,h5,h6,table,thead,tbody { 
-    color: green; 
-    background-color: black } 
- 
-  #mainContent{ 
- background-color: black; 
- color:green; 
-} 
- 
-.external{ 
-  color: red; 
-} 
- 
- 
-*/ 
-//fin style green 
-   
-.red_font{ 
-  color: red; 
-} 
- 
-  .columns{ 
-   width: 100%; 
-} 
-  .first_column{ 
-    //max-width: 100px; 
-    //margin: auto; 
-    //min-width:200px; 
-    padding:5px; 
-    float: left;  
-      } 
-  .second_column{ 
-    //margin: auto; 
-    //float: right; 
-    //min-width:200px; 
-    padding:5px; 
-    float:left; 
-     } 
- 
-  .break{ 
-    clear: both; 
-      } 
-   
-  .danger_head{ 
-    background: rgba(255,0,0,0.7); 
-//    color:white; 
-  } 
- 
-  .utils{ 
-   background: rgba(255,153,0,0.9); 
-//    color:white; 
-  } 
- 
-  .bureautique{ 
-    background: rgba(51,204,0,0.9); 
-//    color:white; 
-  } 
- 
-  .internet{ 
-    background: rgba(51, 51, 255,0.9); 
-//    color:white; 
-  } 
- 
-  .multimedia{ 
-    background: rgba(102,0,104,0.9); 
-//    color:white; 
-  } 
- 
-  .nettoyage{ 
-    background: rgba(0,153,0,0.9); 
-//    color:white; 
-  } 
- 
-  .stress{ 
-    background: rgba(255,0,0,1); 
-//    color:white; 
-  } 
- 
-  .util_head{ 
-  } 
- 
-  .even{ 
-     background-color: rgba(192,192,192,0.3); 
-  } 
- 
- 
-  .bulle span{ 
-     display: none; 
-  } 
- 
-  .bulle:hover span{ 
-     display: block; 
-     background-color: white; 
-  } 
-    
-span.bulle { 
-   position: relative; 
-   } 
- 
-span.bulle:hover span { 
-    
-   left: 0px; 
-   display: block; 
-   width: 500px; 
-   position: absolute; 
-   z-index:10; 
-   border: 1px black solid; 
-   background: #c3c3c3; 
-   } 
-#global_warning{ 
-   background-color:red; 
-   color:yellow; 
-   padding:5px; 
-   font-size:0.9em; 
-   width:250px; 
-   margin-right : 1em; 
-   border:1px dashed yellow; 
-} 
-#menu_right{ 
-   float:right; 
-   z-index:100; 
-} 
-.clear{ 
-   clear:both; 
-} 
-.tmp_solver{ 
-width:50%; 
-} 
- 
-//body { 
-//    counter-reset: chapter;      /* Create a chapter counter scope */ 
-//} 
-h1:before { 
-    //content: "Chapter " counter(chapter) ". "; 
-    counter-increment: chapter;   
-} 
-h1 { 
-    counter-reset: sections;      
-} 
-h2:before { 
-    //content:  counter(section) " "; 
-    counter-increment: section; 
-} 
- 
-h2 { 
-   counter-reset: subsection; 
-} 
- 
-h3:before { 
-    content:  counter(subsection) " - "; 
-    counter-increment: subsection; 
-} 
- 
-h3 { 
-   counter-reset: subsubsection; 
-} 
- 
-h4:before { 
-    content:        " counter(subsection) "." counter(subsubsection) " - "; 
-    counter-increment: subsubsection; 
-} 
- 
-.columns { 
-    width : 100%; 
-} 
- 
-/* 
-   menu style 
-*/ 
-#desclicks_menu{ 
- position : relative; 
- top : -25px ; 
- width : 100% ; 
- height : 26px ; 
- background : none repeat scroll 0% 0% rgb(51, 60, 77); 
- 
-} 
-#desclicks_menu ul { 
- margin:0; 
- padding:0; 
- list-style-type:none; 
- text-align:center; 
- } 
-#desclicks_menu li { 
- float:left; 
- margin:auto; 
- padding:0; 
- background : none repeat scroll 0% 0% rgb(51, 60, 77); 
- } 
-#desclicks_menu li a { 
- display:block; 
- width:100px; 
- color:white; 
- text-decoration:none; 
- padding:5px 30px; 
- } 
-#desclicks_menu li a:hover { 
- color:#FFD700; 
- background-color:rgb(21, 30, 47); 
- } 
- #desclicks_menu ul li ul { 
- display:none; 
- } 
- #desclicks_menu ul li:hover ul { 
- display:block; 
- } 
-#desclicks_menu li:hover ul li { 
- float:none; 
- } 
-  
- #desclicks_menu li ul { 
- position:absolute; 
- 
- } 
-  </style> 
-</html>