-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
99 lines (85 loc) · 1.46 KB
/
style.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
.big-orange {
background-color: #6495ED;
width:180px;
height:42px;
}
body {
width: 80%;
font: 100% Helvetica;
font-weight: bold;
background-color: #ebeaed;
}
.orange-border {
border-color: #FF7518;
border-width: 4px;
}
.right-elt {
float:right;
}
#submit {
width:180px;
height:42px;
font: 100% Helvetica;
font-weight: bold;
}
.edit-button {
font: 100% Helvetica;
font-weight: bold;
width:180px;
height:42px;
}
#assignments-table {
margin: 0 auto;
padding: 0;
width:90%;
}
#assignments-table .title-row{
font-weight: bold;
background-color: #FF7518;
}
#assignments-table .odd-row{
background-color: #ffc966;
}
#thesis {
background-color: #FF7518;
}
#argument {
background-color: #458B00;
}
#evidence {
background-color: #66CCCC;
}
.nav ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
.nav li {
float: left;
display: inline;
padding-right: 35%;
}
.nav-wrapper {
background-color: #ed611f;
padding: 1px;
border-bottom: 10px solid #60afe4;
}
.nav {
margin: 0 auto;
padding: 0;
}
.nav a:link, a:visited {
display: block;
width: 100%;
font-weight: bold;
color: #FFFFFF;
background-color: #ed611f;
text-align: center;
padding: 20px;
text-decoration: none;
text-transform: uppercase;
}
.nav a:hover, a:active {
background-color: #a64619;
}