Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a new image of squeeze cause the pipol one is broken
[simgrid.git] / website / stylesheets / simgridsite.css
1 /**** page main layout ****/
2 body {
3   margin: 0px;
4   padding: 0px 0px 10px 0px;  
5   font:0.9em "trebuchet ms", helvetica, arial, sans-serif;
6 }
7 /** Header layout ***/
8 #header {text-align: center;
9 padding:0;  margin:0 auto;
10 list-style:none; 
11 width:100%; height:150px; 
12 font-size:16px; color:#888; font-weight:normal; margin-top:15px;
13  }
14 h1 {
15 color:#e33729; background:#fff;
16 }
17
18 /*** Main sections layout ***/
19 #main {text-align: left;
20 padding:0;  margin:0 auto;
21 list-style:none; 
22 width:1000px;  
23 font-size:16px; color:#000; font-weight:normal; margin-top:15px;
24  }
25 h1 {
26 color:#e33729; background:#fff;
27 }
28 h2 {
29 color:#e33729; background:#fff;
30 }
31 h3 {
32 color:#e33729; background:#fff;
33 }
34
35 .subtitle {
36 color:#000;
37 }
38 /*** hyperrefs ***/
39 a {
40  text-decoration: none;
41 }
42 h4 a {
43 color:#e33729; background:#fff;
44 }
45
46 /*** Courses special layout ***/
47 div.course div.description {display:none}
48 div.touch:hover + div.description {display:block}
49 div.touch{font-size:12px; color:#888; font-weight:normal;}
50
51 /** Footer layout ***/
52 #footer {text-align: center;
53 padding:0;  margin:0 auto;
54 list-style:none; 
55 width:1000px; height:200px; 
56 font-size:12px; color:#888; font-weight:normal; margin-top:15px;
57  }
58 /*** Footer logos ***/
59 ul.footerlogos {padding:0; margin:0 auto; list-style:none; width:1100px; height:100px; position:relative;}
60 ul.footerlogos li {width:220px; height:100px; float:left;}
61
62 ul.footerlogos li a {display:block; width:150px; height:50px; padding:25px; font-family:arial, sans-serif; color:#666; text-decoration:none; font-size:12px;
63 -webkit-transition: 0.1s;
64 -moz-transition: 0.1s;
65 -o-transition: 0.1s;
66 transition: 0.1s;
67 }
68
69 ul.footerlogos li:hover > a {text-align:center; height:64px; padding:18px; cursor:pointer;}
70 /*** avoiding borders ***/
71 a img
72 {
73 border: none;
74 }
75 /*** For the latest news ***/
76 .tablecontent {background:#f6f6f6;
77 }
78 .titlebar {
79 font-size:20px;
80 }
81
82 /*** For doc generated title div ***/
83 div.title {
84 text-align: center;
85 color:#e33729; background:#fff;
86 font-size:25px;
87 }
88 /*** For fitting with the 80 rule for blog-styling in doxy-generated pages ***/
89 div.contents {
90   margin-left: auto;
91   margin-right: auto;
92 width:70%;
93 }
94
95 /*** Some stuff for download.php ***/
96
97 .altRowStyleEven {background-color: #EAEAEA; font-weight: none}
98
99 .altRowStyleOdd { 
100         background-color: #E0E0E0; 
101         font-weight: none
102 }
103 .altRowStyleEven h3 {background-color: #EAEAEA;
104 }
105 /** Ugly hack (not proud of it) ***/
106 .multiTableRowTitle {
107 text-align: left;
108 display:none;
109 }
110 legend {
111 display:none;
112 }
113