remove unused gradient
[mdref/mdref] / public / index.css
index 0fcd08830234638c3c58a99be73560122d31c85a..2f1f956cec41bb7ed38a62cf51dbae9a598c232e 100644 (file)
@@ -2,26 +2,37 @@
        font-size: 99.9%;
 }
 
+html, body{
+       height: 100%;
+       min-height: 100%;
+}
 body, code {
        font-family: Inconsolata, Monospace, 'Courier New', Courier, monospace;
 }
 body {
-       font-size: 1.5em;
+       line-height: 140%;
+       font-size: 1.1em;
        margin: 0;
        padding: 0;
-       padding-bottom: 5em;
        color: #3f3f3f;
 }
 
-body>* {
+div.page {
+       margin: auto;
+       max-width: 1200px;
+       min-height: 100%;
+       padding-bottom: 5em;
+       box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5);
+}
+
+div.page>* {
        margin-left: 1em;
 }
-body>ul {
+div.page>ul, div.page>div>ul {
        margin-left: 2em;
 }
 
 .sidebar {
-       font-size: .9em;
        float: right;
        background: #f0f0f0;
        border-bottom-left-radius: 10px;
@@ -41,22 +52,24 @@ body>ul {
 
 .sidebar .edit {
        display: block;
-       position: absolute;
+       position: relative;
        top: 2em;
-       right: 0.5em;
+       right: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        text-decoration: none;
-       color: white;
        font-weight: bold;
        text-shadow: 0 0 5px red;
+       float: right;
 }
 
+.sidebar .edit a {
+       color: white !important;
+}
 code { 
-       display: inline-block;
        border-radius: 2px;
        padding: 0px 2px 2px 2px;
-       background: #e0e0e0;
+       background: #f0f0f0;
        color: #606060;
        box-shadow: 0 0 1px #999;
 }
@@ -70,15 +83,18 @@ code code {
 }
 
 pre>code {
+       display: inline-block;
        padding: 1em;
+       min-width: 50%;
+       line-height: 110%;
 }
 pre>code, pre>code code {
        background: #333;
        color: #eee;
 }
 
-p, pre {
-       margin: 1em 2em 2em 2em;
+p, pre, table, dl {
+       margin: 1em 2em;
 }
 
 li>p {
@@ -93,6 +109,7 @@ blockquote {
 }
 
 ul {
+       margin-top: 1em;
        margin-bottom: 2em;
 }
 li {
@@ -104,6 +121,9 @@ a, h1 code>a {
 a:hover {
        text-decoration: none;
 }
+a[href^="http:"]:after, a[href^="https:"]:after {
+       content: " ⬈";
+}
 
 .var {
        color: #800000;
@@ -114,6 +134,7 @@ a:hover {
 
 h1 {
        line-height: 1.5;
+       margin-left: 0 !important;
 }
 h1 code {
        font-weight: normal;
@@ -128,6 +149,7 @@ footer, h1, li h3, th {
 
 footer, h1 {
        margin: 0;
+       max-width: 1200px;
        padding: 1em;
 }
 
@@ -139,7 +161,16 @@ li h3 {
        margin: .5em 0 0 0;
 }
 
-body>h3 {
+div.page>h3, div.page>div>h3 {
+       margin-left: 1.25em;
+}
+div.page>h4, div.page>div>h4 {
+       margin-left: 1.5em;
+}
+div.page>h5, div.page>div>h5 {
+       margin-left: 1.75em;
+}
+div.page>h6, div.page>div>h6 {
        margin-left: 2em;
 }
 
@@ -175,6 +206,7 @@ footer {
        bottom: 0;
        width: 100%;
        padding: 0;
+       margin: 0 !important;
 }
 
 footer ul {
@@ -202,7 +234,15 @@ table {
 th, td {
        padding: .4em;
 }
-
+dt {
+       font-weight: bold;
+       margin-top: 1em;
+}
+dd {
+       line-height: 1.2em;
+       margin-left: 1em;
+}
 h1, footer, table, .sidebar, pre>code, li h3 {
        box-shadow: 0 0 4px #708090;
 }
+