This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
user.css
119 lines (96 loc) · 1.42 KB
/
user.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
#twittermodal{
width: 520px;
height: 600px;
}
blockquote{
text-align: justify;
font-style:italic;
}
.rotate {
height: 5em;
padding-top: 60px;
margin-left: -30px;
margin-right: -25px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.namecol{
min-width: 160px;
}
#footer {
height: 60px;
background-color: #f5f5f5;
}
.credit {
margin-top: 20px;
text-align:center
}
.thumbnail {
float: right;
margin: 15px;
}
.sidebar {
float:right;
}
.subhead {
background-image: url('images/ucla2.jpg');
background-repeat: no-repeat;
background-position: center;
padding: 45px;
color: white;
text-shadow: 3px 3px 5px black;
margin-bottom: 30px;
white-space: nowrap;
}
.subhead h1 {
font-size: 60px;
}
.subhead p {
font-size: 24px;
font-weight: 300;
}
.nav li a {
color: #003399;
}
.affix {
top: 10px;
}
#emptyness {
height: 200px;
}
#regscreenshot{
margin-top: 10px;
margin-bottom: 15px;
}
section {
padding-top: 10px;
}
@media all and (max-width:779px){
.affix {
position: static;
}
.subhead h1 {
font-size: 32px;
}
.subhead p {
font-size: 24px;
font-weight: 300;
}
#sponsors li{
width: 200px;
margin: auto;
}
}
@media all and (max-width:479px){
.subhead, .media-object {
display: none;
}
}
.media-object{
width: 64px;
margin-right: 25px;
margin-top: 15px;
}