-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmainCss.css
175 lines (153 loc) · 4.08 KB
/
mainCss.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
/*Fonts*/
@font-face { font-family: spincycle; src: url('fonts/spincycle.otf'); }
@font-face { font-family: 'Oswald-Regular'; src: url('fonts/oswald/Oswald-Regular.ttf') format('truetype');}
@font-face { font-family: 'Oranienbaum';src: url('fonts/Oranienbaum.ttf');}
.font_header { font-family: 'Oranienbaum';}
.font_oswald {font-family: 'Oswald-Regular';}
.font_oranienbaum { font-family: 'Oranienbaum'; }
/*Colors*/
.forecolor_red {color:#f14c38;}
.forecolor_darkred { color:#ee3233;}
.forecolor_darkblue {color:#144955;}
.background_blue { background:#66a7c5;}
.background_darkblue {background:#144955;}
.background_lightgreen { background-color:#A3BAFF;}
.background_lightblue { background-color:#a3d6f5;}
.whitespace {background:#dcddd8;}
/*Font Size*/
.fontsize_30 { font-size:26px;}
.fontsize_40 { font-size:36px;}
.fontsize_28 { font-size:24px;}
.fontsize_26 { font-size:24px;
top: 0px;
left: 0px;
}
.fontsize_24 { font-size:24px;}
.fontsize_22 { font-size:22px;}
/*Styles*/
.cellpadding {padding:2px;}
.float_left { float:left;}
.float_right { float:right;}
.margin_top10 { margin-top:10px;}
.padding_10 { padding:10px;}
#register_table { font-size:20px;}
/*Navigation*/
.navbar { background-color:#d74b4b; }
.navbar a{color:white;}
.navbar a:hover { color:#d74b4b;}
.navbar-brand {color:white;}
.navbar-brand:hover {color:white;background-color:#f0eceb;}
.active a{color:#d74b4b;background-color:#f0eceb;}
/*Border*/
.border_darkred_2px { border-color:#d74b4b; border-width:2px; border-style:solid;}
.round_border {border-radius:15px; border-width:2px;}
.border {border-width:1px; border-style:solid; border-color:black;}
body { font-family: 'Oswald-Regular'; background-color:#f0eceb; }
/*Sticky Note CSS*/
.quote-container {
margin-top: 50px;
position: relative;
}
.note {
color: #333;
position: relative;
width: 300px;
margin: 0 auto;
padding: 20px;
font-family: Satisfy;
font-size: 30px;
box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
}
.note .author {
display: block;
margin: 40px 0 0 0;
text-align: right;
}
.yellow {
background: #eae672;
/*-webkit-transform: rotate(2deg);
-moz-transform: rotate(2deg);
-o-transform: rotate(2deg);
-ms-transform: rotate(2deg);
transform: rotate(2deg);*/
}
.pin {
background-color: #aaa;
display: block;
height: 32px;
width: 2px;
position: absolute;
left: 50%;
top: -16px;
z-index: 1;
}
.pin:after {
background-color: #A31;
background-image: radial-gradient(25% 25%, circle, hsla(0,0%,100%,.3), hsla(0,0%,0%,.3));
border-radius: 50%;
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1),
inset 3px 3px 3px hsla(0,0%,100%,.2),
inset -3px -3px 3px hsla(0,0%,0%,.2),
23px 20px 3px hsla(0,0%,0%,.15);
content: '';
height: 12px;
left: -5px;
position: absolute;
top: -10px;
width: 12px;
}
.pin:before {
background-color: hsla(0,0%,0%,0.1);
box-shadow: 0 0 .25em hsla(0,0%,0%,.1);
content: '';
height: 24px;
width: 2px;
left: 0;
position: absolute;
top: 8px;
transform: rotate(57.5deg);
-moz-transform: rotate(57.5deg);
-webkit-transform: rotate(57.5deg);
-o-transform: rotate(57.5deg);
-ms-transform: rotate(57.5deg);
transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
}
/*Sticky Note CSS Ends*/
#gallery_images{
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
-webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
margin-bottom: 20px;
}
#gallery_images:hover {
transition-duration:.5s;
filter: none; /* IE6-9 */
-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}
/*
.forecolor_
.forecolor_
.forecolor_
.forecolor_
.forecolor_
.forecolor_
.background_
.background_
.background_
.background_
.background_
.background_
#ceebfb//verlightblue
#a3d6f5//lightblue
#66a7c5//blue
#ee3233//darkred
#f0eceb//lightgrey
#6c7476.//grrey
*/