Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/intro.css
blob: 6b8be709e3b57f530ca9c45cee3263bd43ac1613 (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
body {
padding-left:15%;
width:70%;
}
#header {
background-color:transparent;
height:140px;
position:relative;
width:100%;
}
#headerBg1 {
display:inline;
float:left;
margin-left: 3%;
}
/*#headerBg2{    
display:inline;
float:left;
margin-left: 10%;
}*/
#header ul {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
background-color:#EEF7FB;
border:1px solid black;
/*bottom:0;
position:absolute;*/
width:95%;
float:left;
}
#header ul li {
display:inline;
list-style-type:none;
padding:10px;
}
#header ul li a {
text-decoration:none;
}
#intro {
float:left;
padding-top:10px;
width:100%;
}
#introText {
display:inline;
float:left;
width:70%;
margin-right: 2%;
}
#introText a {
text-decoration:none;
}
#blurb{
    font-size:larger;
    font-weight:bolder;
}
#imgHolder {
display:inline;
float:left;
width:20%;
margin-top: 1%;
}
#demos {
float:left;
width:100%;
}
#demos .imgs {
margin-left:5%;
margin-right:5%;
width:100%;
}
#demos img {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
border:1px solid black;
margin:5px;
padding-left:5px;
padding-right:5px;
}
#footer {
float:left;
font-size:smaller;
padding-top:50px;
width:100%;
}