summaryrefslogtreecommitdiffstats
path: root/root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'root/static/style.css')
-rw-r--r--root/static/style.css45
1 files changed, 31 insertions, 14 deletions
diff --git a/root/static/style.css b/root/static/style.css
index d6337e4..abdc0b8 100644
--- a/root/static/style.css
+++ b/root/static/style.css
@@ -114,7 +114,7 @@ a:visited {
border-width : 1px;
}
-.github {
+.sidebar {
width : 250px;
font-size : x-small;
background-color : #8c8;
@@ -122,11 +122,10 @@ a:visited {
border-width : 1px;
padding : 8px;
position : absolute;
- left : -274px;
margin-top : 8px;
}
-.github h4 {
+.sidebar h4 {
background-color : #58a;
border : 1px solid;
margin : 0px;
@@ -135,7 +134,7 @@ a:visited {
text-align : center;
}
-.github h5 {
+.sidebar h5 {
background-color : #58a;
border : 1px solid;
margin : 8px 16px;
@@ -144,47 +143,48 @@ a:visited {
text-align : center;
}
-.github .actions {
+.sidebar .actions {
border : 1px solid;
float : left;
+ width : 100%;
}
-.github ul {
+.sidebar ul {
padding : 0px;
list-style-type : none;
}
-#github-activity {
+.sidebar-activity {
padding : 0px;
margin : 0px;
}
-.github li {
+.sidebar li {
float : left;
width : 100%;
}
-.github .action.odd {
+.sidebar .action.odd {
background-color : #fff;
}
-.github .action {
+.sidebar .action {
background-color : #ddd;
margin : 0px;
padding : 4px;
float : left;
}
-.github .date ul {
+.sidebar .date ul {
margin-right : 8px;
clear : left;
}
-.github dl {
+.sidebar dl {
margin : 4px 0px;
}
-.github dt {
+.sidebar dt {
padding : 0px 8px;
float : left;
clear : left;
@@ -192,10 +192,27 @@ a:visited {
width : 3em;
}
-.github dd {
+.sidebar dd {
float : left;
padding : 0px;
padding-left : 4px;
margin : 0px;
width : 176px;
}
+
+.github {
+ left : -274px;
+}
+
+.pinboard {
+ left : 604px;
+}
+
+.pin-title {
+ text-decoration: none;
+ font-size: 1.2em;
+}
+
+.pin-tag {
+ font-size: 0.9em;
+}