forked from Code52/code52.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle20120128.css
More file actions
142 lines (133 loc) · 2.35 KB
/
style20120128.css
File metadata and controls
142 lines (133 loc) · 2.35 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
body
{
font-family: Segoe UI, sans-serif;
margin-left:auto;
margin-right: auto;
width:1100px;
}
h1,h2,h3,h4,h5,h6
{
font-family: Segoe UI Light, Segoe WP Light, Segoe UI, Helvetica, sans-serif;
font-weight: lighter;
margin-bottom:0px;
}
h1
{
font-size: 4em;
}
h2
{
font-size: 2.5em;
}
a, a:visited
{
text-decoration: none;
color:#13678b;
}
a:hover
{
color:white;
background: #13678b
}
ul
{
margin:0;
padding:0;
}
li
{
margin:0;
padding:0;
list-style-type:none;
}
.entry ul, .idea ul
{
margin-left:10px;
}
.entry li, .idea li , .latest li
{
margin-left:10px;
list-style-type:circle;
}
#hometext a { font-size: 2em; margin-left: 5px; margin-right:10px; display: none; color: #41B1E1; font-weight: normal; }
#home:hover
{
background:none;
}
#side
{
float:right;
color: #41b1e1;
margin-left:50px;
}
#side .section
{
margin-top:50px;
margin-bottom: 50px;
padding:0;
}
#side .section ul
{
font-size:2em;
}
#content
{
width:auto;
}
img
{
width: auto !important;
height: auto !important;
max-width: 100%;
border: none;
}
.postdate
{
font-size: 0.8em;
font-weight: bold;
}
.olderpostdate
{
font-size: 0.8em;
color : #aaaaaa;
width: 150px;
margin-right: 15px;
}
.idea h1, .entry h1
{
margin-bottom: 5px;
}
.latest
{
border-bottom: 1px solid #13678B;
padding: 10px;
padding-left: 20px;
padding-bottom: 20px;
margin-right: 330px; /*hack*/
margin-top: 10px;
}
.latest h3 { margin-top: 5px; font-size: 1.8em; color: #13678B;}
.latest .description
{
font-family: Segoe UI Light, Segoe WP Light, Segoe UI, Helvetica, sans-serif;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
}
.latest .details { margin: 10px;}
/* min-device-width: 800px instead? */
@media screen and (max-width:900px)
{
body { width:auto; margin:10px; }
#content { width : 100%; }
#side { float:none; width:100%; margin-left:0px; }
#side .section { margin-top:0; margin-right: 30px; }
#side .section ul { font-size:1.2em; padding:0px; margin:5px; }
#side li { display: inline; margin-left:3px; margin-right: 3px; font-weight: normal; }
#home { display: none; }
#hometext a { display: inline; }
h1 { margin-top: -0px;}
.latest { margin-right:0px; border-top: 1px solid #13678B; margin-top: -20px; margin-bottom: 20px; }
}
#suggest { color: orange; }
#suggest:hover { color:white; background: orange }