-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
152 lines (136 loc) · 4.36 KB
/
style2.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
* { padding:0px; margin:0px; }
h3 { font-family:cursive; }
a { text-decoration:none; }
.details { color:#900; }
.txt {
padding:5px;
width:80%;
border:solid 2px;
}
.tx {
padding:2px;
width:30%;
border:solid 2px;
}
.dash { font-weight:bold;}
.dash-items { width:200px; background:#990000; margin:2%; height:100px; float:left; box-shadow:0px 0px 4px black;}
.dash-items:hover { width:200px; background: -moz-linear-gradient(
center bottom,
rgb(100,60,20) 0%,
rgb(100,16,16) 74%,
rgb(64,0,0) 100%
);
margin:2%;
height:100px;
float:left;
box-shadow:0px 0px 4px black;}
.dash-items h2 { }
.dash-con { margin:auto; margin-bottom:1%; width:80%; height:300px; border:solid 1px #660000; padding:2%; text-align:center;}
.dash-inner { margin-left:5%; padding:2px; width:65%;}
#department { border-bottom-left-radius:15px;}
#school { border-bottom-right-radius:15px;}
#student { border-top-left-radius:15px}
#supervisor { border-top-right-radius:15px;}
.notification { text-shadow:1px 1px 1px black;}
.field { padding:10px; width:90%; margin-top:3%; }
legend { padding:5px; margin-left:10%; font-family:cursive; font-weight:bold;}
.sButton { padding:5px; background: -moz-linear-gradient(
center bottom,
rgb(100,60,20) 0%,
rgb(100,16,16) 74%,
rgb(64,0,0) 100%
);
width:200px; color:gold; font-weight:bold; border-bottom:solid 4px #900000; box-shadow:0px 0px 5px #000000;
}
.scroll { height:98%; overflow:auto;}
.searchfeild { background:#930; }
.searchitems { margin-left:5%; display:inline; padding:4px;}
#sitems { width:80%; font-family:calibri;
background: -moz-linear-gradient(
center bottom,
rgb(120,120,60) 0%,
rgb(0,102,0) 54%,
rgb(120,60,60) 100%
);; border-radius:8px; font-family:cursive; }
.wrapper {
height:100%; width:100%; margin:2px auto;
}
.header {
background:#eeeeee;
height:100px; width:100%;
text-align:center;
border-bottom:solid 2px #880000;
}
.dept { float:right; margin-right:4%; margin-top:5%; font-family:cursive; }
.logo {
float:left;
margin-left:36%;
}
.sitetitle {
height:60px;
font-family: Tahoma, Geneva, sans-serif;
padding-top:10px;
float:left;
margin-left:5px;
/*margin-top:10px;*/
}
.content {
border-bottom:groove 1px #960;
border-top:none;
height:500px; width:100%;
background:#fff;
}
.leftNav {
float:left;
background: #F9F9F9;
box-shadow:0px 0px 5px #000000;
background: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(60,60,60)),
color-stop(0.74, rgb(43,43,43)),
color-stop(1, rgb(60,60,60))
);
background: -moz-linear-gradient(
center bottom,
rgb(120,120,60) 0%,
rgb(63,43,63) 74%,
rgb(120,60,60) 100%
);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:0px 10px 10px 0px;
width: 20%;
height:480px;
}
.navitems {
display:block;
background:#ededed;
padding:2px;
width:70%;
margin-top:4px;
margin-left:10px;
border-radius:10px 0px 10px 0px;
text-align:center;
}
.navitems:hover { background:#cccccc; }
.conLink { width:40px; background:white; float:left;}
.rightcon{
margin:0.2% 0% 0.8% 2%;
float:left;
height:438px;
width:75%;
background:#dddddd;
box-shadow:0px 0px 5px #000000;
border-radius:10px;
padding:5px;
}
.clear { clear:both; width:100%; height:1px; margin-top:0px;}
.loginInclude {
margin-top:6%;
}