forked from sleepymeep/nekomimi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hatdogger.css
117 lines (109 loc) · 1.77 KB
/
hatdogger.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
body{
font: 15px/1.5 Arial, Helvetica,sans-serif;
padding:0;
margin:0;
background:#35424a;
}
ul{
margin:0;
padding:0;
list-style-type: none;
}
header{
background:#1a8cff;
color:#ffffff;
padding-top:30px;
min-height:70px;
width:150%;
}
#branding img{
float:left;
margin-left:50px;
width:150px;
}
#branding .logoid{
float:left;
padding:10px;
margin-top:175px;
margin-left:10px;
position: fixed;
}
#nav{
float:left;
padding:10px;
}
#nav{
margin-top:300px;
padding: 20px;
width: 125px;
height: 100%; /* Full height */
position: fixed; /* Make it stick, even on scroll */
overflow: auto; /* Enable scrolling if the sidenav has too much content */
}
#nav li{
padding: 10px;
background-color: #0073e6;
}
li a {
display: block;
color: #000;
padding: 8px 16px;
text-decoration: none;
}
header a:hover{
color:#cccccc;
font-weight:bold;
}
.contacts{
padding:10px;
background:#0073e6;
margin-top:10%;
margin-left:25%;
margin-right:30%;
}
.contacts h1{
text-align:center;
width:50%;
margin:auto;
overflow:hidden;
}
.contacts li{
display:block;
background:#e3e3b6;
text-align:center;
width:30%;
margin:auto;
overflow:hidden;
}
body a:hover{
color:#35424a;
font-weight:bold;
}
aside#sidebar{
float:right;
width:30%;
}
aside#sidebar .quote input, aside#sidebar .quote textarea{
margin-bottom:100px;
width:100%;
padding:20px;
}
.dark{
padding:20px;
width: 100%;
height: 100%;
background:#d1c9ff;
color:#ffffff;
margin-top:10px;
margin-bottom:10px;
}
.map{
}
footer{
float:bottom;
padding:20px;
margin-top:500px;
color:#ffffff;
background-color:#d1c9ff;
text-align: center;
}