-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodetastic.css
112 lines (97 loc) · 1.82 KB
/
codetastic.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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
body {
margin: 0px;
padding: 0px;
/*background-color: #ccc;*/
background-color: #dfedb7;
background-image: url(images/topGradient.png);
background-repeat: repeat-x;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
}
img {
border: 0px;
margin: 1em 4em;
}
a { text-decoration: none; color: #004791; }
a:link { }
div.headerContainer {
position: relative;
z-index: 5;
top: 3em;
margin: 0px auto 0px auto;
width: 650px;
background-color: #ffffff;
padding: 0 0 0 0;
}
div.logo {
background: url(images/logoTop.png)
no-repeat
top;
padding: 0px 10px;
}
div.bodyContainer {
margin: -10px auto 0px auto;
width: 800px;
background-image: url(images/centerStripe.png);
padding: 0;
}
div.topBar {
margin: 0;
padding: 0;
background: url("images/topBar.png")
no-repeat
top;
}
div.content {
padding: 3em 20px 25px 20px;
min-height: 300px;
background: url("images/bottomBar.png")
no-repeat
bottom;
}
a.msg { /* message to recruiters */
display: block;
font-size: 60%;
text-align: right;
vertical-align: bottom;
margin: -10px 0;
padding: 0;
}
ul.header_links {
margin: 10px 0 10px 0;
padding: 2px 10px 20px 10px;
width: 630px;
background: url("images/tabBottom.png")
no-repeat
bottom
#3e3e3e ;
text-align: center;
}
ul.header_links li {
display: inline;
color: #fff;
list-style: none;
margin: 0 0px;
/* padding: 5px 15px 5px 15px; */
padding: 2px 10px 2px 10px;
}
.header_links a {
color: #fff;
}
ul.header_links li:hover {
/*
background: #760101;
font-weight: bold;
*/
}
.header_links li:hover {
background-color: #760101;
}
.header_links li.current {
/*color: #adadad;*/
background-color: #5d5d5d;
}
em.project { /* for projects on the portfolio page */
font-size: 110%;
font-variant: small-caps;
}