forked from alisonperez/chits
-
Notifications
You must be signed in to change notification settings - Fork 15
/
styles.css
executable file
·116 lines (115 loc) · 2.89 KB
/
styles.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
113
114
115
116
body { background-color: #F0FFF0; color: Black; border: 0px; margin: 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
h1 { font-family: Georgia, "Times New Roman", serif; font-size: x-large; font-style: italic; color: #556B2F; background-color: #FFFFF0; border: 1px dashed #556B2F; padding: 10px 15px 10px 15px; margin: 15px; white-space: nowrap; }
h2 {
font-family: Georgia, "Times New Roman", serif;
font-size: large;
color: #2F6A44;
background-color: transparent;
margin-right: 25px;
text-align: right;
white-space: nowrap;
}
#breadcrumb { font-family: Arial, Helvetica, sans-serif; font-size: small; border-bottom: 1px solid green; border-top:1px solid green; padding-top: 10px; padding-bottom: 10px; padding-left: 50px; background-color: #FAFAD2; color: #2F4F4F; white-space: nowrap; }
#breadcrumb a{ color: Maroon; text-decoration: none; background-color: transparent;}
#breadcrumb a:hover {
text-decoration: underline;
}
#page {
margin: 10px;
padding: 10px;
}
#menu {
position: absolute;
width: 150px;
top: 180px;
text-align: left;
font-size: small;
}
#menu a{
text-decoration: none;
background-color: #F0FFF0;
font-weight: bold;
display: block;
padding: 5px;
width: 120px;
margin-bottom: 5px;
border: 1px solid #8FBC8F;
color: #556B2F;
}
#menu a:hover {
background-color: #6B8E23;
color: White;
border-top: 1px solid #8FBC8F;
border-left: 1px solid #8FBC8F;
border-right: 1px solid #8FBC8F;
border-bottom: 1px solid #2F4F4F;
}
#options a{
background-color: #6B8E23;
color: White;
border-top: 1px solid #8FBC8F;
border-left: 1px solid #8FBC8F;
border-right: 1px solid #8FBC8F;
border-bottom: 1px solid #2F4F4F;
}
#content {
position: absolute;
border-left: 1px solid green;
padding-left: 20px;
left: 170px;
top: 180px;
}
#content p {
padding-left: 30px;
font-size: small;
}
#footer {
border: 1px dotted black;
color: #556B2F;
background-color: #FAFAD2;
margin-top: 20px;
margin-bottom: 20px;
}
a { color: Maroon; text-decoration: none; background-color: transparent;}
a:hover {
text-decoration: underline;
}
.article-footer {
text-align: right;
font-size: xx-small;
color: Gray;
padding-bottom: 15px;
}
.author, .datetime {
font-weight: bold;
color: #4F4F4F;
}
.article-title {
font-size: large;
font-weight: bold;
font-family: Georgia, "Times New Roman", Sans-serif;
font-style: italic;
}
#content form {
padding-left: 30px;
font-size: small;
vertical-align: middle;
}
#content form p{ }
.textbox {
border: 1px solid gray;
margin: 5px;
}
.button { border: medium outset; background-color: #F5F5F5; margin-left: 150px; color: black; margin-top: 10px;}
fieldset {
margin-top: 5px;
width: 200px;
}
form {
border: thick double #90EE90;
padding: 10px;
margin: 10px;
width: 280px;
margin-left: 30px;
margin-top: 10px;
}