From 946cb10b3fc59a6a6df0fde3e44c1cbf79bb6888 Mon Sep 17 00:00:00 2001 From: Date: Mon, 5 Mar 2018 17:01:57 +0300 Subject: [PATCH] Changes in formatting for html,css --- web/fl.html | 72 +++++++++++++++---------------- web/fl_template_lang.html | 26 ++++++------ web/fl_template_main.html | 84 ++++++++++++++++++------------------- web/fl_template_stream.html | 12 +++--- web/style.css | 44 +++++++++---------- 5 files changed, 119 insertions(+), 119 deletions(-) diff --git a/web/fl.html b/web/fl.html index 3aa5000..daa86a0 100644 --- a/web/fl.html +++ b/web/fl.html @@ -1,47 +1,47 @@ - - - - FLeast - - + + + + FLeast + + - -
-
-

Usage:

-

Write the name of the game and select the language.
The name must _exactly_ match the name of the game on twitch.tv i.e. csgo must be "Counter-Strike: Global Offensive".

-
- - - - - - - - - + + + +
+ + + + + + + + - - - -
-
- - + +
+ +
-
- + + diff --git a/web/fl_template_lang.html b/web/fl_template_lang.html index 55b38a5..609810a 100644 --- a/web/fl_template_lang.html +++ b/web/fl_template_lang.html @@ -1,13 +1,13 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/web/fl_template_main.html b/web/fl_template_main.html index 5baee03..88996fe 100644 --- a/web/fl_template_main.html +++ b/web/fl_template_main.html @@ -1,54 +1,54 @@ - - - - FLeast - - + + + + FLeast + + - -
-
-

Usage:

-

Write the name of the game and select the language.
The name must _exactly_ match the name of the game on twitch.tv i.e. csgo must be "Counter-Strike: Global Offensive".

-
- - - - - - - - - + + + +
+ + + + + + + + - - - -
-
- -

- - -

Found {_stream_num_} streams:


+ +
+ +

+
+ +

Found {_stream_num_} streams:


-
+
{_stream_list_} -
- -
- + + + + diff --git a/web/fl_template_stream.html b/web/fl_template_stream.html index 7da688e..6712182 100644 --- a/web/fl_template_stream.html +++ b/web/fl_template_stream.html @@ -1,6 +1,6 @@ -
-
-
{2}
- {3} - :{4} -
+
+
+
{2}
+ {3} + :{4} +
diff --git a/web/style.css b/web/style.css index 960a020..203b276 100644 --- a/web/style.css +++ b/web/style.css @@ -16,12 +16,12 @@ hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padd } main { - float: left; - width: 60%; + float: left; + width: 60%; } aside { - float: right; - width: 30%; + float: right; + width: 30%; } article { border-bottom: 2px dotted #999; @@ -33,26 +33,26 @@ article h2 { margin-bottom: 12px; } article p { - + } main section { - + } footer { - background: #AEC6CF; - max-width: 1000px; - margin: auto; - clear: both; - text-align: right; + background: #AEC6CF; + max-width: 1000px; + margin: auto; + clear: both; + text-align: right; } footer p { - padding: 20px; + padding: 20px; } aside > div { - margin: 10px auto; - background: #AEC6CF; - min-height: 100px; + margin: 10px auto; + background: #AEC6CF; + min-height: 100px; } body > section { @@ -83,17 +83,17 @@ table.Input td, table.Input th { } .strname { - font-weight: bold; + font-weight: bold; } .struser { - font-size: 15px; - font-weight: bold; - color: #0f0 + font-size: 15px; + font-weight: bold; + color: #0f0 } .strviews{ - font-size: 15px; - font-weight: bold; - color: #f00 + font-size: 15px; + font-weight: bold; + color: #f00 }