From 25cfbba80f992bd251751782e30cb8c3d57b53d3 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Mon, 3 Aug 2020 19:47:15 +0200 Subject: [PATCH] Added blue css from gm --- root/src/stats/galaxy.tt2 | 2 +- root/src/stats/planet.tt2 | 4 +- root/static/css/blue.css | 104 ++++++++++++++++++++++++++++++++ root/static/css/stripedback.gif | Bin 0 -> 844 bytes root/static/default.css | 2 +- 5 files changed, 109 insertions(+), 3 deletions(-) create mode 100644 root/static/css/blue.css create mode 100644 root/static/css/stripedback.gif diff --git a/root/src/stats/galaxy.tt2 b/root/src/stats/galaxy.tt2 index 6c9e9b8..a2158c4 100644 --- a/root/src/stats/galaxy.tt2 +++ b/root/src/stats/galaxy.tt2 @@ -4,7 +4,7 @@ [% END %] [% IF g %] [% PROCESS inc/stats.tt2 %] -
+
stats ranks
diff --git a/root/src/stats/planet.tt2 b/root/src/stats/planet.tt2 index b139081..ce2a771 100644 --- a/root/src/stats/planet.tt2 +++ b/root/src/stats/planet.tt2 @@ -5,6 +5,7 @@

No such planet

[% END %] +
[% IF planetscan.tick %] @@ -123,9 +124,10 @@ [% PROCESS inc/missionlist.tt2 missions=incomings %] [% END %] + [% IF p.id %] -
+
stats ranks
diff --git a/root/static/css/blue.css b/root/static/css/blue.css new file mode 100644 index 0000000..6348937 --- /dev/null +++ b/root/static/css/blue.css @@ -0,0 +1,104 @@ +body,html { + background-color : #0a0a13; + background-image : url(stripedback.gif); + color : #ffffff; + margin : 0px; + padding : 0px; + font-size : 10px; + font-family : Verdana, Arial, Sans-serif; + text-align : center; +} +input, textarea { + font-size: 10px; + background: #0B181E; + color: white; +} +a:link, a:hover, a:visited { + color: white; + text-decoration: none; +} +legend { + color: white; + background: #293452; + border-style: solid; + border-width: 1px; + border-color: white; + padding: 1px; +} +table.boards td { + /*border-style: solid; + border-width: 1px;*/ + border-color: white; + padding: 2px; + border-collapse: separate; + border-spacing: 15pt; + font-size: 10px; +} +table.boards th { + font-size: 10px; +} +fieldset.forum-post legend b { + font-size: 10px; +} +ul.linkbar li { + background: #252936; + color: white; + margin: 0.5em 0; + padding: 0.3em; + border: 1px ; + /*border-right: 1em solid black;*/ +} +.forum-post-body { + text-align: left; + font-size: small; + width:700px; + padding: 2px; + } +.forum-post-header { + text-align: left; + width:60%; +} +.stats{ + margin-left:auto; + margin-right:auto; +} +table{ + margin-left:auto; + margin-right:auto; + +} +.grid-container { + display: inline-flex; + grid-template-columns: auto auto auto auto; +} +div.graphs { + margin-left:auto; + margin-right:auto; + float: none; +} +.leftinfo{ + text-align: left; +} +.forum-post { + text-align: left; +} +.claim{ font-size: 10px; + background: green; + color: white;} +tr.even { + background: #252936; + color: white; +} +tr.odd { + background: #292d3a; + color: white; + +} +table.old{ + border: outset 1pt; + border-collapse: separate; + border-color: grey; +} +img.graph{ + background: silver; +} diff --git a/root/static/css/stripedback.gif b/root/static/css/stripedback.gif new file mode 100644 index 0000000000000000000000000000000000000000..01799d1330453d299d8b0c89c3165acdb8f16780 GIT binary patch literal 844 zcmZ?wbhEHb6k-r!_|Cw