diff options
Diffstat (limited to 'data')
| -rwxr-xr-x | data/settings.pl | 8 | ||||
| -rwxr-xr-x | data/style.css | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/data/settings.pl b/data/settings.pl index 20f1db5..fff087d 100755 --- a/data/settings.pl +++ b/data/settings.pl @@ -2,16 +2,20 @@ package MasterWebInterface; our %S = (%S, # retain options from parent script - # site info + # site (for sharing options) site_url => "http://master.333networks.com", site_name => "333networks", email => 'master@333networks.com', + # database connection db_login => ["dbi:SQLite:dbname=/path/to/your/data/masterserver.db",'',''], # display - style => "default", + style => "333networks", + + # display the style selection/test box + style_box => 0, # do not display servers older than [seconds] window_time => 1800, diff --git a/data/style.css b/data/style.css index 5c674a1..6f38fa8 100755 --- a/data/style.css +++ b/data/style.css @@ -63,7 +63,7 @@ a:hover { /* mainboxes */ div.mainbox { border: 1px solid $textcol2$; - margin-bottom:21px; + margin: 21px 0 -10px 0; padding: 5px; box-shadow: 2px 2px 5px $shadow$; $_boxbg1$ @@ -359,16 +359,16 @@ div.mainbox.browse.serverlist table tr td.tc3.icon a { } div.mainbox.browse.serverlist table tr td.tc4 { - width:90px;text-align:left + width:110px;text-align:left } div.mainbox.browse.serverlist table tr td.tc5 { - width:70px; + width:60px; text-align:center } div.mainbox.browse.serverlist table tr td.tc6 { - width:140px; + width:150px; text-align:left } |
