-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbirgith.css
More file actions
165 lines (143 loc) · 6.22 KB
/
birgith.css
File metadata and controls
165 lines (143 loc) · 6.22 KB
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
/***************************************************************************************************/
* {
font-family: Georgia, Verdana, Arial /*!important */;
}
/*HR {color:sienna;}*/
/*H1 { font-style: italic; text-align: center; }*/
H1 {
text-align: center;
}
/*H2 { font-style: italic; }*/
/*H3 { font-style: italic; }*/
/*H4 { font-style: italic; }*/
/*H5 { font-style: italic; }*/
/*H6 { font-style: italic; }*/
/*P { font-style: italic; font-size: 15}*/
/*LI { font-style: italic; }*/
/*P {margin-left:20px;}*/
/*body { background-image:url("images/back40.gif"); }*/
/*h2 { padding: 0; margin: 0; }*/
body {
color: white;
background-color: #49B886;
}
a:link { color:#00FFFF; } /* unvisited link */
a:visited { color:#9900FF; } /* visited link */
a:hover { color:#00FFFF;} /* mouse over link */
a:active { color: #9900FF;} /* selected link */
#center {
text-align: center;
}
@media only screen and (device-width: 768px) {
/* For general iPad layouts */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
/* For portrait layouts only */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
/* For landscape layouts only */
#container {
width:800px;
}
}
@media all {
/* styles for narrow desktop browsers and iPad landscape */
#container {
width:800px;
}
}
@media all and (max-width: 1024px) {
/* styles for narrow desktop browsers and iPad landscape */
}
@media all and (max-width: 768px) {
/* styles for narrower desktop browsers and iPad portrait */
}
@media all and (max-width: 480px) {
/* styles for iPhone/Android landscape (and really narrow browser windows) */
}
@media all and (max-width: 320px) {
/* styles for iPhone/Android portrait */
}
@media all and (max-width: 240px) {
/* styles for smaller devices */
}
/* http://css-tricks.com/body-border/ *************************************************************/
#top, #bottom, #left, #right {
background: /*#C07BEE #3300c0 #00c0c0 #a5ebff #99FFFF*/ #49B886;
position: fixed;
}
#left, #right {
top: 0; bottom: 0;
width: 10%;
}
#left { left: 0; }
#right { right: 0; }
#top, #bottom {
left: 0; right: 0;
height: 0px;
}
#top { top: 0; }
#bottom { bottom: 0; }
@media
/* Fairly small screens including iphones */
only screen and (max-width: 500px),
/* iPads */
only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
#top, #bottom, #left, #right { display: none; }
}
/* http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page ********************/
html,
body {
margin:0;
padding:0;
height:100%;
}
#container {
min-height:100%;
position:relative;
margin-left: auto;
margin-right: auto;
/*width:800px;*/
}
#header {
/*background:#ff0;*/
padding:10px;
}
#body {
padding:10px;
padding-bottom:60px; /* Height of the footer */
}
#footer {
position:absolute;
bottom:0;
/*width:100%;*/
margin-left: auto; margin-right: auto; width: 50em;
height:60px; /* Height of the footer */
font-size: x-small;
/*background:#6cf;*/
}/*#footer { margin-left: auto; margin-right: auto; width: 16em; }*/
/* http://galleria.io/ ***************************************************************************/
#galleria { margin-left: auto; margin-right: auto; width: 700px; height: 400px; background: #000; }
/* http://cssmenumaker.com/ **********************************************************************/
#cssmenu{ height:37px; display:block; padding:0; margin: 0; border:1px solid; border-radius:5px; }
#cssmenu > ul {list-style:inside none; padding:0; margin:0;}
#cssmenu > ul > li {list-style:inside none; padding:0; margin:0; float:left; display:block; position:relative;}
#cssmenu > ul > li > a{ outline:none; display:block; position:relative; padding:12px 20px; font:bold 13px/100% Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.4); }
#cssmenu > ul > li:first-child > a{border-radius:5px 0 0 5px;}
#cssmenu > ul > li > a:after{ content:''; position:absolute; border-right:1px solid; top:-1px; bottom:-1px; right:-2px; z-index:99; }
#cssmenu ul li.has-sub:hover > a:after{top:0; bottom:0;}
#cssmenu > ul > li.has-sub > a:before{ content:''; position:absolute; top:18px; right:6px; border:5px solid transparent; border-top:5px solid #fff; }
#cssmenu > ul > li.has-sub:hover > a:before{top:19px;}
#cssmenu ul li.has-sub:hover > a{ background:#3f3f3f; border-color:#3f3f3f; padding-bottom:13px; padding-top:13px; top:-1px; z-index:999; }
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div{display:block;}
#cssmenu ul li.has-sub > a:hover{background:#3f3f3f; border-color:#3f3f3f;}
#cssmenu ul li > ul, #cssmenu ul li > div{ display:none; width:auto; position:absolute; top:38px; padding:10px 0; background:#3f3f3f; border-radius:0 0 5px 5px; z-index:999; }
#cssmenu ul li > ul{width:200px;}
#cssmenu ul li > ul li{display:block; list-style:inside none; padding:0; margin:0; position:relative;}
#cssmenu ul li > ul li a{ outline:none; display:block; position:relative; margin:0; padding:8px 20px; font:10pt Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.5); }
#cssmenu, #cssmenu > ul > li > ul > li a:hover{ background:#333333; background:-moz-linear-gradient(top, #333333 0%, #222222 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#222222)); background:-webkit-linear-gradient(top, #333333 0%,#222222 100%); background:-o-linear-gradient(top, #333333 0%,#222222 100%); background:-ms-linear-gradient(top, #333333 0%,#222222 100%); background:linear-gradient(top, #333333 0%,#222222 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 ); }
#cssmenu{border-color:#000;}
#cssmenu > ul > li > a{border-right:1px solid #000; color:#fff;}
#cssmenu > ul > li > a:after{border-color:#444;}
#cssmenu > ul > li > a:hover{background:#111;}