Browse Source

Updated theme

pull/60/head
Frans Bouma 10 years ago
parent
commit
bce0dfddef
1 changed files with 24 additions and 5 deletions
  1. +24
    -5
      css/theme.css

+ 24
- 5
css/theme.css View File

@@ -244,7 +244,6 @@ dl:not(.docutils) {
margin-bottom: 24px; margin-bottom: 24px;
} }



figure { figure {
margin: 0; margin: 0;
} }
@@ -323,7 +322,7 @@ img {
border: 0; border: 0;
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;
vertical-align: middle; vertical-align: middle;
max-width: 100%;
box-shadow: 0px 0px 10px rgba(10,10,10,0.3);
} }


input { input {
@@ -403,8 +402,14 @@ p {


pre > code { pre > code {
font-size: 13px; font-size: 13px;
box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
} }


pre.nocode {
box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
}


q { q {
quotes: none; quotes: none;
} }
@@ -459,6 +464,19 @@ td {
visibility: hidden; visibility: hidden;
} }


div.figure {
align-items: center;
text-align: center;
}

div.figure img {
margin: 0 auto;
}

div.figure p {
font-size: smaller;
}

.float-left { .float-left {
float: left; float: left;
} }
@@ -467,6 +485,10 @@ td {
float: right; float: right;
} }


.footnotes {
font-size:smaller;
}

.full-width { .full-width {
width: 100%; width: 100%;
} }
@@ -525,9 +547,6 @@ td {
margin-bottom: 5px; margin-bottom: 5px;
} }


.footnotes {
font-size:smaller;
}


/* #endregion */ /* #endregion */




Loading…
Cancel
Save