From 3126b094485af5a374d0ba400604a8b2805337af Mon Sep 17 00:00:00 2001 From: ssstvinc2 Date: Thu, 9 Feb 2017 10:18:18 -0500 Subject: VIM is fucking garbage --- html_template/Penguins.jpg | Bin 0 -> 777835 bytes html_template/template.html | 113 ++++++++++++++++++++++++++++++++++++++++++++ html_template/unbiased.css | 88 ++++++++++++++++++++++++++++++++++ 3 files changed, 201 insertions(+) create mode 100755 html_template/Penguins.jpg create mode 100755 html_template/template.html create mode 100755 html_template/unbiased.css (limited to 'html_template') diff --git a/html_template/Penguins.jpg b/html_template/Penguins.jpg new file mode 100755 index 0000000..030ab8a Binary files /dev/null and b/html_template/Penguins.jpg differ diff --git a/html_template/template.html b/html_template/template.html new file mode 100755 index 0000000..7869155 --- /dev/null +++ b/html_template/template.html @@ -0,0 +1,113 @@ + + + + + + + UnBiased + + + + + +
+ + + + +
+
+ +
+ + diff --git a/html_template/unbiased.css b/html_template/unbiased.css new file mode 100755 index 0000000..83bae40 --- /dev/null +++ b/html_template/unbiased.css @@ -0,0 +1,88 @@ +#page-header{ + text-align:center; + padding:.5em 0 1em; + margin-bottom:1em; + border-bottom:1px solid #000; +} + +.title{ + font-size:3em; +} + +#title-1{ + font-style:italic; + color:#d00; +} + +#title-2{ + color:#00d; +} + +#subtitle{ + font-size:1.25em; +} + +#timestamp{ + margin:.5em 0 0 0; + font-size:.8em; +} + +#page-container{ + width:1150px; + padding:0 1em; + margin-left:auto; + margin-right:auto; +} + +#top-stories{ + width:1150px; + margin-left:auto; + margin-right:auto; + font-size:1.25em; +} + +.top-story{ + width:350px; + float:left; + margin:0 .5em; +} + +.top-stories-img{ + width:350px; + height:200px; + overflow:hidden; +} + +.top-stories-img img{ + width:100%; + display:block; + vertical-align:text-bottom; +} + +#middle-stories{ + clear:both; + width:1000px; + margin:0 auto; +} + +.middle-story{ + margin:2em 5px; + width:45%; + float:left; + height:100px; +} + +.middle-story img{ + vertical-align:middle; + height:100px; + float:left; + margin-right:1em; +} + +.middle-stories-hed{ + font-size:1.1em; +} + +.middle-story p{ + display:block; +} \ No newline at end of file -- cgit v1.2.3