summaryrefslogtreecommitdiff
path: root/src/main.scss
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 19:18:51 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-03 19:18:51 -0500
commitd197b659ea9c9d284086686555c1227116c9c4b1 (patch)
treeef02e97529b4115f5e12abea1f1726799efa821d /src/main.scss
parent4e1129f36187897e2154edbe4c68f5e0e0c21a5e (diff)
change index style
Diffstat (limited to 'src/main.scss')
-rw-r--r--src/main.scss58
1 files changed, 22 insertions, 36 deletions
diff --git a/src/main.scss b/src/main.scss
index c40cb52..552fde2 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -84,46 +84,15 @@ article {
max-width: 6.5in;
margin: 0 auto;
- #constructionBanner {
- height: 50px;
- background-color: #f89406;
- }
-
- #constructionMessage {
+ .tag {
+ font-size: 60%;
+ font-family: sans-serif;
+ color: white;
+ text-decoration: none;
text-align: center;
- padding: 12px;
- }
-
- #search {
- padding: 10px;
- }
-
- #sidebar {
- border: 1px solid black;
- padding: 5px;
- margin: 5px;
- float: right;
- }
-
- li {
- font-size: 14px;
- }
-
- .spacer {
- width: 50px;
- display: inline;
- padding: 0px 50px 0px 50px;
- }
- .tag {
- font-size: 11px;
- height: 13px;
padding: 4px 7px 5px 7px;
border-radius: 2px;
- text-align: center;
- text-decoration: none;
- color: white;
- font-family: sans-serif;
}
.tag.FF { background: FireBrick; }
.tag.SS { background: SeaGreen; }
@@ -140,6 +109,23 @@ footer {
font-size: smaller;
}
+body.index {
+ article {
+ ul {
+ list-style: none;
+ display: table;
+ li {
+ display: table-row;
+ line-height: 1.3em;
+ & > * {
+ display: table-cell;
+ padding-right: 0.1em;
+ }
+ }
+ }
+ }
+}
+
body.dnd {
background: url(dnd/Background.png) repeat-y;
background-size: 100%;