diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/README (renamed from html/display_panel/content/README) | 0 | ||||
-rw-r--r-- | html/background-panel.png (renamed from html/display_panel/content/background-panel.png) | bin | 14814 -> 14814 bytes | |||
-rw-r--r-- | html/common.css | 29 | ||||
-rw-r--r-- | html/display_panel/content/librejs-title-old.png | bin | 2673 -> 0 bytes | |||
-rw-r--r-- | html/display_panel/content/panel-styles.css | 28 | ||||
-rw-r--r-- | html/librejs-title.png (renamed from html/display_panel/content/librejs-title.png) | bin | 14123 -> 14123 bytes |
6 files changed, 32 insertions, 25 deletions
diff --git a/html/display_panel/content/README b/html/README index a56ea46..a56ea46 100644 --- a/html/display_panel/content/README +++ b/html/README diff --git a/html/display_panel/content/background-panel.png b/html/background-panel.png Binary files differindex 022ffb3..022ffb3 100644 --- a/html/display_panel/content/background-panel.png +++ b/html/background-panel.png diff --git a/html/common.css b/html/common.css new file mode 100644 index 0000000..cf2c5d1 --- /dev/null +++ b/html/common.css @@ -0,0 +1,29 @@ +html { + padding:0px; + margin:0px; + color:#000 !important; + background:url('background-panel.png') !important; +} +body { + padding:0; + margin:10px 30px 10px 20px; + color:#000; +} + +div.libre { + position: relative; +} + +.libre { + width:230px; + height:104px; + display:block; +} +h1.libre { + font-size:1.5em; + font-weight:normal; + padding:0; + font-weight:bold; + background:url('librejs-title.png') no-repeat top left; + text-indent:-1000px; +} diff --git a/html/display_panel/content/librejs-title-old.png b/html/display_panel/content/librejs-title-old.png Binary files differdeleted file mode 100644 index 8a11527..0000000 --- a/html/display_panel/content/librejs-title-old.png +++ /dev/null diff --git a/html/display_panel/content/panel-styles.css b/html/display_panel/content/panel-styles.css index 745c67f..0d849e4 100644 --- a/html/display_panel/content/panel-styles.css +++ b/html/display_panel/content/panel-styles.css @@ -17,38 +17,16 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ -html { - padding:0px; - margin:0px; - color:#000 !important; - background:url('background-panel.png') !important; -} +@import url("/html/common.css"); + body { - padding:0; - margin:10px 30px 10px 20px; - color:#000; -width:500px; + width:500px; } - #header{ display:block; width:500px; } -.libre { - width:230px; - height:104px; - display:block; -} -h1.libre { - font-size:1.5em; - font-weight:normal; - padding:0; - font-weight:bold; - background:url('librejs-title.png') no-repeat top left; - text-indent:-1000px; - overflow:hidden; -} h2 { font-size:1.1em; font-weight:bold; diff --git a/html/display_panel/content/librejs-title.png b/html/librejs-title.png Binary files differindex c1a911c..c1a911c 100644 --- a/html/display_panel/content/librejs-title.png +++ b/html/librejs-title.png |