-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsyscss.css
59 lines (51 loc) · 2.39 KB
/
syscss.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* 1 - Structure */
/* Global properties */
body { color: #ffffff; background : #000000; font-size: 10pt; font-family: 'Verdana', 'Verdana-Bold', 'Verdana-Italic', sans-serif; }
a { color: #5555AA; }
a:hover { color: LightBlue; text-decoration: underline; }
a:visited { color: #9999FF; }
/* Boxing element that contains everything */
.uberElement {
width: 800px;
/*min-width: 400px;
max-width: 30%;*/
/*background-color: #eeeeee;*/
background-image:-moz-linear-gradient(bottom, #000033, rgba(0,0,192,0.0));
background-image:-webkit-linear-gradient(bottom, #999999, rgba(0,0,192,0.0));
background-image:-o-linear-gradient(bottom, #999999, rgba(0,0,192,0.0));
background-image:linear-gradient(bottom, #999999, rgba(0,0,192,0.0));
margin-left: auto;
margin-right: auto;
padding: 0px;
border-radius: 10px 10px 0px 0px;
text-align: justify;
}
.haut { width: 90%;
padding-top: 10px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
text-align: center;
/*border: 2px solid #000000;*/
}
.bas { text-align: center; font-size: 11px; font-style: italic; margin: -5px; padding: 10px; /*border-top: px solid #444444; */}
#logoRight { float: right; }
#logoRight img { max-width: 100px; height: auto; margin-bottom: 10px; }
#logoLeft { float: left; }
#logoLeft img { max-width: 100px; height: auto; margin-bottom: 10px; }
#catchphrase { font-style: italic; color: LightBlue; }
#claim { background-color: #AAAAAA; padding: 15px; color: Navy; }
#claim #important { font-weight: bold; }
.sizedimgH{ max-width: 200px; height: auto; }
.sizedimgV{ max-height: 125px; width: auto; }
.standardimg{ max-width: 60%; height: auto; display: block; }
.menu { margin: 10px; margin-bottom: 5px; text-align: center; border-top: 3px solid #CCCCCC; border-bottom: 3px solid #AAAAAA; }
.menu ul { text-align: center; /*border: 2px solid #0000FF;*/ }
.menu li { margin: auto; padding: 5px; display: inline; list-style-type: none; /*border: 2px solid #000000;*/ }
.menu ul a { text-decoration: none; }
/* Right column */
.corps { width: 99%; padding: 5px; padding-top: 0px; text-align: justify;/* border-right: 1px dashed blue;*/ }
.corpscolumn { float: left; width: 30%; margin: 10px; padding: 15px; border-radius: 20px 20px; background-color: #000000; }
/* Titles */
h3 { color: #ffffff; font-variant: small-caps; border: 0px solid #000000; padding: 10px; }
h4 { border: 0px solid #000000; padding: 5px; }