aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random/static
diff options
context:
space:
mode:
Diffstat (limited to 'dev-random/static')
-rw-r--r--dev-random/static/css/main.css29
-rw-r--r--dev-random/static/css/skeleton.css6
-rw-r--r--dev-random/static/img/corner.pngbin3629 -> 3671 bytes
3 files changed, 24 insertions, 11 deletions
diff --git a/dev-random/static/css/main.css b/dev-random/static/css/main.css
index e9df3d2..39d8b62 100644
--- a/dev-random/static/css/main.css
+++ b/dev-random/static/css/main.css
@@ -45,11 +45,32 @@ a {
text-decoration: none;
}
-
a:hover {
text-decoration: underline;
}
+img, table, pre {
+ margin: 1em .5em;
+ padding: .25em;
+ border: thin solid silver;
+ overflow: auto;
+}
+
+figure {
+ display: block;
+ margin: 1em auto;
+ border: thin solid silver;
+ text-align: center;
+ font-size: .9em;
+}
+
+figure img {
+ margin: .1em;
+ padding: .1em;
+ border: none;
+ max-width: 100%;
+ overflow: auto;
+}
pre {
margin: 1em .5em;
@@ -213,7 +234,7 @@ table tr {
// GitHub button
-@media screen and (min-width: 600px) {
+@media screen and (min-width: 800px) {
#github-link {
display: block;
position: absolute;
@@ -226,12 +247,10 @@ table tr {
border: none;
text-decoration: none;
color: transparent;
- font-size: 0px;
- text-decoration: none;
+ font-size: 0;
}
}
-
// Tag list
ul#tagslist {
diff --git a/dev-random/static/css/skeleton.css b/dev-random/static/css/skeleton.css
index bcc9eba..dba964f 100644
--- a/dev-random/static/css/skeleton.css
+++ b/dev-random/static/css/skeleton.css
@@ -38,12 +38,6 @@ body, .page {
float: left;
}
-img, table, pre {
- max-width: 98%;
- margin: 1em 1%;
- overflow: auto;
-}
-
@media screen and (min-width: 800px) {
.page { margin: 5% 10%; }
}
diff --git a/dev-random/static/img/corner.png b/dev-random/static/img/corner.png
index 52e8690..e3f76cc 100644
--- a/dev-random/static/img/corner.png
+++ b/dev-random/static/img/corner.png
Binary files differ