-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathstyle.css
More file actions
36 lines (33 loc) · 1.18 KB
/
style.css
File metadata and controls
36 lines (33 loc) · 1.18 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
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: 3em;}
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{ margin-left:10px; list-style-type:circle;}
#homelink:hover { background:none; }
#side { float:right;color: #41b1e1; }
#side .section { margin-top:50px; padding:0;}
#side .section ul { font-size:2em; }
#content { width:50%;}
img
{
width: auto !important;
height: auto !important;
max-width: 100%;
border: none;
}
@media screen and (max-width:750px)
{
body { width:auto; margin:10px; }
#content { width : 100%; }
#side { float:none; width:100%;}
#side ul { font-size:1em; padding:0px; margin:0px; margin-top:20px;}
#side li { display:inline; }
#homelink img { max-width:40%; }
}
.postdate { font-size: 0.8em; font-weight: bold; }
.idea h1, .entry h1 { margin-bottom: 5px;}