From d1ab128757b227c3e5d9f9e01f10b48d630758b1 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:07:17 +0200 Subject: [PATCH 001/301] Basic coding Basic coding --- theme.css | 1515 +++-------------------------------------------------- 1 file changed, 75 insertions(+), 1440 deletions(-) diff --git a/theme.css b/theme.css index a12fbc5a..04456a60 100644 --- a/theme.css +++ b/theme.css @@ -1,1446 +1,81 @@ -@import url("uniform.utopia.css"); - -/* -FOLLOW THIS FORMAT: - -.my-first-selector, -.my-second-selector { - - positioning and size - - border styling - - internal styling - padding etc. - - typography - - colors - - display, opacity and special effects -} -*/ - -@font-face { - font-family: 'KnightsQuestRegular'; - src: url('./fonts/knights-webfont.eot'); - src: url('./fonts/knights-webfont.eot?#iefix') format('embedded-opentype'), - url('./fonts/knights-webfont.woff') format('woff'), - url('./fonts/knights-webfont.ttf') format('truetype'), - url('./fonts/knights-webfont.svg#KnightsQuestRegular') format('svg'); - font-weight: normal; - font-style: normal; -} +/* Import Responsive Media Queries */ +@import url("media.css"); +/* Create a normal font family with readily colors on the body */ body { - color: white; - font-family: 'Trebuchet MS', Helvetica, sans-serif; - background-color: black; -} - - -#header-logo { - background: url(./images/logo_header.png) no-repeat top left; - width: 243px; - height: 49px; - position: absolute; -} - -.navigation { - - /* border styling */ - border: 2px solid; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - - /* internal styling - padding etc. */ - - /* typography */ - font-family: KnightsQuestRegular; - font-size: 20px; - font-weight: normal; - text-align: left; - - -moz-text-shadow: -1px 1px 2px #000, 1px -1px 2px #ffcf68; - -webkit-text-shadow: -1px 1px 2px #000, 1px -1px 2px #ffcf68; - text-shadow: -1px 1px 2px #000, 1px -1px 1px #ffcf68; - filter: glow(color=#252525,strength=3); - - /* colors */ - border-color: #555555; - -moz-box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 6px #000; - -webkit-box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 6px #000; - box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 6px #000; - - background: #494432; /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #7b7354 0%, #29261c 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#7b7354), color-stop(100%,#29261c)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #7b7354 0%,#29261c 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #7b7354 0%,#29261c 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #7b7354 0%,#29261c 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #7b7354 0%,#29261c 100%); /* W3C */ -} - -.navigation a { - text-decoration: none; - color: #fff; -} - -.navigation a:hover { - /* colors */ - color: white; -} - -#header-navigation div { - /* display, opacity and special effects */ - opacity:0.7; - filter:alpha(opacity=70); /* For IE8 and earlier */ -} - -#header-navigation div:hover { - /* display, opacity and special effects */ - opacity:1.0; - filter:alpha(opacity=100); /* For IE8 and earlier */ - -moz-box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 4px #7c4a14, 0px 8px 10px -6px #fff;; - -webkit-box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 4px #7c4a14, 0px 8px 10px -6px #fff;; - box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 6px #000, 0px -8px 8px -6px #fff; - -} - -#account-container { - font-family: KnightsQuestRegular; - font-size: 20px; -} - -#account-header .account-image { - background: url(./images/anonymous_small.png) no-repeat top left; -} - -#account-header -{ - color: #edf2fd; -} - -#account-header:hover -{ - background-color: #494432; -} - -#account-header.selected -{ - background-color: #494432; -} - -#account-details -{ - font-size: 12px; - font-family: 'Trebuchet MS', Helvetica, sans-serif; - line-height: 16px; - background-color: #494432; -} - -#account-details .account-title -{ - font-size: 18px; - font-weight: bolder; - font-family: KnightsQuestRegular; - border-bottom: 1px solid #29261c; - -moz-box-shadow: 0px 2px 1px -1px #7b7354; - -webkit-box-shadow: 0px 2px 1px -1px #7b7354; - box-shadow: 0px 2px 1px -1px #7b7354; - -} - -#account-details .alert a { - color: #ff771c; - text-shadow: -1px 1px 2px black; -} - -#account-details a:hover { - box-shadow: -10px 0px 6px -6px #fff; - -} - -#account-details .account-summary { - /* internal styling - padding etc. */ - border-bottom: 1px solid #29261c; - -moz-box-shadow: 0px 2px 1px -1px #7b7354; - -webkit-box-shadow: 0px 2px 1px -1px #7b7354; - box-shadow: 0px 2px 1px -1px #7b7354; - -} - -#account-details .account-signout -{ - border-top: 1px solid #29261c; - -moz-box-shadow: inset 0px 2px 1px -1px #7b7354; - -webkit-box-shadow: inset 0px 2px 1px -1px #7b7354; - box-shadow: inset 0px 2px 1px -1px #7b7354; - font-weight: bold; - text-align: right; - -} - -#middle { - /* positioning and size */ - /* border styling */ - /* internal styling - padding etc. */ - background-image: url(./images/leather.jpg); - background-repeat: repeat-y; - background-position: top left; - /* typography */ - /* colors */ - /* display, opacity and special effects */ - box-shadow: 3px -3px 5px #191919, -10px 10px 10px #000; - -} - -a { - color: #e5c40f; - text-decoration: none; -} - -a.highlighted { - color: #E68910; -} - -a.info-link { - font-family: 'Trebuchet MS', Helvetica, sans-serif; - font-size: 14px; -} - -a:focus, -a:hover { - color: #fff; -} - -h1, -h2, -h3 { - font-family: KnightsQuestRegular; - font-weight: 200; - color: #fff; - -moz-text-shadow: -1px 1px 2px #000; - -webkit-text-shadow: -1px 1px 2px #000; - text-shadow: -1px 1px 2px #000; - filter: glow(color=#252525,strength=3); -} - -#footer { - color: #4d5355; - font-size: 10px; -} - -.report-this { - color: #c4a112; - background-color: #18100e; - border-bottom-left-radius: 8px 8px; - -moz-border-radius-bottomleft: 8px 8px; - - - -moz-box-shadow: 0px 3px 4px #000; - -webkit-box-shadow: 0px 3px 4px #000; - box-shadow: 0px 3px 4px #000; - /* For IE 8 */ - -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')"; - /* For IE 5.5 - 7 */ - filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000'); - -} - -.report-this:hover { - color: #c4a112; - background-color: #2a201d; -} - -.reported-content { - border: 2px inset #616161; - background-color: #000000; -} - -.overlay -{ - background-color: #2f2e2e; - border:1px solid #666; - box-shadow:0 0 90px 5px #000; - -moz-box-shadow:0 0 90px 5px #000; - -webkit-box-shadow: 0 0 90px #000; - -} - -.overlay .close -{ - background-image:url("./images/overlay-close.png"); -} - -.age-changes, -.lobby-panel, -.campaigns { - /* border styling */ - border: 2px solid; - border-radius: 12px; - -moz-border-radius: 12px; - -webkit-border-radius: 12px; - - - /* internal styling - padding etc. */ - - /* typography */ - -moz-text-shadow: -1px 1px 2px #000, 1px -1px 2px #ffcf68; - -webkit-text-shadow: -1px 1px 2px #000, 1px -1px 2px #ffcf68; - text-shadow: -1px 1px 2px #000, 1px -1px 1px #ffcf68; - - /* colors */ - border-color: #555555; - -moz-box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 6px #000; - -webkit-box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 6px #000; - box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 6px #000; - - background: #494432; /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #7b7354 0%, #29261c 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#7b7354), color-stop(100%,#29261c)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #7b7354 0%,#29261c 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #7b7354 0%,#29261c 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #7b7354 0%,#29261c 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #7b7354 0%,#29261c 100%); /* W3C */ -} - -.lobby-panel h1 { - font-size: 40px; - line-height: 40px; - color: #EBE8CD; -} - -.lobby-panel h1 a:hover { - color: #fff; -} - -.divider { - background-image: url(./images/divider.png); - background-repeat: no-repeat; - background-position: top center; -} - -.divider-small { - background-image: url(./images/divider-small.png); - background-repeat: no-repeat; - background-position: top center; -} - -.lobby-panel table th { - font-family: KnightsQuestRegular; - font-size: 20px; -} - -.lobby-panel table td { - font-size: 14px; -} - -.lobby-panel h2 { - font-size: 24px; - line-height: 30px; -} - -.age-changes h3, -.campaigns h3 { - font-size: 20px; - line-height: 24px; -} - -.recruitment-campaigns h1, -.race-changes h1, -.trait-changes h1 { - font-size: 40px; - line-height: 45px; -} - -.race-changes h2, -.trait-changes h2 { - font-size: 30px; -} - -.campaigns .basic-details .campaign-summary h2{ - font-size: 18px; -} - -.campaigns .basic-details .campaign-summary .highlight-keyword{ - font-size: 22px; -} - -.good { - color: #90ee90; -} - -.bad { - color: #EC7566; -} - -.message { - font-weight: bold; - font-size: 18px; - line-height: 20px; - - /* border styling */ - border: 1px solid; - border-radius: 8px; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - - - /* internal styling - padding etc. */ - /* typography */ - font-family: KnightsQuestRegular; - font-size: 20px; -} - -.good.message -{ - color: #fefff7; - -moz-text-shadow: -1px 1px 2px #363a19, 1px -1px 2px #363a19; - -webkit-text-shadow: -1px 1px 2px #363a19, 1px -1px 2px #363a19; - text-shadow: -1px 1px 2px #363a19, 1px -1px 1px #363a19; - - /* colors */ - border-color: #feffea; - -moz-box-shadow: 1px -1px 1px 0px #cbd3a9 , -1px 1px 2px #363a19, inset 0px 0px 10px #000; - -webkit-box-shadow: 1px -1px 1px 0px #cbd3a9 , -1px 1px 2px #363a19, inset 0px 0px 10px #000; - box-shadow: 1px -1px 1px 0px #cbd3a9 , -1px 1px 2px #363a19, inset 0px 0px 10px #000; - - background: #718d16; /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #789316 0%, #5d7a19 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#789316 ), color-stop(100%,#5d7a19)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #789316 0%,#5d7a19 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #789316 0%,#5d7a19 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #789316 0%,#5d7a19 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #789316 0%,#5d7a19 100%); /* W3C */ - -} - -.bad.message -{ - color: #FFFCF7; - -moz-text-shadow: -1px 1px 2px #331100, 1px -1px 2px #331100; - -webkit-text-shadow: -1px 1px 2px #331100, 1px -1px 2px #331100; - text-shadow: -1px 1px 2px #331100, 1px -1px 1px #331100; - - /* colors */ - border-color: #feffea; - -moz-box-shadow: 1px -1px 1px 0px #D3AEA9 , -1px 1px 2px #331100, inset 0px 0px 10px #000; - -webkit-box-shadow: 1px -1px 1px 0px #D3AEA9 , -1px 1px 2px #331100, inset 0px 0px 10px #000; - box-shadow: 1px -1px 1px 0px #D3AEA9 , -1px 1px 2px #331100, inset 0px 0px 10px #000; - - background: #521802; /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #641E04 0%, #401100 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#641E04 ), color-stop(100%,#401100)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #641E04 0%,#401100 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #641E04 0%,#401100 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #641E04 0%,#401100 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #641E04 0%,#401100 100%); /* W3C */ - -} - -.info.message -{ - color: #FFFCF7; - -moz-text-shadow: -1px 1px 2px #362301, 1px -1px 2px #362301; - -webkit-text-shadow: -1px 1px 2px #362301, 1px -1px 2px #362301; - text-shadow: -1px 1px 2px #362301, 1px -1px 1px #362301; - - /* colors */ - border-color: #feffea; - -moz-box-shadow: 1px -1px 1px 0px #D4C7AF , -1px 1px 2px #362301, inset 0px 0px 10px #000; - -webkit-box-shadow: 1px -1px 1px 0px #D4C7AF , -1px 1px 2px #362301, inset 0px 0px 10px #000; - box-shadow: 1px -1px 1px 0px #D4C7AF , -1px 1px 2px #362301, inset 0px 0px 10px #000; - - background: #D09734; /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #D09734 0%, #594118 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#D09734 ), color-stop(100%,#594118)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #D09734 0%,#594118 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #D09734 0%,#594118 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #D09734 0%,#594118 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #D09734 0%,#594118 100%); /* W3C */ - -} - - -/* User profile page --------------------------------------------------------------- */ - -.lobby-panel .statement { - background: url('./images/province_profile/scroll.png') no-repeat; -} - -.lobby-panel .statement h2 { - line-height: 16px; -} - -.advice-message { - color: #a5d387; -} - -.warning { - color: #e55700; -} - -.error { - color: #e55700; -} - -#game-navigation .current-date { - - padding: 11px 0px; - - font-family: KnightsQuestRegular; - font-size: 16px; - text-shadow: -1px 1px 2px black, 1px -1px 1px #FFCF68; - - /* border styling */ - border: 2px solid; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - - - border-color: #555555; - -moz-box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 6px #000; - -webkit-box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 6px #000; - box-shadow: 1px -1px 2px 0px #fffbf1, inset 0px 0px 6px #000; - - background: #3a3830; /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #3a3830 0%, #23221f 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#3a3830), color-stop(100%,#23221f)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* W3C */ -} - -#game-navigation a { - line-height: 0.6em; -} - -#game-navigation a:hover { - box-shadow: -10px 0px 6px -6px #fff; - -} - -#resource-bar -{ - /* border styling */ - border: 2px solid; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - - /* internal styling - padding etc. */ - - /* typography */ - font-family: KnightsQuestRegular; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; - - -moz-text-shadow: -1px 1px 2px #000, 1px -1px 2px #ffcf68; - -webkit-text-shadow: -1px 1px 2px #000, 1px -1px 2px #ffcf68; - text-shadow: -1px 1px 2px #000, 1px -1px 1px #ffcf68; - - /* colors */ - border-color: #555555; - -moz-box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000, - inset 0px -1px 1px #fffbf1, - 0px 1px 1px #000, - -1px 0px 2px #000, - inset 1px 0px 1px #fffbf1, - inset -1px 0px 2px #000, - 1px 0px 1px #fffbf1; - -webkit-box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000, - inset 0px -1px 1px #fffbf1, - 0px 1px 1px #000, - -1px 0px 2px #000, - inset 1px 0px 1px #fffbf1, - inset -1px 0px 2px #000, - 1px 0px 1px #fffbf1; - box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000, - inset 0px -1px 1px #fffbf1, - 0px 1px 1px #000, - -1px 0px 2px #000, - inset 1px 0px 1px #fffbf1, - inset -1px 0px 2px #000, - 1px 0px 1px #fffbf1; - - background: #d7d7d7; /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #d7d7d7 0%, #353535 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#d7d7d7), color-stop(100%,#353535)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #d7d7d7 0%,#353535 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #d7d7d7 0%,#353535 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #d7d7d7 0%,#353535 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #d7d7d7 0%,#353535 100%); /* W3C */ - -} - -#resource-bar thead { - background: #3a3830; /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #3a3830 0%, #23221f 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#3a3830), color-stop(100%,#23221f)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* W3C */ -} - -#resource-bar thead th { - font-weight: normal; -} - -#resource-bar tbody th, -#resource-bar tbody td{ - width: 98px; - border-right: 1px inset #444444; - border-bottom: 1px inset #444444; - - padding: 3px 6px 3px 6px; - background: transparent; - - font-size: 11px; - font-weight: lighter; - font-family: 'Trebuchet MS', Helvetica, sans-serif; - text-align: right; - color: #a9a9a9; - -moz-text-shadow: -1px 1px 1px #222222, 1px -1px 1px #222222, 1px 1px 1px #222222, -1px -1px 1px #7b7354; - -webkit-text-shadow: -1px 1px 1px #222222, 1px -1px 1px #222222, 1px 1px 1px #222222, -1px -1px 1px #7b7354; - text-shadow: -1px 1px 1px #222222, 1px -1px 1px #222222, 1px 1px 1px #222222, -1px -1px 1px #7b7354; - filter: glow(color=#252525,strength=3); -} - -#resource-bar tbody th { - font-size: 12px; - font-weight: bolder; -} - -#resource-bar thead th { - width: 98px; - border-right: 1px inset #141413; - border-bottom: 1px inset #141413; - background: transparent; -} - - -#resource-bar .positive { - color: #8FA94A; -} - -#resource-bar .negative { - color: #d0aeae; -} - -.game-content form, -.game-content h2 { - border: 2px solid; - border-left: 0px; - border-right: 0px; - - /* internal styling - padding etc. */ - - /* colors */ - border-color: #181818; - - -moz-box-shadow: inset 0px 0px 6px #000, - inset -3px 3px 3px 2px #545454; - -webkit-box-shadow: inset 0px 0px 6px #000, - inset -3px 3px 3px 2px #545454; - box-shadow: inset 0px 0px 6px #000, - inset -3px 3px 3px 2px #545454; - - color: #fff; - -moz-text-shadow: -1px 1px 1px #000, 1px -1px 1px #69634D; - -webkit-text-shadow: -1px 1px 1px #000, 1px -1px 1px #69634D; - text-shadow: -1px 1px 1px #000, 1px -1px 1px #69634D; - - background: rgb(86, 83, 74); /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #d7d7d7 0%, #353535 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#d7d7d7), color-stop(100%,#353535)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #d7d7d7 0%,#353535 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #d7d7d7 0%,#353535 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #d7d7d7 0%,#353535 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #d7d7d7 0%,#353535 100%); /* W3C */ - -} - -.game-content h3 { - font-size: 24px; - color: #fff; - -moz-text-shadow: -1px 1px 1px #000, 1px -1px 1px #69634D; - -webkit-text-shadow: -1px 1px 1px #000, 1px -1px 1px #69634D; - text-shadow: -1px 1px 1px #000, 1px -1px 1px #69634D; -} - -.game-content form { - font-size: 12px; - font-weight: bolder; - background: rgb(86, 83, 74); /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #706e62 0%, #353535 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#898989), color-stop(100%,#353535)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #706e62 0%,#353535 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #706e62 0%,#353535 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #706e62 0%,#353535 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #706e62 0%,#353535 100%); /* W3C */ -} - -.game-content form.no-visible-fields { - width: auto; - background: none; - border: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; - box-shadow: none; - -} - -form ul.errorlist { - color: #e26f80; -} - -.game-content form.change-kingdom { - /* typography */ - font-family: KnightsQuestRegular; - font-size: 16px; -} - -.game-content form.change-kingdom .change-kingdom-heading { - font-size: 30px; - filter: glow(color=#252525,strength=3); - line-height: 24px; -} - -.game-content form.change-kingdom .change-kingdom-form { - font-size: 30px; - color: #a9a9a9; - -moz-text-shadow: -1px 1px 1px #222222, 1px -1px 1px #222222, 1px 1px 1px #222222, -1px -1px 1px #7b7354; - -webkit-text-shadow: -1px 1px 1px #222222, 1px -1px 1px #222222, 1px 1px 1px #222222, -1px -1px 1px #7b7354; - text-shadow: -1px 1px 1px #222222, 1px -1px 1px #222222, 1px 1px 1px #222222, -1px -1px 1px #7b7354; -} - -.game-content form.change-kingdom.change-kingdom-target { - border: 0px; - border-top: 2px solid; - border-color: #555555; - -moz-box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000; - -webkit-box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000; - box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000; - -} - -input[type=text], -form textarea, -form input[type=text], -form input[type=password] { - border-width: 1px; - border-color: #d7d7d7; - padding-left: 3px; - font-family: KnightsQuestRegular; - font-size: 20px; - text-align: left; - - -moz-box-shadow: inset 0px 0px 4px #7c4a14; - -webkit-box-shadow: inset 0px 0px 4px #7c4a14; - box-shadow: inset 0px 0px 6px #000; - - color: #fff; - background: #3a3830; /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #3a3830 0%, #23221f 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#3a3830), color-stop(100%,#23221f)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* W3C */ - - -} - -form input[type=text], -form input[type=password] { - height: 30px; - font-size: 30px; -} - -form .errorlist { - font-size: 12px; -} - -form input[type=submit], -.button-link { - /* positioning and size */ - - /* border styling */ - border: 1px solid; - border-radius: 4px; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - - - /* internal styling - padding etc. */ - /* typography */ - font-family: KnightsQuestRegular; - font-size: 20px; - font-weight: normal; - -moz-text-shadow: -1px 1px 2px #3d2f1a, 1px -1px 2px #3d2f1a; - -webkit-text-shadow: -1px 1px 2px #3d2f1a, 1px -1px 2px #3d2f1a; - text-shadow: -1px 1px 2px #3d2f1a, 1px -1px 1px #3d2f1a; - - /* colors */ - border-color: #7c551a; - -moz-box-shadow: 1px -1px 1px 0px #D4CAA8 , -1px 1px 2px #3d2f1a, inset 0px 0px 10px #000; - -webkit-box-shadow: 1px -1px 1px 0px #D4CAA8 , -1px 1px 2px #3d2f1a, inset 0px 0px 10px #000; - box-shadow: 1px -1px 1px 0px #D4CAA8 , -1px 1px 2px #3d2f1a, inset 0px 0px 10px #000; - - background: #9c7815; /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #E5C40F 0%, #7c551a 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#E5C40F ), color-stop(100%,#7c551a)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #E5C40F 0%,#7c551a 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #E5C40F 0%,#7c551a 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #E5C40F 0%,#7c551a 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #E5C40F 0%,#7c551a 100%); /* W3C */ - - color: #fff; -} - -form input[type=submit]:hover, -.button-link:hover { - /* colors */ - background: #c99a1a; - background: -moz-radial-gradient(center, ellipse cover, #ead464 0%, #775f3a 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ead464 ), color-stop(100%,#775f3a)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #ead464 0%,#775f3a 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #ead464 0%,#775f3a 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #ead464 0%,#775f3a 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #ead464 0%,#775f3a 100%); /* W3C */ -} - -form input[type=submit]:active, -.button-link:active { - /* colors */ - background: #ba8500; - background: -moz-radial-gradient(center, ellipse cover, #fceea6 0%, #9b7e52 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#fceea6 ), color-stop(100%,#9b7e52)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #fceea6 0%,#9b7e52 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #fceea6 0%,#9b7e52 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #fceea6 0%,#9b7e52 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #fceea6 0%,#9b7e52 100%); /* W3C */ -} - -div.selector span, -div.uploader span.filename, -div.uploader span.action -{ - padding-left: 5px; - /* typography */ - font-family: KnightsQuestRegular; - font-size: 20px; - font-weight: normal; - text-align: left; - -moz-text-shadow: -1px 1px 2px #3d2f1a, 1px -1px 2px #3d2f1a; - -webkit-text-shadow: -1px 1px 2px #3d2f1a, 1px -1px 2px #3d2f1a; - text-shadow: -1px 1px 2px #3d2f1a, 1px -1px 1px #3d2f1a; -} -div.uploader span.filename, -div.uploader span.action -{ - font-size: 18px; -} - -.game-content form table { - border: 0px; - border-top: 2px solid; - border-color: #555555; - margin-bottom: 10px; - -moz-box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000; - -webkit-box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000; - box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000; - - text-align: left; - -} - -.game-content form table thead th { - height: 36px; - - font-family: KnightsQuestRegular; - font-weight: normal; - font-size: 20px; - text-align: center; - text-decoration: none; - vertical-align: bottom; -} - -.game-content form tbody th { - border-left: 2px ridge rgba(48, 48, 48, 0.4); - font-family: KnightsQuestRegular; - font-size: 20px; - -} - -.game-content form tbody th:first-child { - border-left: none; -} - -.game-content form tbody td { - padding-right: 20px; - font-size: 12px; - text-align: center; -} - -.game-content form tbody tr { - border: none; -} -.game-content form tbody tr:nth-child(even) { - /* display, opacity and special effects*/ - background: rgb(48, 48, 48); - background: rgba(48, 48, 48, 0.1); - -} - - -.game-content form.change-kingdom #royal-commands { - border-top: 2px dotted #000; -} - -.game-content form.change-kingdom #royal-commands table { - border-top: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; - box-shadow: none; -} - -.game-content form.change-kingdom #royal-commands table tbody td, -.game-content form.change-kingdom #royal-commands input[type=text] { - font-family: 'Trebuchet MS', Helvetica, sans-serif; - font-size: 13px; - font-weight: normal; -} - - -.game-content form.change-kingdom #royal-commands .button-link { - font-size: 16px; - line-height: 20px; -} - -/* KINGDOM NEWS */ - -.news-legend span.news-aid:before { - content: url(./images/kingdom_news/aid_inline.png); -} -.news-legend span.news-intra-kingdom-conflict:before { - content: url(./images/kingdom_news/intra_kingdom_conflict_inline.png); -} -.news-legend span.news-actions-against-our-kingdom:before { - content: url(./images/kingdom_news/actions_against_our_kingdom_inline.png); -} -.news-legend span.news-actions-by-our-kingdom:before { - content: url(./images/kingdom_news/actions_by_our_kingdom_inline.png); -} -.news-legend span.news-dragon:before { - content: url(./images/kingdom_news/dragon_inline.png); -} -.news-legend span.news-obituaries:before { - content: url(./images/kingdom_news/obituaries_inline.png); -} -.news-legend span.news-relations:before { - content: url(./images/kingdom_news/relations_inline.png); -} -.news-province-modification:before { - content: url(./images/kingdom_news/province_modification_inline.png); -} - -td.news-aid { - background-image: url(./images/kingdom_news/aid.png); -} -td.news-intra-kingdom-conflict { - background-image: url(./images/kingdom_news/intra_kingdom_conflict.png); -} -td.news-actions-against-our-kingdom { - background-image: url(./images/kingdom_news/actions_against_our_kingdom.png); -} -td.news-actions-by-our-kingdom { - background-image: url(./images/kingdom_news/actions_by_our_kingdom.png); -} -td.news-dragon { - background-image: url(./images/kingdom_news/dragon.png); -} -td.news-obituaries { - background-image: url(./images/kingdom_news/obituaries.png); -} -td.news-relations { - background-image: url(./images/kingdom_news/relations.png); -} -td.news-province-modification { - background-image: url(./images/kingdom_news/province_modification.png); -} - -/* KINGDOM DETAILS */ -.unused-slot { color: #B0B0B0; } -.protected, -.intel-fresh { color: #99ffbb; } -.monarch, -.at-war, -.intel-rotten { color: #F28585; } -.chamberlain, -.intel-stale { color: #FFC583; } -.you { font-weight: bold; } -.slot-number { font-size: 0.8em; color: #B0B0B0; } - -.provinces-legend { - font-size: 0.8em; -} - -.provinces-legend .invitations { - font-family: KnightsQuestRegular; - font-size: 18px; -} - -.dip-status -{ + line-height: 1.42857143; color: #000; } -.dip-status-NORMAL -{ - background-color: #01DF01; -} - -.dip-status-UNFRIENDLY -{ - background-color: #FFBF00; -} - -.dip-status-HOSTILE -{ - background-color:#FF4000; - background-image: url(./images/hostile_meter/hostile_gradient.png); - background-repeat:repeat-y; -} - -.dip-status-WAR -{ - background-color: #FF0000; -} - -.own-meter-value -{ - background-image: url(./images/hostile_meter/up.png); -} - -.their-meter-value -{ - background-image: url(./images/hostile_meter/down.png); -} - -.war-button-meter-value -{ - background-image: url(./images/hostile_meter/war.png); -} - -#hostility-meter-example { - background-image: url(./images/hostile_meter/example.png); -} - -#id_taunt_top_image { - color: white; -} - -/* Province profile page --------------------------------------------------------------- */ - -.province-flag .flagpole { - background: url('./images/province_profile/flagpole.png') no-repeat; -} - -.province-flag .flag-image .default-flag { - background: url('./images/province_profile/default_flag.png') no-repeat; -} - -.motto { - background: url('./images/province_profile/scroll.png') no-repeat; -} - - -.game-header -{ - height: 30px; - border-top: 2px solid #6b6348; - border-bottom: 2px solid #6b6348; - background: #655e44; /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #d4caa8 0%, #45402e 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#d4caa8), color-stop(100%,#45402e)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #d4caa8 0%,#45402e 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #d4caa8 0%,#45402e 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #d4caa8 0%,#45402e 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #d4caa8 0%,#45402e 100%); /* W3C */ -} - -.game-header h1 -{ - height: 22px; - margin: 0px 1px; - padding: 6px 4px 1px 4px; - - font-size: 24px; - text-decoration: none; - font-family: KnightsQuestRegular; - -moz-text-shadow: 1px -1px 1px #908661; - -webkit-text-shadow: 1px -1px 1px #908661; - text-shadow: 1px -1px 1px #908661; - filter: glow(color=#252525,strength=3); - - -moz-box-shadow: 1px 1px 1px 1px #6d664a; - -webkit-box-shadow: 1px 1px 1px 1px #6d664a; - box-shadow: 1px 1px 1px 1px #6d664a; - - background: #c4bea9; /* Old browsers */ - background: -moz-linear-gradient(top, #908661 0%, #c4bea9 15%, #f9f9f9 33%, #f9f9f9 65%, #c4bea9 84%, #908661 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#908661), color-stop(15%,#c4bea9), color-stop(33%,#f9f9f9), color-stop(65%,#f9f9f9), color-stop(84%,#c4bea9), color-stop(100%,#908661)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #908661 0%,#c4bea9 15%,#f9f9f9 33%,#f9f9f9 65%,#c4bea9 84%,#908661 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #908661 0%,#c4bea9 15%,#f9f9f9 33%,#f9f9f9 65%,#c4bea9 84%,#908661 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #908661 0%,#c4bea9 15%,#f9f9f9 33%,#f9f9f9 65%,#c4bea9 84%,#908661 100%); /* IE10+ */ - background: linear-gradient(top, #908661 0%,#c4bea9 15%,#f9f9f9 33%,#f9f9f9 65%,#c4bea9 84%,#908661 100%); /* W3C */ - - color: #000; - -} - -.game-header a h1 { - background: #494432; /* Old browsers */ - background: -moz-linear-gradient(top, #29261c 0%, #494432 15%, #7b7354 45%, #7b7354 55%, #494432 84%, #29261c 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29261c), color-stop(15%,#494432), color-stop(45%,#7b7354), color-stop(55%,#7b7354), color-stop(84%,#494432), color-stop(100%,#29261c)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #29261c 0%,#494432 15%,#7b7354 45%,#7b7354 55%,#494432 84%,#29261c 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #29261c 0%,#494432 15%,#7b7354 45%,#7b7354 55%,#494432 84%,#29261c 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #29261c 0%,#494432 15%,#7b7354 45%,#7b7354 55%,#494432 84%,#29261c 100%); /* IE10+ */ - background: linear-gradient(top, #29261c 0%,#494432 15%,#7b7354 45%,#7b7354 55%,#494432 84%,#29261c 100%); /* W3C */ -} - -.game-header a h1:hover -{ - -moz-text-shadow: none; - -webkit-text-shadow: none; - text-shadow: none; - - background: #29261c; /* Old browsers */ - background: -moz-linear-gradient(top, #29261c 0%, #494432 15%, #7b7354 45%, #7b7354 55%, #494432 84%, #29261c 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29261c), color-stop(15%,#494432), color-stop(45%,#7b7354), color-stop(55%,#7b7354), color-stop(84%,#494432), color-stop(100%,#29261c)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #29261c 0%,#494432 15%,#7b7354 45%,#7b7354 55%,#494432 84%,#29261c 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #29261c 0%,#494432 15%,#7b7354 45%,#7b7354 55%,#494432 84%,#29261c 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #29261c 0%,#494432 15%,#7b7354 45%,#7b7354 55%,#494432 84%,#29261c 100%); /* IE10+ */ - background: linear-gradient(top, #29261c 0%,#494432 15%,#7b7354 45%,#7b7354 55%,#494432 84%,#29261c 100%); /* W3C */ - - color: #fff; - box-shadow: 0px 5px 3px -3px #fff; - -} - -.game-content { - border: 2px solid; - - /* border styling */ - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - - - /* colors */ - border-color: #555555; - -moz-box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000, - inset 0px -1px 1px #fffbf1, - 0px 1px 1px #000, - -1px 0px 2px #000, - inset 1px 0px 1px #fffbf1, - inset -1px 0px 2px #000, - 1px 0px 1px #fffbf1; - -webkit-box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000, - inset 0px -1px 1px #fffbf1, - 0px 1px 1px #000, - -1px 0px 2px #000, - inset 1px 0px 1px #fffbf1, - inset -1px 0px 2px #000, - 1px 0px 1px #fffbf1; - box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000, - inset 0px -1px 1px #fffbf1, - 0px 1px 1px #000, - -1px 0px 2px #000, - inset 1px 0px 1px #fffbf1, - inset -1px 0px 2px #000, - 1px 0px 1px #fffbf1; -} - -.game-content h2 { - margin-top: 20px; - border: 0px; - border-top: 2px solid; - border-bottom: 2px solid; - border-color: #555555; - -moz-box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000, - inset 0px -1px 1px #fffbf1, - 0px 1px 1px #000; - -webkit-box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000, - inset 0px -1px 1px #fffbf1, - 0px 1px 1px #000; - box-shadow: 0px -1px 1px #fffbf1, - inset 0px 1px 2px #000, - inset 0px -1px 1px #fffbf1, - 0px 1px 1px #000; - - line-height: 30px; - font-size: 30px; - -} - - -.game-content thead th { - font-family: KnightsQuestRegular; - font-weight: normal; - font-size: 18px; - - -moz-text-shadow: -1px 1px 2px #000, 1px -1px 2px #ffcf68; - -webkit-text-shadow: -1px 1px 2px #000, 1px -1px 2px #ffcf68; - text-shadow: -1px 1px 2px #000, 1px -1px 1px #ffcf68; - - background: #3a3830; /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #3a3830 0%, #23221f 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#3a3830), color-stop(100%,#23221f)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #3a3830 0%,#23221f 100%); /* W3C */ -} - -.game-content tbody th { - border-left: 6px ridge rgba(48, 48, 48, 0.4); - font-family: KnightsQuestRegular; - font-size: 18px; - -} - -.game-content tbody th:first-child { - border-left: none; -} - -.game-content tbody td { - padding-right: 20px; -} - -.game-content tbody tr { - border-bottom: 2px groove rgba(48, 48, 48, 0.4); - border-top: 2px groove rgba(48, 48, 48, 0.4); - -} - -.game-content tbody tr:nth-child(even) { - /* display, opacity and special effects*/ - background: rgb(48, 48, 48); - background: rgba(48, 48, 48, 0.6); - -} - -.game-content tbody tr.sub-total { - background: none; -} -.game-content tr.sub-total td -{ - border-top: 2px solid #B9B9B9; - padding-bottom: 25px; -} - - -.game-content table.schedule -{ - font-size:0.8em; -} - - -.two-digit-input { - width: 50px; -} -.three-digit-input { - width: 55px; -} - -.four-digit-input { - width: 70px; -} - -.five-digit-input { - width: 85px; -} - -.six-digit-input { - width: 100px; -} - -/* GAME PREFERENCES */ -.game-content div.preference-box { - background: rgb(86, 83, 74); /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #706e62 0%, #353535 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#898989), color-stop(100%,#353535)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #706e62 0%,#353535 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #706e62 0%,#353535 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #706e62 0%,#353535 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #706e62 0%,#353535 100%); /* W3C */ -} - -.game-content div.preference-box.disabled { - opacity: 0.5; -} - -.game-content table.applicant-view input[type="submit"], -.game-content table.mail-view input[type="submit"], -.game-content table.mail-view .button-link { - font-size: 14px; -} - -table.mail-view td.formatted-text { - background: rgb(86, 83, 74); /* Old browsers */ - background: -moz-radial-gradient(center, ellipse cover, #706e62 0%, #353535 100%); /* FF3.6+ */ - background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#898989), color-stop(100%,#353535)); /* Chrome,Safari4+ */ - background: -webkit-radial-gradient(center, ellipse cover, #706e62 0%,#353535 100%); /* Chrome10+,Safari5.1+ */ - background: -o-radial-gradient(center, ellipse cover, #706e62 0%,#353535 100%); /* Opera 12+ */ - background: -ms-radial-gradient(center, ellipse cover, #706e62 0%,#353535 100%); /* IE10+ */ - background: radial-gradient(center, ellipse cover, #706e62 0%,#353535 100%); /* W3C */ -} - -div.wysiwyg { - border: 1px solid #999; - padding: 5px; - background: rgb(86, 83, 74); -} - -div.wysiwyg ul.toolbar li { - background: url('./images/jquery.wysiwyg.gif') no-repeat -64px -80px; - border: 1px outset #83817d; -} - -body.wysiwyg { - color: #fff; - background: #3a3830; /* Old browsers */ - font-size: 12px; -} - -#bookmark-header { - background-image: url(./images/gold_star.png); - background-repeat: no-repeat; - background-position: center 3px; -} - -#bookmark-header:hover, -#bookmark-header.selected -{ - background-color: #494432; -} - -#bookmark-details -{ - font-size: 16px; -} - -#bookmark-details div -{ - padding-top: 1px; - padding-bottom: 1px; -} - -#bookmark-details a:hover { - box-shadow: -10px 0px 6px -6px #fff; -} - -#bookmark-details #bookmarks { - border-top: 1px solid #29261c; - border-bottom: 1px solid #29261c; - -moz-box-shadow: 0px 2px 1px -1px #7b7354; - -webkit-box-shadow: 0px 2px 1px -1px #7b7354; - box-shadow: 0px 2px 1px -1px #7b7354; - -} - -#royal-command-icon { - background-image: url(./images/gold_crown.png); - background-repeat: no-repeat; - background-position: center 3px; -} - -#royal-command-icon:hover { - background-color: #494432; -} - -.tablesorter th .order-icon { - background-image: url(./images/order_none.png); -} - -.tablesorter th.headerSortUp .order-icon { - background-image: url(./images/order_asc.png); -} - -.tablesorter th.headerSortDown .order-icon { - background-image: url(./images/order_desc.png); -} - -.campaign-meter-level div { - border: 1px solid #789316; -} - -.campaign-meter-level div.full { - background-color: #789316; -} - -.campaign-meter-level div.unknown { - color: #789316; -} - -.fails-criteria div { - border: 1px solid #CD4331; -} - -.fails-criteria div.full { - background-color: #CD4331; -} - -.recruitment-header .rank-bar, -.campaigns .rank-bar { - background-color: #867721; -} - -.recruitment-header .selected-rank, -.campaigns .selected-rank { - background-color: #E5C40F; -} - -.campaigns .campaign-message-intro { - font-family: KnightsQuestRegular; - font-weight: 200; - color: white; - text-shadow: -1px 1px 2px black; - font-size: 18px; -} - -#uniform-id-orderby { - background-position: left -38px; - width: 296px; -} - -#uniform-id-orderby span, -#uniform-id-orderby.focus span, -#uniform-id-orderby.hover span, -#uniform-id-orderby:hover span { - font-size: 30px; - background-position: right -38px; -} - -td#inline-hostility-meter { - text-align: left; - text-shadow: none; - font-weight: normal; -} - - + /* Make the inner container full width */ + #inner-container { + background-color: #f8f8f8; + top: 0; + position: fixed; + right: 0; + left: 0; + z-index: 1030; + min-height: 50px; + width: 100%; + margin: 0px; + padding: 0px; + padding-top: 0.2em; + } + + #header { + margin-right: auto; + margin-left: auto; + box-shadow: 0 4px 2px -2px rgba(208,72,46, 1); + } + + #header-logo { + background: url(./images/logo_header.png) no-repeat top left; + height: 100%; + display: inline-block; + } + + #header-navigation { + width: 50%; + top: auto; + left: auto; + } + + #header-navigation a { + color: #7b7354; + text-decoration: none; + } + + #header-navigation a:hover { + color: #000; + } + + #id-shop-login-form { display: none; } + #account-container { + display: inline-block; + width: 10%; + color: #7b7354; + right: auto; + top: auto; + position: inherit; + } + #account-header div { + float: none; + clear: both; + margin-right: 10em; + } + + #aswift_0_expand { + display: none; + } + + #content-area { + width: 100%; + } + + #game-navigation { + margin: 0 auto; + margin-left: auto; + margin-right: auto; + } From 108f4f436bc152179b1a6fe392257b2aac6208d6 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:16:26 +0200 Subject: [PATCH 002/301] Test --- media.css | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 media.css diff --git a/media.css b/media.css new file mode 100644 index 00000000..f7c3506f --- /dev/null +++ b/media.css @@ -0,0 +1,89 @@ + +/* Phone */ +@media (max-width: 767px) { + #header-logo { + width: 100%; + margin-left: 2em; + } + #header-navigation { + display: none; + } + + #account-header div { + float: none; + clear: both; + margin-right: 1em !important; + } + #middle { + margin: 0 auto; + margin-left: auto; + margin-right: auto; + margin-top: 0.5em; + } +} + +/* Tablet */ +@media (min-width: 768px) { + #header { + width: 750px; + } + #header-logo { + width: 100%; + margin-left: 2em; + } + #header-navigation { + display: none; + } + + #middle { + margin: 0 auto; + margin-left: auto; + margin-right: auto; + width: 750px; + margin-top: 0.5em; + } + +} + +/* Laptop */ +@media (min-width: 992px) { + #header { + width: 970px; + } + #header-logo { + width: 30%; + } + #header-navigation { + display: inline-block; + } + + #middle { + margin: 0 auto; + margin-left: auto; + margin-right: auto; + width: 970px; + margin-top: 0.5em; + } +} + +/* Full Width */ +@media (min-width: 1200px) { + #header { + width: 1170px; + } + #header-logo { + width: 33%; + } + #header-navigation { + display: inline-block; + } + + #middle { + margin: 0 auto; + margin-left: auto; + margin-right: auto; + width: 1170px; + margin-top: 0.5em; + } +} + From 5b90026ad30ac1de7fd6a66789a47e33769cd0a7 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:20:10 +0200 Subject: [PATCH 003/301] Hide top banner --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 04456a60..607707cb 100644 --- a/theme.css +++ b/theme.css @@ -67,7 +67,7 @@ body { } #aswift_0_expand { - display: none; + display: none !important; } #content-area { From bc7b00d7b288f7aef5700dbea88e76c28a1e5979 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:23:21 +0200 Subject: [PATCH 004/301] Test --- theme.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/theme.css b/theme.css index 607707cb..05df2b29 100644 --- a/theme.css +++ b/theme.css @@ -60,11 +60,15 @@ body { top: auto; position: inherit; } - #account-header div { - float: none; + #account-header { + position: inherit; clear: both; - margin-right: 10em; } + #account-header div { + float: none; + clear: both; + margin-right: 10em; + } #aswift_0_expand { display: none !important; From cbfc26d9c68de1bfdbfd2880638c4837193ec641 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:28:30 +0200 Subject: [PATCH 005/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 05df2b29..785d98d1 100644 --- a/theme.css +++ b/theme.css @@ -61,7 +61,7 @@ body { position: inherit; } #account-header { - position: inherit; + position: inherit !important; clear: both; } #account-header div { From 3bd25f5b6ab982a143d52311fdfaf9c9dce5aa26 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:30:35 +0200 Subject: [PATCH 006/301] Test --- theme.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/theme.css b/theme.css index 785d98d1..67379248 100644 --- a/theme.css +++ b/theme.css @@ -60,15 +60,17 @@ body { top: auto; position: inherit; } - #account-header { + + #account-header div { + float: none; + clear: both; + margin-right: 10em; + } + + #account-details { position: inherit !important; clear: both; } - #account-header div { - float: none; - clear: both; - margin-right: 10em; - } #aswift_0_expand { display: none !important; From 3e55b0f5fcaf2d950b7363ce36e3ad3607247255 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:34:04 +0200 Subject: [PATCH 007/301] Test --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index 67379248..ebd54dd5 100644 --- a/theme.css +++ b/theme.css @@ -72,6 +72,10 @@ body { clear: both; } + #aswift_0_expand! { + display: none !important; + } + #aswift_0_expand { display: none !important; } From 9aecb4a57c806e6b8d3ab222bf1ef5611c3dcf9b Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:37:27 +0200 Subject: [PATCH 008/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index ebd54dd5..884ccb76 100644 --- a/theme.css +++ b/theme.css @@ -72,7 +72,7 @@ body { clear: both; } - #aswift_0_expand! { + #aswift_0_expand! > div { display: none !important; } From 14b0c457c712f7fbfb0d307d12305d5face6e76a Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:41:51 +0200 Subject: [PATCH 009/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 884ccb76..dd781f7f 100644 --- a/theme.css +++ b/theme.css @@ -72,7 +72,7 @@ body { clear: both; } - #aswift_0_expand! > div { + div:has(#aswift_0_expand) { display: none !important; } From da20303a984200b8aa11305c0106a7e03b5a6783 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:43:20 +0200 Subject: [PATCH 010/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index dd781f7f..58e77101 100644 --- a/theme.css +++ b/theme.css @@ -72,7 +72,7 @@ body { clear: both; } - div:has(#aswift_0_expand) { + div:has(ins) { display: none !important; } From 65cc7be8f829e8596b9227b529ebc88a8cc9b60d Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:45:38 +0200 Subject: [PATCH 011/301] Test --- theme.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme.css b/theme.css index 58e77101..9a8f8eb2 100644 --- a/theme.css +++ b/theme.css @@ -9,6 +9,15 @@ body { color: #000; } + /* Clear Divs */ + div { + height: 0px !important; + padding: 0 !important; + margin: 0 !important; + margin-left: 0 !important; + width: 0px !important; + } + /* Make the inner container full width */ #inner-container { background-color: #f8f8f8; From a93b15116f370edfa142ef6855a7977526f1f029 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:46:40 +0200 Subject: [PATCH 012/301] Test --- theme.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/theme.css b/theme.css index 9a8f8eb2..df753421 100644 --- a/theme.css +++ b/theme.css @@ -8,15 +8,7 @@ body { line-height: 1.42857143; color: #000; } - - /* Clear Divs */ - div { - height: 0px !important; - padding: 0 !important; - margin: 0 !important; - margin-left: 0 !important; - width: 0px !important; - } + /* Make the inner container full width */ #inner-container { From 82f7afc6ace99da8ca5e970b135808dc16c22fc1 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:50:02 +0200 Subject: [PATCH 013/301] Test --- theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theme.css b/theme.css index df753421..1dafcd37 100644 --- a/theme.css +++ b/theme.css @@ -8,7 +8,6 @@ body { line-height: 1.42857143; color: #000; } - /* Make the inner container full width */ #inner-container { @@ -73,7 +72,7 @@ body { clear: both; } - div:has(ins) { + #left-column:first-child { display: none !important; } From 32a2eddd60502261638bff2ab1d697f43fdeb16d Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:51:11 +0200 Subject: [PATCH 014/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 1dafcd37..cc6707de 100644 --- a/theme.css +++ b/theme.css @@ -72,7 +72,7 @@ body { clear: both; } - #left-column:first-child { + #left-column2:first-child { display: none !important; } From 8298c3244a6b2a32d7c4ca5acd50e98c58995edd Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:52:37 +0200 Subject: [PATCH 015/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index cc6707de..3b42c3b1 100644 --- a/theme.css +++ b/theme.css @@ -72,7 +72,7 @@ body { clear: both; } - #left-column2:first-child { + #left-column div { display: none !important; } From 0051c9e153a250a6dc403159f2f3e042895bd31c Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:54:25 +0200 Subject: [PATCH 016/301] Test --- theme.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/theme.css b/theme.css index 3b42c3b1..13f97c82 100644 --- a/theme.css +++ b/theme.css @@ -76,13 +76,10 @@ body { display: none !important; } - #aswift_0_expand { - display: none !important; - } - - #content-area { - width: 100%; - } + #content-area { + display: block; + width: 100%; + } #game-navigation { margin: 0 auto; From 94e2c5e114213b241c875c961accfd80967e2403 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:55:56 +0200 Subject: [PATCH 017/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 13f97c82..70336ecb 100644 --- a/theme.css +++ b/theme.css @@ -77,7 +77,7 @@ body { } #content-area { - display: block; + display: block !important; width: 100%; } From 380d0cb02f87c5eca1ff660e2887c2ea76df2eb4 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:57:29 +0200 Subject: [PATCH 018/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 70336ecb..a14fad87 100644 --- a/theme.css +++ b/theme.css @@ -76,7 +76,7 @@ body { display: none !important; } - #content-area { + #left-column #content-area { display: block !important; width: 100%; } From aed63cf1e7a47f6411ab3b5d70a2a41fe87b18ef Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 22:59:45 +0200 Subject: [PATCH 019/301] Test --- theme.css | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/theme.css b/theme.css index a14fad87..c5a919c4 100644 --- a/theme.css +++ b/theme.css @@ -72,17 +72,21 @@ body { clear: both; } - #left-column div { - display: none !important; + #left-column { + width: 100% !important; } - #left-column #content-area { - display: block !important; - width: 100%; + #left-column div { + display: none !important; } - #game-navigation { - margin: 0 auto; - margin-left: auto; - margin-right: auto; - } + #left-column #content-area { + display: block !important; + width: 100%; + } + + #game-navigation { + margin: 0 auto; + margin-left: auto; + margin-right: auto; + } From fe296cde7b003240c484b029493caccc62c3b89f Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:01:40 +0200 Subject: [PATCH 020/301] Test --- theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.css b/theme.css index c5a919c4..89b44179 100644 --- a/theme.css +++ b/theme.css @@ -85,6 +85,11 @@ body { width: 100%; } + #left-column #content-area lobby-panel { + display: block !important; + width: 100%; + } + #game-navigation { margin: 0 auto; margin-left: auto; From 54c98541dbbae1f78c4926e01c61c64999dde9c1 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:02:40 +0200 Subject: [PATCH 021/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 89b44179..c3e6fa0d 100644 --- a/theme.css +++ b/theme.css @@ -85,7 +85,7 @@ body { width: 100%; } - #left-column #content-area lobby-panel { + #left-column #content-area .lobby-panel { display: block !important; width: 100%; } From 3b98c37a92f4479b5edcc83511fb2752cce304b9 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:04:32 +0200 Subject: [PATCH 022/301] Test --- theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.css b/theme.css index c3e6fa0d..b3ab7ffa 100644 --- a/theme.css +++ b/theme.css @@ -90,6 +90,11 @@ body { width: 100%; } + #left-column #content-area .lobby-panel form { + display: block !important; + width: 100%; + } + #game-navigation { margin: 0 auto; margin-left: auto; From 62cef249f014192afa159ffe2f88d0d652562ba4 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:06:48 +0200 Subject: [PATCH 023/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index b3ab7ffa..54484a47 100644 --- a/theme.css +++ b/theme.css @@ -91,7 +91,7 @@ body { } #left-column #content-area .lobby-panel form { - display: block !important; + float: left; width: 100%; } From d0fa5a6741b6cdf944f100f86f3d28f949cbdcd2 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:07:25 +0200 Subject: [PATCH 024/301] Test --- media.css | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/media.css b/media.css index f7c3506f..353c3bee 100644 --- a/media.css +++ b/media.css @@ -1,25 +1,28 @@ /* Phone */ @media (max-width: 767px) { - #header-logo { - width: 100%; - margin-left: 2em; + body { + font-size: 20px; } - #header-navigation { - display: none; + #header-logo { + width: 100%; + margin-left: 2em; } + #header-navigation { + display: none; + } - #account-header div { - float: none; - clear: both; - margin-right: 1em !important; + #account-header div { + float: none; + clear: both; + margin-right: 1em !important; + } + #middle { + margin: 0 auto; + margin-left: auto; + margin-right: auto; + margin-top: 0.5em; } - #middle { - margin: 0 auto; - margin-left: auto; - margin-right: auto; - margin-top: 0.5em; - } } /* Tablet */ From d35431bee20e792f2df341a8ac3d6f9774e33c82 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:11:11 +0200 Subject: [PATCH 025/301] =?UTF-8?q?=C2=B4Test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme.css b/theme.css index 54484a47..1d30e671 100644 --- a/theme.css +++ b/theme.css @@ -90,6 +90,15 @@ body { width: 100%; } + #left-column #content-area .lobby-panel a { + color: #7b7354; + text-decoration: none; + } + + #left-column #content-area .lobby-panel a:hover { + color: #000; + } + #left-column #content-area .lobby-panel form { float: left; width: 100%; From e27e1f7124a800587eb22637e021ec44e61a6843 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:13:04 +0200 Subject: [PATCH 026/301] Test --- theme.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/theme.css b/theme.css index 1d30e671..6f6fef78 100644 --- a/theme.css +++ b/theme.css @@ -90,14 +90,19 @@ body { width: 100%; } - #left-column #content-area .lobby-panel a { - color: #7b7354; - text-decoration: none; + #left-column #content-area .lobby-panel p { + text-align: left; } - #left-column #content-area .lobby-panel a:hover { - color: #000; - } + #left-column #content-area .lobby-panel p a { + color: #7b7354; + text-decoration: none; + font-weight: 700; + } + + #left-column #content-area .lobby-panel p a:hover { + color: #000; + } #left-column #content-area .lobby-panel form { float: left; From d72de2167c3920c2682af53c81584d36ee0b21c5 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:15:23 +0200 Subject: [PATCH 027/301] Test --- theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.css b/theme.css index 6f6fef78..41da5601 100644 --- a/theme.css +++ b/theme.css @@ -88,6 +88,8 @@ body { #left-column #content-area .lobby-panel { display: block !important; width: 100%; + margin: 0; + padding: 0; } #left-column #content-area .lobby-panel p { From c6ec553967f441d331068465de306236f8ffcf38 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:20:04 +0200 Subject: [PATCH 028/301] Test --- theme.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 41da5601..fea3cbc8 100644 --- a/theme.css +++ b/theme.css @@ -99,7 +99,10 @@ body { #left-column #content-area .lobby-panel p a { color: #7b7354; text-decoration: none; - font-weight: 700; + font-weight: normal; + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + font-size: 14px; + line-height: 1.42857; } #left-column #content-area .lobby-panel p a:hover { From 6e0cb5a956acd11dbab3198ac377ab64ab352bf7 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:22:07 +0200 Subject: [PATCH 029/301] Test --- media.css | 2 +- theme.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/media.css b/media.css index 353c3bee..95726574 100644 --- a/media.css +++ b/media.css @@ -75,7 +75,7 @@ width: 1170px; } #header-logo { - width: 33%; + width: 21.5%; } #header-navigation { display: inline-block; diff --git a/theme.css b/theme.css index fea3cbc8..34a4c618 100644 --- a/theme.css +++ b/theme.css @@ -45,6 +45,7 @@ body { #header-navigation a { color: #7b7354; text-decoration: none; + margin-left: 1em; } #header-navigation a:hover { From cbd51db19819ddf1cc02355bf43774649370ed58 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:23:32 +0200 Subject: [PATCH 030/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index 34a4c618..abf53f42 100644 --- a/theme.css +++ b/theme.css @@ -34,6 +34,7 @@ body { background: url(./images/logo_header.png) no-repeat top left; height: 100%; display: inline-block; + margin-right: 2em; } #header-navigation { From 9a643e6888df1f7dea30ead36b73b5567755cdd0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:24:31 +0200 Subject: [PATCH 031/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index abf53f42..a655aa5f 100644 --- a/theme.css +++ b/theme.css @@ -47,6 +47,7 @@ body { color: #7b7354; text-decoration: none; margin-left: 1em; + margin-right: 1em; } #header-navigation a:hover { From f6dd6d9ea6c63c66c04e7f27d7835400f6d3fb2a Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:25:40 +0200 Subject: [PATCH 032/301] Test --- theme.css | 1 - 1 file changed, 1 deletion(-) diff --git a/theme.css b/theme.css index a655aa5f..d3ce1587 100644 --- a/theme.css +++ b/theme.css @@ -13,7 +13,6 @@ body { #inner-container { background-color: #f8f8f8; top: 0; - position: fixed; right: 0; left: 0; z-index: 1030; From d103dfa8212abb4feafbc674fe6612d97ddf1f14 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:26:23 +0200 Subject: [PATCH 033/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index d3ce1587..b2e5198e 100644 --- a/theme.css +++ b/theme.css @@ -45,8 +45,8 @@ body { #header-navigation a { color: #7b7354; text-decoration: none; - margin-left: 1em; - margin-right: 1em; + margin-left: 0.5em; + margin-right: 0.5em; } #header-navigation a:hover { From 670f13738000f476b34699aebbed17ca39edb0c1 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:27:33 +0200 Subject: [PATCH 034/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 95726574..7d86d93e 100644 --- a/media.css +++ b/media.css @@ -54,7 +54,7 @@ width: 970px; } #header-logo { - width: 30%; + width: 21.5%; } #header-navigation { display: inline-block; From 028c31db3fd3adcfbd18e6facf894aa5c6ea6bfd Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:28:16 +0200 Subject: [PATCH 035/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index b2e5198e..c80c5f6d 100644 --- a/theme.css +++ b/theme.css @@ -37,7 +37,7 @@ body { } #header-navigation { - width: 50%; + width: 55%; top: auto; left: auto; } From bda73ab1a54f67a35f33ca482d83b8363a34684a Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:28:46 +0200 Subject: [PATCH 036/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 7d86d93e..95726574 100644 --- a/media.css +++ b/media.css @@ -54,7 +54,7 @@ width: 970px; } #header-logo { - width: 21.5%; + width: 30%; } #header-navigation { display: inline-block; From 9e8e6fea4f54c995b86dc9755d0653d38b1f3bca Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:30:33 +0200 Subject: [PATCH 037/301] Test --- media.css | 4 ++-- theme.css | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/media.css b/media.css index 95726574..e9e762ce 100644 --- a/media.css +++ b/media.css @@ -5,7 +5,7 @@ font-size: 20px; } #header-logo { - width: 100%; + width: 50%; margin-left: 2em; } #header-navigation { @@ -31,7 +31,7 @@ width: 750px; } #header-logo { - width: 100%; + width: 50%; margin-left: 2em; } #header-navigation { diff --git a/theme.css b/theme.css index c80c5f6d..0f226623 100644 --- a/theme.css +++ b/theme.css @@ -24,8 +24,7 @@ body { } #header { - margin-right: auto; - margin-left: auto; + width: 100%; box-shadow: 0 4px 2px -2px rgba(208,72,46, 1); } From 77f2affa5f2f046f1d1dc16ce78616314d2ebfa3 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:31:35 +0200 Subject: [PATCH 038/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index 0f226623..f8cd5b8d 100644 --- a/theme.css +++ b/theme.css @@ -25,6 +25,7 @@ body { #header { width: 100%; + padding-bottom: 1em; box-shadow: 0 4px 2px -2px rgba(208,72,46, 1); } From bfa7aaf7d2a17a0719bcf6b8f4c945ae53cc969b Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:32:54 +0200 Subject: [PATCH 039/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index f8cd5b8d..e90e166e 100644 --- a/theme.css +++ b/theme.css @@ -25,6 +25,7 @@ body { #header { width: 100%; + padding-top: 1em; padding-bottom: 1em; box-shadow: 0 4px 2px -2px rgba(208,72,46, 1); } From 5273ede737f976bc1f5fcf12755acd86fcb90c06 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:34:46 +0200 Subject: [PATCH 040/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index e90e166e..c63af763 100644 --- a/theme.css +++ b/theme.css @@ -71,6 +71,7 @@ body { } #account-details { + display: block !important; position: inherit !important; clear: both; } From ee9b7c5c67e24f52a9743aee9c5ac82ebeb8547f Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:41:26 +0200 Subject: [PATCH 041/301] Test --- theme.css | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/theme.css b/theme.css index c63af763..95f686b6 100644 --- a/theme.css +++ b/theme.css @@ -56,18 +56,27 @@ body { #id-shop-login-form { display: none; } #account-container { - display: inline-block; width: 10%; color: #7b7354; right: auto; top: auto; - position: inherit; + display: block; + position: relative; + clear: both; } - #account-header div { - float: none; - clear: both; - margin-right: 10em; + #account-header { + clear: both; + height: auto; + margin: 0; + right: inherit; + top: inherit; + cursor: none; + vertical-align: inherit; + white-space: normal; + padding: 0; + font-weight: normal; + position: inherit; } #account-details { From 51f91e350dcdd63263fd57e334ea6f0f4f5b76cd Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:45:45 +0200 Subject: [PATCH 042/301] Test --- theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 95f686b6..abd77e35 100644 --- a/theme.css +++ b/theme.css @@ -27,7 +27,8 @@ body { width: 100%; padding-top: 1em; padding-bottom: 1em; - box-shadow: 0 4px 2px -2px rgba(208,72,46, 1); + box-shadow: 0 4px 2px -2px rgba(208,72,46, 1); + height: auto; } #header-logo { From 16d073317023b35587862a38ea1844b9aab53804 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:48:16 +0200 Subject: [PATCH 043/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index abd77e35..6d0e2f59 100644 --- a/theme.css +++ b/theme.css @@ -36,6 +36,7 @@ body { height: 100%; display: inline-block; margin-right: 2em; + min-height: 3.5em; } #header-navigation { From 7934fb11201b686122213caf7d783b11ea02efde Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:54:01 +0200 Subject: [PATCH 044/301] Test --- theme.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/theme.css b/theme.css index 6d0e2f59..7b8f92b5 100644 --- a/theme.css +++ b/theme.css @@ -58,7 +58,7 @@ body { #id-shop-login-form { display: none; } #account-container { - width: 10%; + width: 100%; color: #7b7354; right: auto; top: auto; @@ -71,14 +71,14 @@ body { clear: both; height: auto; margin: 0; - right: inherit; - top: inherit; - cursor: none; - vertical-align: inherit; + right: initial; + top: initial; + cursor: default; + vertical-align: auto; white-space: normal; padding: 0; font-weight: normal; - position: inherit; + position: relative; } #account-details { From e1ea50f9a9d67151b20bb5a8a96f3a6f598f5ead Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Mon, 21 Sep 2015 23:57:12 +0200 Subject: [PATCH 045/301] Test --- media.css | 1 + 1 file changed, 1 insertion(+) diff --git a/media.css b/media.css index e9e762ce..27ff3fc7 100644 --- a/media.css +++ b/media.css @@ -7,6 +7,7 @@ #header-logo { width: 50%; margin-left: 2em; + min-height: 6em !important; } #header-navigation { display: none; From 1d61e665fa9dd75f75863ec703e1053aa8691e1b Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:03:33 +0200 Subject: [PATCH 046/301] Test --- media.css | 15 +++++++++++---- theme.css | 12 +----------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/media.css b/media.css index 27ff3fc7..2531d429 100644 --- a/media.css +++ b/media.css @@ -4,20 +4,27 @@ body { font-size: 20px; } + #header-logo { width: 50%; margin-left: 2em; min-height: 6em !important; } + #header-navigation { display: none; } - #account-header div { - float: none; - clear: both; - margin-right: 1em !important; + #account-header { + display: none !important; } + + #account-header div { + float: none; + clear: both; + margin-right: 1em !important; + } + #middle { margin: 0 auto; margin-left: auto; diff --git a/theme.css b/theme.css index 7b8f92b5..57f80f8a 100644 --- a/theme.css +++ b/theme.css @@ -68,17 +68,7 @@ body { } #account-header { - clear: both; - height: auto; - margin: 0; - right: initial; - top: initial; - cursor: default; - vertical-align: auto; - white-space: normal; - padding: 0; - font-weight: normal; - position: relative; + display: none !important; } #account-details { From 852cfeadc74b0864534642f31da5bcf810b71e96 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:08:04 +0200 Subject: [PATCH 047/301] Test --- theme.css | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/theme.css b/theme.css index 57f80f8a..55d53905 100644 --- a/theme.css +++ b/theme.css @@ -58,24 +58,9 @@ body { #id-shop-login-form { display: none; } #account-container { - width: 100%; - color: #7b7354; - right: auto; - top: auto; - display: block; - position: relative; - clear: both; + display: none !important; } - #account-header { - display: none !important; - } - - #account-details { - display: block !important; - position: inherit !important; - clear: both; - } #left-column { width: 100% !important; From d2f6bfe4ea5a8a7bff72d00539f8f046196efe83 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:11:38 +0200 Subject: [PATCH 048/301] Test --- theme.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/theme.css b/theme.css index 55d53905..b9e6191d 100644 --- a/theme.css +++ b/theme.css @@ -82,6 +82,20 @@ body { padding: 0; } + #left-column #content-area .lobby-panel h1 { + + } + + #left-column #content-area .lobby-panel h1 a { + color: #7b7354; + text-decoration: none; + } + + #left-column #content-area .lobby-panel h1 a:hover { + color: #000; + text-decoration: none; + } + #left-column #content-area .lobby-panel p { text-align: left; } From 81b8a890f90793855a4c98fc7f0da368fabfae9e Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:14:06 +0200 Subject: [PATCH 049/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index b9e6191d..48305e7b 100644 --- a/theme.css +++ b/theme.css @@ -83,7 +83,7 @@ body { } #left-column #content-area .lobby-panel h1 { - + font-size: 22px; } #left-column #content-area .lobby-panel h1 a { From 4d19c72a6369ba3366c65773817909df1ba1e2e1 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:18:21 +0200 Subject: [PATCH 050/301] Test --- theme.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 48305e7b..680ed789 100644 --- a/theme.css +++ b/theme.css @@ -82,8 +82,13 @@ body { padding: 0; } + #left-column #content-area .lobby-panel table { + font-size: 40px; + color: #000; + } + #left-column #content-area .lobby-panel h1 { - font-size: 22px; + font-size: 40px; } #left-column #content-area .lobby-panel h1 a { From 0b679a15675b7ec69c97c609516cfc8166ce45e0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:20:44 +0200 Subject: [PATCH 051/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 680ed789..ee12533b 100644 --- a/theme.css +++ b/theme.css @@ -83,8 +83,8 @@ body { } #left-column #content-area .lobby-panel table { - font-size: 40px; - color: #000; + font-size: 30px; + color: #D0482E; } #left-column #content-area .lobby-panel h1 { From 53351166d54240dfe7ed3a8279c39ee386c0f224 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:24:36 +0200 Subject: [PATCH 052/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index ee12533b..19d52a5f 100644 --- a/theme.css +++ b/theme.css @@ -83,12 +83,12 @@ body { } #left-column #content-area .lobby-panel table { - font-size: 30px; + font-size: 3vw; color: #D0482E; } #left-column #content-area .lobby-panel h1 { - font-size: 40px; + font-size: 4vw; } #left-column #content-area .lobby-panel h1 a { From 0832d30d24d314742b4bda01050824d2d9ae940b Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:27:30 +0200 Subject: [PATCH 053/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 19d52a5f..e99dae9a 100644 --- a/theme.css +++ b/theme.css @@ -83,12 +83,12 @@ body { } #left-column #content-area .lobby-panel table { - font-size: 3vw; + font-size: 2.5vw; color: #D0482E; } #left-column #content-area .lobby-panel h1 { - font-size: 4vw; + font-size: 3.5vw; } #left-column #content-area .lobby-panel h1 a { From 4926b327b26e3fc51071ac591c86b6b00f843c55 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:28:24 +0200 Subject: [PATCH 054/301] Test --- theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.css b/theme.css index e99dae9a..06934bec 100644 --- a/theme.css +++ b/theme.css @@ -89,6 +89,8 @@ body { #left-column #content-area .lobby-panel h1 { font-size: 3.5vw; + margin-top: 2em; + margin-bottom: 1em; } #left-column #content-area .lobby-panel h1 a { From 73202493dadb10be71c1aae105fd451802d09947 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:31:48 +0200 Subject: [PATCH 055/301] TEst --- theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 06934bec..be444970 100644 --- a/theme.css +++ b/theme.css @@ -83,8 +83,10 @@ body { } #left-column #content-area .lobby-panel table { - font-size: 2.5vw; + font-size: 2vw; color: #D0482E; + margin: 0; + padding: 0; } #left-column #content-area .lobby-panel h1 { From b24680e749372b0262c73d6a43925f82dcfcb958 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:34:52 +0200 Subject: [PATCH 056/301] Test --- theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.css b/theme.css index be444970..bb7c943c 100644 --- a/theme.css +++ b/theme.css @@ -105,6 +105,9 @@ body { text-decoration: none; } + .advice-message { display: none !important; } + .warning { display: none !important; } + #left-column #content-area .lobby-panel p { text-align: left; } From 623651b06c73bcdb4fa52972e381a0d9e672163a Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:37:14 +0200 Subject: [PATCH 057/301] Test --- theme.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/theme.css b/theme.css index bb7c943c..33e209fe 100644 --- a/theme.css +++ b/theme.css @@ -89,6 +89,10 @@ body { padding: 0; } + #left-column #content-area .lobby-panel table .advice-message { + display: block !important; + } + #left-column #content-area .lobby-panel h1 { font-size: 3.5vw; margin-top: 2em; @@ -105,9 +109,6 @@ body { text-decoration: none; } - .advice-message { display: none !important; } - .warning { display: none !important; } - #left-column #content-area .lobby-panel p { text-align: left; } @@ -130,6 +131,9 @@ body { width: 100%; } + .advice-message { display: none !important; } + .warning { display: none !important; } + #game-navigation { margin: 0 auto; margin-left: auto; From b2ebb47ce5824be22b4ff77320007757f32f25ec Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:38:47 +0200 Subject: [PATCH 058/301] Test --- theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.css b/theme.css index 33e209fe..d43f97a8 100644 --- a/theme.css +++ b/theme.css @@ -139,3 +139,5 @@ body { margin-left: auto; margin-right: auto; } + + #adunit { display: none !important; } From af69a7e3d24645a945e3a1b236c483b6430bda21 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:43:13 +0200 Subject: [PATCH 059/301] TEst --- theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index d43f97a8..d5c53563 100644 --- a/theme.css +++ b/theme.css @@ -140,4 +140,6 @@ body { margin-right: auto; } - #adunit { display: none !important; } + #right-column { display: none !important; } + + #adunit { display: none !important; } From 6f9141ca7ff851290cfd68282dc94bdd71b685fc Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:44:40 +0200 Subject: [PATCH 060/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index d5c53563..d1fbdad9 100644 --- a/theme.css +++ b/theme.css @@ -143,3 +143,4 @@ body { #right-column { display: none !important; } #adunit { display: none !important; } + #footer { display: none !important; } From 06392a8bb4cab0649a4ccd7362f8087eae842ac5 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:45:34 +0200 Subject: [PATCH 061/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index d1fbdad9..e9da66ac 100644 --- a/theme.css +++ b/theme.css @@ -7,6 +7,7 @@ body { font-size: 14px; line-height: 1.42857143; color: #000; + background-color: #f8f8f8; } /* Make the inner container full width */ From 68c654103dacb4aaa6b0eb0540cd894a012487aa Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:47:08 +0200 Subject: [PATCH 062/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index e9da66ac..f2b6ce14 100644 --- a/theme.css +++ b/theme.css @@ -88,6 +88,7 @@ body { color: #D0482E; margin: 0; padding: 0; + margin-left: 4em; } #left-column #content-area .lobby-panel table .advice-message { From ed8ecbc77a18c4aa21592871f6d72dbee11a2777 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:50:37 +0200 Subject: [PATCH 063/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index f2b6ce14..9f59cc50 100644 --- a/theme.css +++ b/theme.css @@ -88,7 +88,7 @@ body { color: #D0482E; margin: 0; padding: 0; - margin-left: 4em; + margin-left: 2em; } #left-column #content-area .lobby-panel table .advice-message { From b9b4999c36be41e8dca1d699bb3b7082bef76284 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:50:51 +0200 Subject: [PATCH 064/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index 9f59cc50..9729be1d 100644 --- a/theme.css +++ b/theme.css @@ -89,6 +89,7 @@ body { margin: 0; padding: 0; margin-left: 2em; + width: 100%; } #left-column #content-area .lobby-panel table .advice-message { From d101bec9970e314e487e78e3b39d7e4dd52b0b14 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:51:53 +0200 Subject: [PATCH 065/301] Test --- theme.css | 1 - 1 file changed, 1 deletion(-) diff --git a/theme.css b/theme.css index 9729be1d..b8835313 100644 --- a/theme.css +++ b/theme.css @@ -88,7 +88,6 @@ body { color: #D0482E; margin: 0; padding: 0; - margin-left: 2em; width: 100%; } From fe8dc4043d00229111c2c3f18069bcdbcb796edf Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:54:20 +0200 Subject: [PATCH 066/301] Test --- theme.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/theme.css b/theme.css index b8835313..5fb036a4 100644 --- a/theme.css +++ b/theme.css @@ -91,6 +91,24 @@ body { width: 100%; } + #left-column #content-area .lobby-panel table th { + margin: 0; + padding: 0; + font-size: 2vw; + } + + #left-column #content-area .lobby-panel table tr { + margin: 0; + padding: 0; + font-size: 2vw; + } + + #left-column #content-area .lobby-panel table td { + margin: 0; + padding: 0; + font-size: 2vw; + } + #left-column #content-area .lobby-panel table .advice-message { display: block !important; } From a68c585ab8a762315f1c88e9cc22e02a6f7a9625 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 00:56:39 +0200 Subject: [PATCH 067/301] Test --- theme.css | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/theme.css b/theme.css index 5fb036a4..5bf53b28 100644 --- a/theme.css +++ b/theme.css @@ -84,29 +84,38 @@ body { } #left-column #content-area .lobby-panel table { - font-size: 2vw; + font-size: 1.5vw; color: #D0482E; margin: 0; padding: 0; width: 100%; } + #left-column #content-area .lobby-panel table a { + color: #7b7354; + text-decoration: none; + } + + #left-column #content-area .lobby-panel table a:hover { + color: #000; + } + #left-column #content-area .lobby-panel table th { margin: 0; padding: 0; - font-size: 2vw; + font-size: 1.5vw; } #left-column #content-area .lobby-panel table tr { margin: 0; padding: 0; - font-size: 2vw; + font-size: 1.5vw; } #left-column #content-area .lobby-panel table td { margin: 0; padding: 0; - font-size: 2vw; + font-size: 1.5vw; } #left-column #content-area .lobby-panel table .advice-message { From 7f1d14adb0881e9bba85df06c07218ce93f31840 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:00:46 +0200 Subject: [PATCH 068/301] Test --- theme.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/theme.css b/theme.css index 5bf53b28..921df0c0 100644 --- a/theme.css +++ b/theme.css @@ -160,15 +160,13 @@ body { width: 100%; } - .advice-message { display: none !important; } - .warning { display: none !important; } - - #game-navigation { - margin: 0 auto; - margin-left: auto; - margin-right: auto; + #left-column #content-area #game-navigation { + display: block !important; } + .advice-message { display: none !important; } + .warning { display: none !important; } + #right-column { display: none !important; } #adunit { display: none !important; } From c11e3ca82764772634838ca25825c2023d2740db Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:02:17 +0200 Subject: [PATCH 069/301] Test --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index 921df0c0..8a416d30 100644 --- a/theme.css +++ b/theme.css @@ -164,6 +164,10 @@ body { display: block !important; } + #left-column #content-area #game-navigation div { + display: block !important; + } + .advice-message { display: none !important; } .warning { display: none !important; } From c2ac26da2397745d2bcf7ab30c638e9df2206ce4 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:06:26 +0200 Subject: [PATCH 070/301] Test --- theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme.css b/theme.css index 8a416d30..329e96f7 100644 --- a/theme.css +++ b/theme.css @@ -162,6 +162,14 @@ body { #left-column #content-area #game-navigation { display: block !important; + width: 100%; + position: fixed; + bottom: 0px; + right: 0; + left: 0; + text-align: left; + background-color: white; + height: auto; } #left-column #content-area #game-navigation div { From 32dbdc548f76539d08e86f5d0d655bc333fc286d Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:09:09 +0200 Subject: [PATCH 071/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 329e96f7..38a69b87 100644 --- a/theme.css +++ b/theme.css @@ -173,7 +173,7 @@ body { } #left-column #content-area #game-navigation div { - display: block !important; + display: inline-block !important; } .advice-message { display: none !important; } From e82991dd498874818009e4c2a5dc0e4ad8ae8aa4 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:12:42 +0200 Subject: [PATCH 072/301] Test --- theme.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme.css b/theme.css index 38a69b87..b52d299d 100644 --- a/theme.css +++ b/theme.css @@ -170,12 +170,22 @@ body { text-align: left; background-color: white; height: auto; + padding-left: 18em; } #left-column #content-area #game-navigation div { display: inline-block !important; } + #left-column #content-area #game-navigation div a { + color: #000; + text-decoration: none; + } + + #left-column #content-area #game-navigation div a:hover { + color: #000; + } + .advice-message { display: none !important; } .warning { display: none !important; } From 70a64edb596c4697ef133fbc8aab715fb9bdeb44 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:14:34 +0200 Subject: [PATCH 073/301] Test --- theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index b52d299d..2e8eaf95 100644 --- a/theme.css +++ b/theme.css @@ -171,6 +171,7 @@ body { background-color: white; height: auto; padding-left: 18em; + padding-top: 0.2em; } #left-column #content-area #game-navigation div { @@ -178,7 +179,7 @@ body { } #left-column #content-area #game-navigation div a { - color: #000; + color: #7b7354; text-decoration: none; } From d5dbd7c847d0c43c7afacdd491b92e2cfb2c4f7f Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:17:08 +0200 Subject: [PATCH 074/301] Test --- theme.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 2e8eaf95..11d3a4dd 100644 --- a/theme.css +++ b/theme.css @@ -170,17 +170,27 @@ body { text-align: left; background-color: white; height: auto; - padding-left: 18em; + padding-left: 16em; padding-top: 0.2em; } + #left-column #content-area #game-navigation .current-date { + color: #000; + font-weight: 700; + font-size: 16px; + margin-right: 0.5em; + } + #left-column #content-area #game-navigation div { display: inline-block !important; - } + } #left-column #content-area #game-navigation div a { color: #7b7354; text-decoration: none; + font-size: 16px; + margin-left: 0.2em; + margin-right: 0.2em; } #left-column #content-area #game-navigation div a:hover { From 565d50cf6fefcc723367d5da572fbbfefa201785 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:18:20 +0200 Subject: [PATCH 075/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 11d3a4dd..a307ac4c 100644 --- a/theme.css +++ b/theme.css @@ -170,7 +170,7 @@ body { text-align: left; background-color: white; height: auto; - padding-left: 16em; + padding-left: 1em; padding-top: 0.2em; } From 82ec95f7f0fd7318e61d889aad6465edb3591289 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:25:39 +0200 Subject: [PATCH 076/301] Test --- theme.css | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index a307ac4c..83a46374 100644 --- a/theme.css +++ b/theme.css @@ -197,8 +197,24 @@ body { color: #000; } - .advice-message { display: none !important; } - .warning { display: none !important; } + #left-column #content-area #game-navigation #game-header { + display: block !important; + } + + #left-column #content-area #game-navigation #game-header a { + color: #7b7354; + text-decoration: none; + font-size: 16px; + margin-left: 0.2em; + margin-right: 0.2em; + } + + #left-column #content-area #game-navigation #game-header a:hover { + color: #000; + } + + .advice-message { display: none !important; } + .warning { display: none !important; } #right-column { display: none !important; } From e563030522385c45e6242f3b8156054a46e8d285 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:28:06 +0200 Subject: [PATCH 077/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 83a46374..d9fb8e97 100644 --- a/theme.css +++ b/theme.css @@ -197,7 +197,7 @@ body { color: #000; } - #left-column #content-area #game-navigation #game-header { + #left-column #content-area #game-navigation .game-header { display: block !important; } From c327588403e192e3cd0bbd6d46079e8d891b8978 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:28:22 +0200 Subject: [PATCH 078/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index d9fb8e97..d1011d49 100644 --- a/theme.css +++ b/theme.css @@ -199,6 +199,7 @@ body { #left-column #content-area #game-navigation .game-header { display: block !important; + width: 100%; } #left-column #content-area #game-navigation #game-header a { From 526382aa72c0b0ef2bda322546e37e55d598a2ae Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:29:42 +0200 Subject: [PATCH 079/301] Test --- theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme.css b/theme.css index d1011d49..e29b74bb 100644 --- a/theme.css +++ b/theme.css @@ -197,12 +197,12 @@ body { color: #000; } - #left-column #content-area #game-navigation .game-header { + #left-column #content-area .game-header { display: block !important; width: 100%; } - #left-column #content-area #game-navigation #game-header a { + #left-column #content-area .game-header a { color: #7b7354; text-decoration: none; font-size: 16px; @@ -210,7 +210,7 @@ body { margin-right: 0.2em; } - #left-column #content-area #game-navigation #game-header a:hover { + #left-column #content-area .game-header a:hover { color: #000; } From ddabd17b341d4a44cacd9cb764f5b4052cf235d4 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:31:04 +0200 Subject: [PATCH 080/301] Test --- theme.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/theme.css b/theme.css index e29b74bb..3ab1fcb4 100644 --- a/theme.css +++ b/theme.css @@ -205,9 +205,16 @@ body { #left-column #content-area .game-header a { color: #7b7354; text-decoration: none; - font-size: 16px; - margin-left: 0.2em; - margin-right: 0.2em; + font-size: 12px; + margin-left: 0.4em; + margin-right: 0.4em; + } + + #left-column #content-area .game-header a h1 { + color: #7b7354; + font-size: 12px; + margin-left: 0.4em; + margin-right: 0.4em; } #left-column #content-area .game-header a:hover { From e4cf905a90381867f757aa7f65057eee572e9d36 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:33:24 +0200 Subject: [PATCH 081/301] Test --- theme.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/theme.css b/theme.css index 3ab1fcb4..800435b5 100644 --- a/theme.css +++ b/theme.css @@ -202,21 +202,28 @@ body { width: 100%; } - #left-column #content-area .game-header a { + #left-column #content-area .game-header h1 { color: #7b7354; - text-decoration: none; - font-size: 12px; + font-size: 16px; margin-left: 0.4em; margin-right: 0.4em; } - #left-column #content-area .game-header a h1 { + #left-column #content-area .game-header a { color: #7b7354; - font-size: 12px; + text-decoration: none; + font-size: 16px; margin-left: 0.4em; margin-right: 0.4em; } + #left-column #content-area .game-header a h1 { + color: #7b7354; + font-size: 12px; + margin-left: 0.4em; + margin-right: 0.4em; + } + #left-column #content-area .game-header a:hover { color: #000; } From 16b446f83f38cdc26f823da02da8d9566e3fa32a Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:34:38 +0200 Subject: [PATCH 082/301] Test --- theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme.css b/theme.css index 800435b5..22451c43 100644 --- a/theme.css +++ b/theme.css @@ -204,7 +204,7 @@ body { #left-column #content-area .game-header h1 { color: #7b7354; - font-size: 16px; + font-size: 22px; margin-left: 0.4em; margin-right: 0.4em; } @@ -212,14 +212,14 @@ body { #left-column #content-area .game-header a { color: #7b7354; text-decoration: none; - font-size: 16px; + font-size: 22px; margin-left: 0.4em; margin-right: 0.4em; } #left-column #content-area .game-header a h1 { color: #7b7354; - font-size: 12px; + font-size: 22px; margin-left: 0.4em; margin-right: 0.4em; } From 8b2d3675c5e6e26cd5d89fe77b4137d83d501ab3 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:36:15 +0200 Subject: [PATCH 083/301] Test --- theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.css b/theme.css index 22451c43..233e9a4d 100644 --- a/theme.css +++ b/theme.css @@ -207,6 +207,7 @@ body { font-size: 22px; margin-left: 0.4em; margin-right: 0.4em; + font-weight: normal; } #left-column #content-area .game-header a { @@ -222,6 +223,7 @@ body { font-size: 22px; margin-left: 0.4em; margin-right: 0.4em; + font-weight: normal; } #left-column #content-area .game-header a:hover { From 2ffcf817ba214ff43b512a914dcb83c4c91ba73a Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:37:30 +0200 Subject: [PATCH 084/301] Test --- theme.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/theme.css b/theme.css index 233e9a4d..1473b419 100644 --- a/theme.css +++ b/theme.css @@ -205,8 +205,8 @@ body { #left-column #content-area .game-header h1 { color: #7b7354; font-size: 22px; - margin-left: 0.4em; - margin-right: 0.4em; + margin-left: 0.5em; + margin-right: 0.5em; font-weight: normal; } @@ -214,21 +214,25 @@ body { color: #7b7354; text-decoration: none; font-size: 22px; - margin-left: 0.4em; - margin-right: 0.4em; + margin-left: 0.5em; + margin-right: 0.5em; } #left-column #content-area .game-header a h1 { color: #7b7354; font-size: 22px; - margin-left: 0.4em; - margin-right: 0.4em; + margin-left: 0.5em; + margin-right: 0.5em; font-weight: normal; } #left-column #content-area .game-header a:hover { color: #000; } + + #left-column #content-area .game-header a h1:hover { + color: #000; + } .advice-message { display: none !important; } .warning { display: none !important; } From d2545917a2d6323accfda51dfa503c8e41486dbb Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:39:14 +0200 Subject: [PATCH 085/301] Test --- theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.css b/theme.css index 1473b419..37e43656 100644 --- a/theme.css +++ b/theme.css @@ -233,6 +233,11 @@ body { #left-column #content-area .game-header a h1:hover { color: #000; } + + #left-column #content-area .game-content { + display: block !important; + width: 100%; + } .advice-message { display: none !important; } .warning { display: none !important; } From 655eba57961784a4a8d9456d41b2bc02bd5cabff Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:40:16 +0200 Subject: [PATCH 086/301] Test --- theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.css b/theme.css index 37e43656..12a6b3a4 100644 --- a/theme.css +++ b/theme.css @@ -238,6 +238,11 @@ body { display: block !important; width: 100%; } + + #left-column #content-area .game-content div { + display: block !important; + width: 100%; + } .advice-message { display: none !important; } .warning { display: none !important; } From 3aac8c5ef4edd07126c9ad4151ef1a3221f4aaef Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:41:45 +0200 Subject: [PATCH 087/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index 12a6b3a4..5014385b 100644 --- a/theme.css +++ b/theme.css @@ -172,6 +172,7 @@ body { height: auto; padding-left: 1em; padding-top: 0.2em; + z-index: 9999999; } #left-column #content-area #game-navigation .current-date { From 70782f09d54185839428be8c540a3d61b96f4bc1 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:48:27 +0200 Subject: [PATCH 088/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 5014385b..f11ed76d 100644 --- a/theme.css +++ b/theme.css @@ -171,7 +171,7 @@ body { background-color: white; height: auto; padding-left: 1em; - padding-top: 0.2em; + padding-top: 0.5em; z-index: 9999999; } From fd863f4258348e78fca6884615c014705e119a7e Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:55:29 +0200 Subject: [PATCH 089/301] Test --- theme.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index f11ed76d..fbdd8711 100644 --- a/theme.css +++ b/theme.css @@ -62,9 +62,12 @@ body { display: none !important; } - - #left-column { + #middle div { + display: none !important; + } + #middle left-column { width: 100% !important; + display: block !important; } #left-column div { From 317392e9931e461f96e38ac37b65226aaeaca7c0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 01:59:42 +0200 Subject: [PATCH 090/301] Test --- theme.css | 60 +++++++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/theme.css b/theme.css index fbdd8711..1f9f92dc 100644 --- a/theme.css +++ b/theme.css @@ -70,23 +70,23 @@ body { display: block !important; } - #left-column div { + #middle #left-column div { display: none !important; } - #left-column #content-area { + #middle #left-column #content-area { display: block !important; width: 100%; } - #left-column #content-area .lobby-panel { + #middle #left-column #content-area .lobby-panel { display: block !important; width: 100%; margin: 0; padding: 0; } - #left-column #content-area .lobby-panel table { + #middle #left-column #content-area .lobby-panel table { font-size: 1.5vw; color: #D0482E; margin: 0; @@ -94,58 +94,58 @@ body { width: 100%; } - #left-column #content-area .lobby-panel table a { + #middle #left-column #content-area .lobby-panel table a { color: #7b7354; text-decoration: none; } - #left-column #content-area .lobby-panel table a:hover { + #middle #left-column #content-area .lobby-panel table a:hover { color: #000; } - #left-column #content-area .lobby-panel table th { + #middle #left-column #content-area .lobby-panel table th { margin: 0; padding: 0; font-size: 1.5vw; } - #left-column #content-area .lobby-panel table tr { + #middle #left-column #content-area .lobby-panel table tr { margin: 0; padding: 0; font-size: 1.5vw; } - #left-column #content-area .lobby-panel table td { + #middle #left-column #content-area .lobby-panel table td { margin: 0; padding: 0; font-size: 1.5vw; } - #left-column #content-area .lobby-panel table .advice-message { + #middle #left-column #content-area .lobby-panel table .advice-message { display: block !important; } - #left-column #content-area .lobby-panel h1 { + #middle #left-column #content-area .lobby-panel h1 { font-size: 3.5vw; margin-top: 2em; margin-bottom: 1em; } - #left-column #content-area .lobby-panel h1 a { + #middle #left-column #content-area .lobby-panel h1 a { color: #7b7354; text-decoration: none; } - #left-column #content-area .lobby-panel h1 a:hover { + #middle #left-column #content-area .lobby-panel h1 a:hover { color: #000; text-decoration: none; } - #left-column #content-area .lobby-panel p { + #middle #left-column #content-area .lobby-panel p { text-align: left; } - #left-column #content-area .lobby-panel p a { + #middle #left-column #content-area .lobby-panel p a { color: #7b7354; text-decoration: none; font-weight: normal; @@ -154,16 +154,16 @@ body { line-height: 1.42857; } - #left-column #content-area .lobby-panel p a:hover { + #middle #left-column #content-area .lobby-panel p a:hover { color: #000; } - #left-column #content-area .lobby-panel form { + #middle #left-column #content-area .lobby-panel form { float: left; width: 100%; } - #left-column #content-area #game-navigation { + #middle #left-column #content-area #game-navigation { display: block !important; width: 100%; position: fixed; @@ -178,18 +178,18 @@ body { z-index: 9999999; } - #left-column #content-area #game-navigation .current-date { + #middle #left-column #content-area #game-navigation .current-date { color: #000; font-weight: 700; font-size: 16px; margin-right: 0.5em; } - #left-column #content-area #game-navigation div { + #middle #left-column #content-area #game-navigation div { display: inline-block !important; } - #left-column #content-area #game-navigation div a { + #middle #left-column #content-area #game-navigation div a { color: #7b7354; text-decoration: none; font-size: 16px; @@ -197,16 +197,16 @@ body { margin-right: 0.2em; } - #left-column #content-area #game-navigation div a:hover { + #middle #left-column #content-area #game-navigation div a:hover { color: #000; } - #left-column #content-area .game-header { + #middle #left-column #content-area .game-header { display: block !important; width: 100%; } - #left-column #content-area .game-header h1 { + #middle #left-column #content-area .game-header h1 { color: #7b7354; font-size: 22px; margin-left: 0.5em; @@ -214,7 +214,7 @@ body { font-weight: normal; } - #left-column #content-area .game-header a { + #middle #left-column #content-area .game-header a { color: #7b7354; text-decoration: none; font-size: 22px; @@ -222,7 +222,7 @@ body { margin-right: 0.5em; } - #left-column #content-area .game-header a h1 { + #middle #left-column #content-area .game-header a h1 { color: #7b7354; font-size: 22px; margin-left: 0.5em; @@ -230,20 +230,20 @@ body { font-weight: normal; } - #left-column #content-area .game-header a:hover { + #middle #left-column #content-area .game-header a:hover { color: #000; } - #left-column #content-area .game-header a h1:hover { + #middle #left-column #content-area .game-header a h1:hover { color: #000; } - #left-column #content-area .game-content { + #middle #left-column #content-area .game-content { display: block !important; width: 100%; } - #left-column #content-area .game-content div { + #middle #left-column #content-area .game-content div { display: block !important; width: 100%; } From d93189842334a1e9a2d1a8edb6f18d3184469cfa Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:01:38 +0200 Subject: [PATCH 091/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 1f9f92dc..574e44b0 100644 --- a/theme.css +++ b/theme.css @@ -65,7 +65,7 @@ body { #middle div { display: none !important; } - #middle left-column { + #middle #left-column { width: 100% !important; display: block !important; } From ece08f80abca3d3f399b99182c1a48e8abaea396 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:07:57 +0200 Subject: [PATCH 092/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index 574e44b0..1e7a463a 100644 --- a/theme.css +++ b/theme.css @@ -77,6 +77,7 @@ body { #middle #left-column #content-area { display: block !important; width: 100%; + padding-bottom: 4em; } #middle #left-column #content-area .lobby-panel { From 2efbf3d346997d1cac3ba235ce523fad43a47466 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:10:26 +0200 Subject: [PATCH 093/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 1e7a463a..77499cef 100644 --- a/theme.css +++ b/theme.css @@ -68,6 +68,7 @@ body { #middle #left-column { width: 100% !important; display: block !important; + padding-bottom: 10em; } #middle #left-column div { @@ -76,8 +77,7 @@ body { #middle #left-column #content-area { display: block !important; - width: 100%; - padding-bottom: 4em; + width: 100% } #middle #left-column #content-area .lobby-panel { From 263bd59462d57cefb269cb7ff8948b7adfdc6c99 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:12:43 +0200 Subject: [PATCH 094/301] Test --- theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.css b/theme.css index 77499cef..e0bba0c3 100644 --- a/theme.css +++ b/theme.css @@ -1,4 +1,6 @@ /* Import Responsive Media Queries */ +@import url("bootstrap.min.css"); +@import url("bootstrap-theme.min.css"); @import url("media.css"); /* Create a normal font family with readily colors on the body */ From 37d89e83bbbc7bef9a672119c9986e5ff0a29cf3 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:13:13 +0200 Subject: [PATCH 095/301] Test --- theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index e0bba0c3..89539a91 100644 --- a/theme.css +++ b/theme.css @@ -1,6 +1,8 @@ -/* Import Responsive Media Queries */ +/* Import Bootstrap and default theme */ @import url("bootstrap.min.css"); @import url("bootstrap-theme.min.css"); + +/* Import Responsive Media Queries */ @import url("media.css"); /* Create a normal font family with readily colors on the body */ From fce35d86b68ba3dbe6f7bf7e9ad1b46ca1e9fe52 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:17:02 +0200 Subject: [PATCH 096/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index 89539a91..bf1555e9 100644 --- a/theme.css +++ b/theme.css @@ -209,6 +209,7 @@ body { #middle #left-column #content-area .game-header { display: block !important; width: 100%; + border-bottom: 1px solid #DDD; } #middle #left-column #content-area .game-header h1 { From 98721c0c04b32de75bbe15ff4a23099654df7fb0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:19:40 +0200 Subject: [PATCH 097/301] Test --- theme.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme.css b/theme.css index bf1555e9..20362bf2 100644 --- a/theme.css +++ b/theme.css @@ -247,8 +247,15 @@ body { #middle #left-column #content-area .game-content { display: block !important; width: 100%; + text-align: left; } + #middle #left-column #content-area .game-content p { + font-size: 14px; + margin: 0; + padding: 0; + } + #middle #left-column #content-area .game-content div { display: block !important; width: 100%; From 75f94c4766c11fbf1b3e755de8c8f49ae8d36360 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:26:53 +0200 Subject: [PATCH 098/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 20362bf2..64c8a6ea 100644 --- a/theme.css +++ b/theme.css @@ -251,7 +251,7 @@ body { } #middle #left-column #content-area .game-content p { - font-size: 14px; + font-size: 12px; margin: 0; padding: 0; } From b5137c8ff51b6c92169ec7489be065b4c914e067 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:28:06 +0200 Subject: [PATCH 099/301] Test --- theme.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme.css b/theme.css index 64c8a6ea..030b7b25 100644 --- a/theme.css +++ b/theme.css @@ -256,6 +256,15 @@ body { padding: 0; } + #middle #left-column #content-area .game-content p a { + color: #7b7354; + text-decoration: none; + } + + #middle #left-column #content-area .game-content p a:hover { + color: #000; + } + #middle #left-column #content-area .game-content div { display: block !important; width: 100%; From e1451a4dd0874c755c63599f02d57a2d892e32ac Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:29:48 +0200 Subject: [PATCH 100/301] Test --- theme.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme.css b/theme.css index 030b7b25..6b764f8e 100644 --- a/theme.css +++ b/theme.css @@ -269,6 +269,15 @@ body { display: block !important; width: 100%; } + + #middle #left-column #content-area .game-content table { + display: block !important; + width: 100%; + text-align: left; + font-size: 12px; + margin: 0; + padding: 0; + } .advice-message { display: none !important; } .warning { display: none !important; } From 27814587ad91e137226a742745b8dacc9c31eb04 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:33:22 +0200 Subject: [PATCH 101/301] Test --- theme.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme.css b/theme.css index 6b764f8e..1938427d 100644 --- a/theme.css +++ b/theme.css @@ -278,6 +278,13 @@ body { margin: 0; padding: 0; } + + #middle #left-column #content-area .game-content table.two-column-stats th { + width: 20%; + text-align: left; + margin: 0; + padding: 0; + } .advice-message { display: none !important; } .warning { display: none !important; } From e60148eae594b2cd193f444b7c6fc0192a357bbd Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:38:45 +0200 Subject: [PATCH 102/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 1938427d..624201d5 100644 --- a/theme.css +++ b/theme.css @@ -274,7 +274,7 @@ body { display: block !important; width: 100%; text-align: left; - font-size: 12px; + font-size: 16px; margin: 0; padding: 0; } From 1f741a00545092560dad0abe6e31aedc062921e7 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:40:47 +0200 Subject: [PATCH 103/301] Test --- theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.css b/theme.css index 624201d5..f9a94245 100644 --- a/theme.css +++ b/theme.css @@ -254,11 +254,13 @@ body { font-size: 12px; margin: 0; padding: 0; + display: none !important; } #middle #left-column #content-area .game-content p a { color: #7b7354; text-decoration: none; + display: block !important; } #middle #left-column #content-area .game-content p a:hover { From f7bcb012550291178e7de07ee841056fe39fd007 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:43:10 +0200 Subject: [PATCH 104/301] Test --- theme.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/theme.css b/theme.css index f9a94245..45db541a 100644 --- a/theme.css +++ b/theme.css @@ -251,16 +251,15 @@ body { } #middle #left-column #content-area .game-content p { - font-size: 12px; + font-size: 0px; margin: 0; padding: 0; - display: none !important; } #middle #left-column #content-area .game-content p a { color: #7b7354; text-decoration: none; - display: block !important; + font-size: 14px; } #middle #left-column #content-area .game-content p a:hover { From 4a5d636df55591f9fd814e173b66c122892a4d02 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:44:43 +0200 Subject: [PATCH 105/301] Test --- theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.css b/theme.css index 45db541a..eea72615 100644 --- a/theme.css +++ b/theme.css @@ -260,6 +260,8 @@ body { color: #7b7354; text-decoration: none; font-size: 14px; + text-transform: capitalize; + margin-right: 1em; } #middle #left-column #content-area .game-content p a:hover { From 5c20698c93f88daba7290786fe4ac71b6cb68f98 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 02:47:36 +0200 Subject: [PATCH 106/301] Test --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index eea72615..88e69c9e 100644 --- a/theme.css +++ b/theme.css @@ -282,6 +282,10 @@ body { padding: 0; } + #middle #left-column #content-area .game-content table.two-column-stats tr:last-child { + display: none !important; + } + #middle #left-column #content-area .game-content table.two-column-stats th { width: 20%; text-align: left; From 3fc98a8a0369c0c1d5060837522e5fc79c6bb1c2 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:01:44 +0200 Subject: [PATCH 107/301] Test --- theme.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/theme.css b/theme.css index 88e69c9e..707e8f38 100644 --- a/theme.css +++ b/theme.css @@ -183,6 +183,37 @@ body { z-index: 9999999; } + #middle #left-column #content-area #game-navigation #resource-bar { + background-color: #D9EDF7; + border: 1px solid transparent; + width: 100%; + margin-bottom: 20px; + border-radius: 4px; + padding: 0.5em 2em; + display: inline-block; + color: rgb(0, 0, 0); + } + + #middle #left-column #content-area #game-navigation #resource-bar thead { + width: 100%; + display: inline-block; + } + + #middle #left-column #content-area #game-navigation #resource-bar thead th { + width: 15%; + text-align: left; + } + + #middle #left-column #content-area #game-navigation #resource-bar tbody { + width: 100%; + display: inline-block; + } + + #middle #left-column #content-area #game-navigation #resource-bar tbody th { + width: 15%; + text-align: left; + } + #middle #left-column #content-area #game-navigation .current-date { color: #000; font-weight: 700; From 4c4e464507c83a7f4f307265189f88366c4e02a8 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:05:20 +0200 Subject: [PATCH 108/301] Test --- theme.css | 62 +++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/theme.css b/theme.css index 707e8f38..70b72e4d 100644 --- a/theme.css +++ b/theme.css @@ -168,6 +168,37 @@ body { width: 100%; } + #middle #left-column #content-area #resource-bar { + background-color: #D9EDF7; + border: 1px solid transparent; + width: 100%; + margin-bottom: 20px; + border-radius: 4px; + padding: 0.5em 2em; + display: inline-block; + color: rgb(0, 0, 0); + } + + #middle #left-column #content-area #resource-bar thead { + width: 100%; + display: inline-block; + } + + #middle #left-column #content-area #resource-bar thead th { + width: 15%; + text-align: left; + } + + #middle #left-column #content-area #resource-bar tbody { + width: 100%; + display: inline-block; + } + + #middle #left-column #content-area #resource-bar tbody th { + width: 15%; + text-align: left; + } + #middle #left-column #content-area #game-navigation { display: block !important; width: 100%; @@ -183,37 +214,6 @@ body { z-index: 9999999; } - #middle #left-column #content-area #game-navigation #resource-bar { - background-color: #D9EDF7; - border: 1px solid transparent; - width: 100%; - margin-bottom: 20px; - border-radius: 4px; - padding: 0.5em 2em; - display: inline-block; - color: rgb(0, 0, 0); - } - - #middle #left-column #content-area #game-navigation #resource-bar thead { - width: 100%; - display: inline-block; - } - - #middle #left-column #content-area #game-navigation #resource-bar thead th { - width: 15%; - text-align: left; - } - - #middle #left-column #content-area #game-navigation #resource-bar tbody { - width: 100%; - display: inline-block; - } - - #middle #left-column #content-area #game-navigation #resource-bar tbody th { - width: 15%; - text-align: left; - } - #middle #left-column #content-area #game-navigation .current-date { color: #000; font-weight: 700; From a27a3ab8b6c3608bd8b721c732a571df427ab5a2 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:11:40 +0200 Subject: [PATCH 109/301] Test --- theme.css | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/theme.css b/theme.css index 70b72e4d..a73eb610 100644 --- a/theme.css +++ b/theme.css @@ -184,21 +184,31 @@ body { display: inline-block; } - #middle #left-column #content-area #resource-bar thead th { - width: 15%; - text-align: left; + #middle #left-column #content-area #resource-bar thead tr { + width: 100%; + display: inline-block; } + #middle #left-column #content-area #resource-bar thead tr th { + width: 8em; + text-align: left; + } + #middle #left-column #content-area #resource-bar tbody { width: 100%; display: inline-block; } - #middle #left-column #content-area #resource-bar tbody th { - width: 15%; - text-align: left; + #middle #left-column #content-area #resource-bar tbody { + width: 100%; + display: inline-block; } + #middle #left-column #content-area #resource-bar tbody tr th { + width: 8em; + text-align: left; + } + #middle #left-column #content-area #game-navigation { display: block !important; width: 100%; From d78c4f4baeb9237f6db2426ab61adb437241d544 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:13:20 +0200 Subject: [PATCH 110/301] Test --- theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index a73eb610..65077f3e 100644 --- a/theme.css +++ b/theme.css @@ -33,7 +33,8 @@ body { padding-top: 1em; padding-bottom: 1em; box-shadow: 0 4px 2px -2px rgba(208,72,46, 1); - height: auto; + height: auto; + padding-left: 12em; } #header-logo { From e11053b7fdf374279c1fea55f30439ae3df6296f Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:14:58 +0200 Subject: [PATCH 111/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 65077f3e..e879cb0f 100644 --- a/theme.css +++ b/theme.css @@ -191,7 +191,7 @@ body { } #middle #left-column #content-area #resource-bar thead tr th { - width: 8em; + width: 7.5em; text-align: left; } @@ -206,7 +206,7 @@ body { } #middle #left-column #content-area #resource-bar tbody tr th { - width: 8em; + width: 7.5em; text-align: left; } From 3bb075365e9369b2331bf6a99c3a9d9d45173e27 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:15:45 +0200 Subject: [PATCH 112/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index e879cb0f..a5198de3 100644 --- a/theme.css +++ b/theme.css @@ -191,7 +191,7 @@ body { } #middle #left-column #content-area #resource-bar thead tr th { - width: 7.5em; + width: 7em; text-align: left; } @@ -206,7 +206,7 @@ body { } #middle #left-column #content-area #resource-bar tbody tr th { - width: 7.5em; + width: 7em; text-align: left; } From 8b7c0e6289a939a5e1cec557d9db9a5123403d00 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:16:56 +0200 Subject: [PATCH 113/301] Test --- theme.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme.css b/theme.css index a5198de3..b662ab05 100644 --- a/theme.css +++ b/theme.css @@ -195,6 +195,11 @@ body { text-align: left; } + #middle #left-column #content-area #resource-bar thead tr th:last-child { + width: 7.5em; + text-align: left; + } + #middle #left-column #content-area #resource-bar tbody { width: 100%; display: inline-block; @@ -210,6 +215,11 @@ body { text-align: left; } + #middle #left-column #content-area #resource-bar tbody tr th:last-child { + width: 7.5em; + text-align: left; + } + #middle #left-column #content-area #game-navigation { display: block !important; width: 100%; From 54295113e2659d56dca27a7e2f37ce25eb21287e Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:19:00 +0200 Subject: [PATCH 114/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index b662ab05..96231435 100644 --- a/theme.css +++ b/theme.css @@ -34,7 +34,7 @@ body { padding-bottom: 1em; box-shadow: 0 4px 2px -2px rgba(208,72,46, 1); height: auto; - padding-left: 12em; + padding-left: 10em; } #header-logo { From b292dcd64157cb8551ed3a598446e4e80f7e5977 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:22:19 +0200 Subject: [PATCH 115/301] Test --- theme.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/theme.css b/theme.css index 96231435..a2af3638 100644 --- a/theme.css +++ b/theme.css @@ -267,8 +267,8 @@ body { #middle #left-column #content-area .game-header h1 { color: #7b7354; font-size: 22px; - margin-left: 0.5em; - margin-right: 0.5em; + margin-left: 0.4em; + margin-right: 0.4em; font-weight: normal; } @@ -276,15 +276,15 @@ body { color: #7b7354; text-decoration: none; font-size: 22px; - margin-left: 0.5em; - margin-right: 0.5em; + margin-left: 0.4em; + margin-right: 0.4em; } #middle #left-column #content-area .game-header a h1 { color: #7b7354; font-size: 22px; - margin-left: 0.5em; - margin-right: 0.5em; + margin-left: 0.4em; + margin-right: 0.4em; font-weight: normal; } From 8c9b3c9983f2a47a4cd81d79eb2b3af71db84691 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:26:25 +0200 Subject: [PATCH 116/301] Test --- theme.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme.css b/theme.css index a2af3638..e1719051 100644 --- a/theme.css +++ b/theme.css @@ -308,6 +308,13 @@ body { padding: 0; } + #middle #left-column #content-area .game-content #throne-monarch-message p { + font-size: 14px; + margin: 0; + padding: 0; + text-align: left; + } + #middle #left-column #content-area .game-content p a { color: #7b7354; text-decoration: none; From dbbd6b13d4a2ffadacd35deae2bfcb9f6d0a4922 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:28:25 +0200 Subject: [PATCH 117/301] Test --- theme.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/theme.css b/theme.css index e1719051..21d4b50d 100644 --- a/theme.css +++ b/theme.css @@ -302,17 +302,21 @@ body { text-align: left; } - #middle #left-column #content-area .game-content p { - font-size: 0px; + #middle #left-column #content-area .game-content #throne-monarch-message p { + font-size: 14px; margin: 0; padding: 0; + text-align: left; } - #middle #left-column #content-area .game-content #throne-monarch-message p { - font-size: 14px; + #middle #left-column #content-area .game-content #throne-monarch-message p br { + display: inline; + } + + #middle #left-column #content-area .game-content p { + font-size: 0px; margin: 0; padding: 0; - text-align: left; } #middle #left-column #content-area .game-content p a { From 472bd8d5191f7264c8d8fbc832b134c9065f07d7 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:29:31 +0200 Subject: [PATCH 118/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 21d4b50d..7fad24a1 100644 --- a/theme.css +++ b/theme.css @@ -310,7 +310,7 @@ body { } #middle #left-column #content-area .game-content #throne-monarch-message p br { - display: inline; + display: inherit; } #middle #left-column #content-area .game-content p { From be292d80aed185ea1aa38f3cea51de2c1210164e Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:31:14 +0200 Subject: [PATCH 119/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 7fad24a1..b85912d1 100644 --- a/theme.css +++ b/theme.css @@ -310,7 +310,7 @@ body { } #middle #left-column #content-area .game-content #throne-monarch-message p br { - display: inherit; + display: none; } #middle #left-column #content-area .game-content p { From e253d27b9f85a644e3c304900a46fe0b7cc3892e Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:34:17 +0200 Subject: [PATCH 120/301] Test --- theme.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme.css b/theme.css index b85912d1..e676d161 100644 --- a/theme.css +++ b/theme.css @@ -309,6 +309,13 @@ body { text-align: left; } + #middle #left-column #content-area .game-content .two-column-stats p { + font-size: 14px; + margin: 0; + padding: 0; + text-align: left; + } + #middle #left-column #content-area .game-content #throne-monarch-message p br { display: none; } From a7a9eeb21edd2fd4e7d00e94b6d9dc39c811b114 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:35:28 +0200 Subject: [PATCH 121/301] Test --- theme.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/theme.css b/theme.css index e676d161..b85912d1 100644 --- a/theme.css +++ b/theme.css @@ -309,13 +309,6 @@ body { text-align: left; } - #middle #left-column #content-area .game-content .two-column-stats p { - font-size: 14px; - margin: 0; - padding: 0; - text-align: left; - } - #middle #left-column #content-area .game-content #throne-monarch-message p br { display: none; } From 6f5a14ed5d156748ff1d70992f6fce5bd2d9f9f6 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:38:34 +0200 Subject: [PATCH 122/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index b85912d1..75f084e9 100644 --- a/theme.css +++ b/theme.css @@ -300,6 +300,7 @@ body { display: block !important; width: 100%; text-align: left; + margin-top: 1em; } #middle #left-column #content-area .game-content #throne-monarch-message p { From 1fda6f631f10ef7e16d95b23f16dc1cb33d576fe Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 03:40:15 +0200 Subject: [PATCH 123/301] Test --- theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 75f084e9..2e55196a 100644 --- a/theme.css +++ b/theme.css @@ -318,6 +318,7 @@ body { font-size: 0px; margin: 0; padding: 0; + text-align: left; } #middle #left-column #content-area .game-content p a { @@ -325,7 +326,8 @@ body { text-decoration: none; font-size: 14px; text-transform: capitalize; - margin-right: 1em; + margin-right: 3em; + text-align: left; } #middle #left-column #content-area .game-content p a:hover { From de1dede4ff57167b47e9d51293f1c420e0acdea9 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 10:53:54 +0200 Subject: [PATCH 124/301] Test --- theme.css | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/theme.css b/theme.css index 2e55196a..cef75bb8 100644 --- a/theme.css +++ b/theme.css @@ -52,14 +52,14 @@ body { } #header-navigation a { - color: #7b7354; + color: #FAB048; text-decoration: none; margin-left: 0.5em; margin-right: 0.5em; } #header-navigation a:hover { - color: #000; + color: #ee7727; } #id-shop-login-form { display: none; } @@ -101,12 +101,12 @@ body { } #middle #left-column #content-area .lobby-panel table a { - color: #7b7354; + color: #FAB048; text-decoration: none; } #middle #left-column #content-area .lobby-panel table a:hover { - color: #000; + color: #ee7727; } #middle #left-column #content-area .lobby-panel table th { @@ -138,12 +138,12 @@ body { } #middle #left-column #content-area .lobby-panel h1 a { - color: #7b7354; + color: #FAB048; text-decoration: none; } #middle #left-column #content-area .lobby-panel h1 a:hover { - color: #000; + color: #ee7727; text-decoration: none; } @@ -152,7 +152,7 @@ body { } #middle #left-column #content-area .lobby-panel p a { - color: #7b7354; + color: #FAB048; text-decoration: none; font-weight: normal; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; @@ -161,7 +161,7 @@ body { } #middle #left-column #content-area .lobby-panel p a:hover { - color: #000; + color: #ee7727; } #middle #left-column #content-area .lobby-panel form { @@ -247,7 +247,7 @@ body { } #middle #left-column #content-area #game-navigation div a { - color: #7b7354; + color: #FAB048; text-decoration: none; font-size: 16px; margin-left: 0.2em; @@ -255,7 +255,7 @@ body { } #middle #left-column #content-area #game-navigation div a:hover { - color: #000; + color: #ee7727; } #middle #left-column #content-area .game-header { @@ -273,7 +273,7 @@ body { } #middle #left-column #content-area .game-header a { - color: #7b7354; + color: #FAB048; text-decoration: none; font-size: 22px; margin-left: 0.4em; @@ -281,7 +281,7 @@ body { } #middle #left-column #content-area .game-header a h1 { - color: #7b7354; + color: #FAB048; font-size: 22px; margin-left: 0.4em; margin-right: 0.4em; @@ -289,11 +289,11 @@ body { } #middle #left-column #content-area .game-header a:hover { - color: #000; + color: #ee7727; } #middle #left-column #content-area .game-header a h1:hover { - color: #000; + color: #ee7727; } #middle #left-column #content-area .game-content { @@ -322,7 +322,7 @@ body { } #middle #left-column #content-area .game-content p a { - color: #7b7354; + color: #FAB048; text-decoration: none; font-size: 14px; text-transform: capitalize; @@ -331,7 +331,7 @@ body { } #middle #left-column #content-area .game-content p a:hover { - color: #000; + color: #ee7727; } #middle #left-column #content-area .game-content div { From 823f5e72b467840e9c287a1757749eaf5eaefcfe Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:03:50 +0200 Subject: [PATCH 125/301] Test --- media.css | 5 +++++ theme.css | 11 +++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/media.css b/media.css index 2531d429..2d04c2cf 100644 --- a/media.css +++ b/media.css @@ -81,6 +81,7 @@ @media (min-width: 1200px) { #header { width: 1170px; + padding-left: 20%; } #header-logo { width: 21.5%; @@ -96,5 +97,9 @@ width: 1170px; margin-top: 0.5em; } + + #middle #left-column #content-area .lobby-panel h1 { + font-size: 3vw; + } } diff --git a/theme.css b/theme.css index cef75bb8..8f796e90 100644 --- a/theme.css +++ b/theme.css @@ -33,8 +33,7 @@ body { padding-top: 1em; padding-bottom: 1em; box-shadow: 0 4px 2px -2px rgba(208,72,46, 1); - height: auto; - padding-left: 10em; + height: auto; } #header-logo { @@ -94,10 +93,9 @@ body { #middle #left-column #content-area .lobby-panel table { font-size: 1.5vw; - color: #D0482E; - margin: 0; + color: #000; padding: 0; - width: 100%; + width: 70%; } #middle #left-column #content-area .lobby-panel table a { @@ -113,6 +111,7 @@ body { margin: 0; padding: 0; font-size: 1.5vw; + text-align: left; } #middle #left-column #content-area .lobby-panel table tr { @@ -125,6 +124,7 @@ body { margin: 0; padding: 0; font-size: 1.5vw; + text-align: left; } #middle #left-column #content-area .lobby-panel table .advice-message { @@ -132,7 +132,6 @@ body { } #middle #left-column #content-area .lobby-panel h1 { - font-size: 3.5vw; margin-top: 2em; margin-bottom: 1em; } From c0f24c28da0e3b43b89c550b54b944a003cc4fb8 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:05:11 +0200 Subject: [PATCH 126/301] Test --- theme.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/theme.css b/theme.css index 8f796e90..c7112968 100644 --- a/theme.css +++ b/theme.css @@ -92,7 +92,7 @@ body { } #middle #left-column #content-area .lobby-panel table { - font-size: 1.5vw; + font-size: 1vw; color: #000; padding: 0; width: 70%; @@ -110,20 +110,17 @@ body { #middle #left-column #content-area .lobby-panel table th { margin: 0; padding: 0; - font-size: 1.5vw; text-align: left; } #middle #left-column #content-area .lobby-panel table tr { margin: 0; padding: 0; - font-size: 1.5vw; } #middle #left-column #content-area .lobby-panel table td { margin: 0; padding: 0; - font-size: 1.5vw; text-align: left; } From 075bb56ffdd2ecb0f8068800c2adf7a12769ea41 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:07:09 +0200 Subject: [PATCH 127/301] Test --- theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.css b/theme.css index c7112968..1d79c139 100644 --- a/theme.css +++ b/theme.css @@ -111,6 +111,7 @@ body { margin: 0; padding: 0; text-align: left; + width: 50%; } #middle #left-column #content-area .lobby-panel table tr { @@ -122,6 +123,7 @@ body { margin: 0; padding: 0; text-align: left; + width: 50%; } #middle #left-column #content-area .lobby-panel table .advice-message { From c81393861428557c482900737d8b9e9d3c88fd0b Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:13:16 +0200 Subject: [PATCH 128/301] Test --- theme.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 1d79c139..61cc682a 100644 --- a/theme.css +++ b/theme.css @@ -33,7 +33,8 @@ body { padding-top: 1em; padding-bottom: 1em; box-shadow: 0 4px 2px -2px rgba(208,72,46, 1); - height: auto; + height: auto; + background-color: #000; } #header-logo { @@ -51,7 +52,7 @@ body { } #header-navigation a { - color: #FAB048; + color: #9a2617; text-decoration: none; margin-left: 0.5em; margin-right: 0.5em; From 05dea85bb3262b0e52d1e82c9b1cfed78ee2aa0c Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:14:03 +0200 Subject: [PATCH 129/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 61cc682a..2b39549c 100644 --- a/theme.css +++ b/theme.css @@ -137,7 +137,7 @@ body { } #middle #left-column #content-area .lobby-panel h1 a { - color: #FAB048; + color: #9a2617; text-decoration: none; } From 1b2aecfb81f902958d5b2e1e78f27c91f750a332 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:26:38 +0200 Subject: [PATCH 130/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 2b39549c..d9cfa315 100644 --- a/theme.css +++ b/theme.css @@ -34,7 +34,7 @@ body { padding-bottom: 1em; box-shadow: 0 4px 2px -2px rgba(208,72,46, 1); height: auto; - background-color: #000; + background-color: white; } #header-logo { From 98f81252c55055fb668d70f3c50d0901bbfc25f1 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:31:35 +0200 Subject: [PATCH 131/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index d9cfa315..67599805 100644 --- a/theme.css +++ b/theme.css @@ -11,12 +11,12 @@ body { font-size: 14px; line-height: 1.42857143; color: #000; - background-color: #f8f8f8; + background-color: #F2F2F2; } /* Make the inner container full width */ #inner-container { - background-color: #f8f8f8; + background-color: #F2F2F2; top: 0; right: 0; left: 0; From 09227a50de6da56f92298c26a260d7ff10f6e458 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:32:05 +0200 Subject: [PATCH 132/301] Test --- media.css | 1 - 1 file changed, 1 deletion(-) diff --git a/media.css b/media.css index 2d04c2cf..6d5125b1 100644 --- a/media.css +++ b/media.css @@ -81,7 +81,6 @@ @media (min-width: 1200px) { #header { width: 1170px; - padding-left: 20%; } #header-logo { width: 21.5%; From cfe7c2147735647befc05ad45c065593bd5fdd38 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:40:17 +0200 Subject: [PATCH 133/301] Test --- media.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index 6d5125b1..352acef8 100644 --- a/media.css +++ b/media.css @@ -38,12 +38,20 @@ #header { width: 750px; } + + #header a { + display: inline-block; + width: 20%; + margin-left: 24%; + } + #header-logo { - width: 50%; + width: 100%; margin-left: 2em; } #header-navigation { - display: none; + display: inline-block; + width: 50%; } #middle { From fe8014572bb62aa36855b01b8db586b73467c29c Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:41:07 +0200 Subject: [PATCH 134/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 67599805..075de131 100644 --- a/theme.css +++ b/theme.css @@ -137,7 +137,7 @@ body { } #middle #left-column #content-area .lobby-panel h1 a { - color: #9a2617; + color: #ee7727; text-decoration: none; } From 89910e78b7e4325c479183b849a2871b1de2553b Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:42:46 +0200 Subject: [PATCH 135/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 352acef8..7c3855ac 100644 --- a/media.css +++ b/media.css @@ -91,7 +91,7 @@ width: 1170px; } #header-logo { - width: 21.5%; + width: 100%; } #header-navigation { display: inline-block; From 9b5365e0a8d1ab2f95bbc09bddaa3ce119182976 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:50:41 +0200 Subject: [PATCH 136/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 7c3855ac..51697fb7 100644 --- a/media.css +++ b/media.css @@ -70,7 +70,7 @@ width: 970px; } #header-logo { - width: 30%; + width: 100%; } #header-navigation { display: inline-block; From 1c6eda78fe21e769ebf49a4b78ab787c8ddcc5bb Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:52:55 +0200 Subject: [PATCH 137/301] Test --- media.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/media.css b/media.css index 51697fb7..8d304e21 100644 --- a/media.css +++ b/media.css @@ -69,7 +69,12 @@ #header { width: 970px; } - #header-logo { + #header a { + display: inline-block; + width: 20%; + margin-left: 30%; + } + #header-logo { width: 100%; } #header-navigation { @@ -96,7 +101,6 @@ #header-navigation { display: inline-block; } - #middle { margin: 0 auto; margin-left: auto; @@ -104,7 +108,6 @@ width: 1170px; margin-top: 0.5em; } - #middle #left-column #content-area .lobby-panel h1 { font-size: 3vw; } From ba9c14b7f9d224144f16fc8d267a99bfef6c402f Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:53:40 +0200 Subject: [PATCH 138/301] Test --- media.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index 8d304e21..99511bc9 100644 --- a/media.css +++ b/media.css @@ -71,8 +71,8 @@ } #header a { display: inline-block; - width: 20%; - margin-left: 30%; + width: 30%; + margin-left: 24%; } #header-logo { width: 100%; From 76037e2ba97c42478e8459ae416dd2bc1888c98d Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:56:07 +0200 Subject: [PATCH 139/301] Test --- media.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media.css b/media.css index 99511bc9..7486adc6 100644 --- a/media.css +++ b/media.css @@ -72,13 +72,14 @@ #header a { display: inline-block; width: 30%; - margin-left: 24%; + margin-left: 18%; } #header-logo { width: 100%; } #header-navigation { display: inline-block; + width: 48% !important; } #middle { From 7ff49a7a87190e25feb44ae22b941ee54ea07e30 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 11:57:47 +0200 Subject: [PATCH 140/301] Test --- media.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media.css b/media.css index 7486adc6..cb9ef494 100644 --- a/media.css +++ b/media.css @@ -89,6 +89,10 @@ width: 970px; margin-top: 0.5em; } + #middle #left-column #content-area .lobby-panel table { + width: 38% !important; + } + } /* Full Width */ From c24e8d7941ef2329a56fc56200cbb03a66a6ab04 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:03:57 +0200 Subject: [PATCH 141/301] Test --- media.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/media.css b/media.css index cb9ef494..a6416599 100644 --- a/media.css +++ b/media.css @@ -38,13 +38,11 @@ #header { width: 750px; } - #header a { display: inline-block; - width: 20%; - margin-left: 24%; + width: 35%; + margin-left: 5%; } - #header-logo { width: 100%; margin-left: 2em; @@ -53,7 +51,6 @@ display: inline-block; width: 50%; } - #middle { margin: 0 auto; margin-left: auto; @@ -61,7 +58,6 @@ width: 750px; margin-top: 0.5em; } - } /* Laptop */ From 77d6836eed322238a1d2a38447951b9998a00c44 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:05:07 +0200 Subject: [PATCH 142/301] Test --- media.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index a6416599..6a5dbc9d 100644 --- a/media.css +++ b/media.css @@ -40,8 +40,8 @@ } #header a { display: inline-block; - width: 35%; - margin-left: 5%; + width: 34%; + margin-left: 0%; } #header-logo { width: 100%; From 78aecbef1dd7b2d0ca3a7891c15455ab83a9ba01 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:07:12 +0200 Subject: [PATCH 143/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 6a5dbc9d..bd1d5661 100644 --- a/media.css +++ b/media.css @@ -49,7 +49,7 @@ } #header-navigation { display: inline-block; - width: 50%; + width: 65% !important; } #middle { margin: 0 auto; From 3277faad3dd6cd0c54a10728c69286a44137ead2 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:08:22 +0200 Subject: [PATCH 144/301] Test --- media.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media.css b/media.css index bd1d5661..2c029629 100644 --- a/media.css +++ b/media.css @@ -58,6 +58,10 @@ width: 750px; margin-top: 0.5em; } + #middle #left-column #content-area .lobby-panel table { + width: 38% !important; + font-size: 1.5vw !important; + } } /* Laptop */ From 2a1f753d22a980bdb0895a51e371d5d7a89e67b4 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:09:22 +0200 Subject: [PATCH 145/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 2c029629..17f7b180 100644 --- a/media.css +++ b/media.css @@ -59,7 +59,7 @@ margin-top: 0.5em; } #middle #left-column #content-area .lobby-panel table { - width: 38% !important; + width: 55% !important; font-size: 1.5vw !important; } } From e363cb15e4dbfe143e8d2b539a482f9799abf426 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:10:45 +0200 Subject: [PATCH 146/301] Test --- media.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media.css b/media.css index 17f7b180..8bbe8346 100644 --- a/media.css +++ b/media.css @@ -39,9 +39,9 @@ width: 750px; } #header a { - display: inline-block; - width: 34%; - margin-left: 0%; + display: block; + width: 100%; + margin-left: 5em; } #header-logo { width: 100%; From a9dade21bd8960419156095c8a0abda2f592a7a3 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:11:22 +0200 Subject: [PATCH 147/301] Test --- media.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media.css b/media.css index 8bbe8346..a7961366 100644 --- a/media.css +++ b/media.css @@ -49,7 +49,9 @@ } #header-navigation { display: inline-block; - width: 65% !important; + width: 100% !important; + margin-left: 5em; + padding-top: 1em; } #middle { margin: 0 auto; From 40517719af2ab41348d791828d0f065219aff85f Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:13:27 +0200 Subject: [PATCH 148/301] Test --- media.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index a7961366..c2bf2836 100644 --- a/media.css +++ b/media.css @@ -37,6 +37,7 @@ @media (min-width: 768px) { #header { width: 750px; + padding-bottom: 0em !important; } #header a { display: block; @@ -50,8 +51,8 @@ #header-navigation { display: inline-block; width: 100% !important; - margin-left: 5em; - padding-top: 1em; + margin-left: 7em; + padding-top: 0.5em; } #middle { margin: 0 auto; From 24d32f132a601780a10777f44fe138296ecebd2c Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:14:35 +0200 Subject: [PATCH 149/301] Test --- media.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media.css b/media.css index c2bf2836..f7db75aa 100644 --- a/media.css +++ b/media.css @@ -42,7 +42,6 @@ #header a { display: block; width: 100%; - margin-left: 5em; } #header-logo { width: 100%; @@ -50,8 +49,7 @@ } #header-navigation { display: inline-block; - width: 100% !important; - margin-left: 7em; + width: 100% !important; padding-top: 0.5em; } #middle { From 553f6999828c2f337fad6ade80a3a6a6d307d9d1 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:15:42 +0200 Subject: [PATCH 150/301] Test --- media.css | 1 - 1 file changed, 1 deletion(-) diff --git a/media.css b/media.css index f7db75aa..9c7399a4 100644 --- a/media.css +++ b/media.css @@ -45,7 +45,6 @@ } #header-logo { width: 100%; - margin-left: 2em; } #header-navigation { display: inline-block; From f3aaf9d35575f0156a80811d2b4a186dbac738c1 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:17:24 +0200 Subject: [PATCH 151/301] Test --- media.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media.css b/media.css index 9c7399a4..23972dd3 100644 --- a/media.css +++ b/media.css @@ -41,15 +41,17 @@ } #header a { display: block; - width: 100%; + width: 95%; } #header-logo { width: 100%; + margin-left: 10em; } #header-navigation { display: inline-block; width: 100% !important; padding-top: 0.5em; + margin-left: 12em; } #middle { margin: 0 auto; From f97ad6510f52121a7b412ff79a68c06dc4721f0f Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:28:32 +0200 Subject: [PATCH 152/301] Test --- media.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index 23972dd3..c375605f 100644 --- a/media.css +++ b/media.css @@ -36,7 +36,7 @@ /* Tablet */ @media (min-width: 768px) { #header { - width: 750px; + width: 750px !important; padding-bottom: 0em !important; } #header a { @@ -69,7 +69,7 @@ /* Laptop */ @media (min-width: 992px) { #header { - width: 970px; + width: 970px !important; } #header a { display: inline-block; From b6c13efbaec44573ddec0f807be831fcd8bf402a Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:31:07 +0200 Subject: [PATCH 153/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index c375605f..73bf64e9 100644 --- a/media.css +++ b/media.css @@ -100,7 +100,7 @@ /* Full Width */ @media (min-width: 1200px) { #header { - width: 1170px; + width: 1170px !important; } #header-logo { width: 100%; From e60724dc12d9d092d8a0ce55e0c70089216470f5 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:32:43 +0200 Subject: [PATCH 154/301] Test --- media.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media.css b/media.css index 73bf64e9..c580f411 100644 --- a/media.css +++ b/media.css @@ -36,7 +36,7 @@ /* Tablet */ @media (min-width: 768px) { #header { - width: 750px !important; + width: 100% !important; padding-bottom: 0em !important; } #header a { @@ -69,7 +69,7 @@ /* Laptop */ @media (min-width: 992px) { #header { - width: 970px !important; + width: 100% !important; } #header a { display: inline-block; @@ -100,7 +100,7 @@ /* Full Width */ @media (min-width: 1200px) { #header { - width: 1170px !important; + width: 100% !important; } #header-logo { width: 100%; From d9358be9aa1cdba14a26f2f01488264fa6cae035 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:35:21 +0200 Subject: [PATCH 155/301] Test --- media.css | 1 + 1 file changed, 1 insertion(+) diff --git a/media.css b/media.css index c580f411..9e8b4ed9 100644 --- a/media.css +++ b/media.css @@ -107,6 +107,7 @@ } #header-navigation { display: inline-block; + margin-left: 0em !important; } #middle { margin: 0 auto; From 28b2e3d3b0a5337f7d678073c9bf0f7dc4bfcbfb Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:38:07 +0200 Subject: [PATCH 156/301] Test --- media.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media.css b/media.css index 9e8b4ed9..93cb8003 100644 --- a/media.css +++ b/media.css @@ -104,11 +104,15 @@ } #header-logo { width: 100%; + margin-left: 3em !important; } #header-navigation { display: inline-block; margin-left: 0em !important; } + #header-navigation div:first-child { + margin-left: 12em; + } #middle { margin: 0 auto; margin-left: auto; From ed9812a29359702007838f93cae156dbd7a9db9d Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:39:16 +0200 Subject: [PATCH 157/301] Test --- media.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media.css b/media.css index 93cb8003..a12dc301 100644 --- a/media.css +++ b/media.css @@ -123,5 +123,9 @@ #middle #left-column #content-area .lobby-panel h1 { font-size: 3vw; } + + #middle #left-column #content-area .lobby-panel table { + width: 70% !important; + } } From 6db604ff6244e85ba296c88d21db93d93917c190 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:39:30 +0200 Subject: [PATCH 158/301] Test --- media.css | 1 + 1 file changed, 1 insertion(+) diff --git a/media.css b/media.css index a12dc301..7b423dfa 100644 --- a/media.css +++ b/media.css @@ -126,6 +126,7 @@ #middle #left-column #content-area .lobby-panel table { width: 70% !important; + font-size: 1vw !important; } } From 312aebbadd5dbae14b51cab92035b158b5b8c044 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:44:06 +0200 Subject: [PATCH 159/301] Test --- media.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index 7b423dfa..15c55cce 100644 --- a/media.css +++ b/media.css @@ -83,7 +83,9 @@ display: inline-block; width: 48% !important; } - + #header-navigation div:first-child { + margin-left: 0em !important; + } #middle { margin: 0 auto; margin-left: auto; @@ -111,7 +113,7 @@ margin-left: 0em !important; } #header-navigation div:first-child { - margin-left: 12em; + margin-left: 12em !important; } #middle { margin: 0 auto; From 94376a20dac3be25932a64e0ecbde61ed7d00bc3 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:45:26 +0200 Subject: [PATCH 160/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 15c55cce..8c0d4e17 100644 --- a/media.css +++ b/media.css @@ -127,7 +127,7 @@ } #middle #left-column #content-area .lobby-panel table { - width: 70% !important; + width: 38% !important; font-size: 1vw !important; } } From 323d08a1ad4dcc6747a40bffe646a4d4f8feb461 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:46:50 +0200 Subject: [PATCH 161/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 8c0d4e17..eeb7dd62 100644 --- a/media.css +++ b/media.css @@ -127,7 +127,7 @@ } #middle #left-column #content-area .lobby-panel table { - width: 38% !important; + width: 50% !important; font-size: 1vw !important; } } From 9c194580f19e6439daf78a0512f030b6208040ef Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:51:22 +0200 Subject: [PATCH 162/301] Test --- media.css | 1 + theme.css | 45 ++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 43 insertions(+), 3 deletions(-) diff --git a/media.css b/media.css index eeb7dd62..ad9c951a 100644 --- a/media.css +++ b/media.css @@ -132,3 +132,4 @@ } } + diff --git a/theme.css b/theme.css index 075de131..315571de 100644 --- a/theme.css +++ b/theme.css @@ -7,9 +7,6 @@ /* Create a normal font family with readily colors on the body */ body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; - line-height: 1.42857143; color: #000; background-color: #F2F2F2; } @@ -365,3 +362,45 @@ body { #adunit { display: none !important; } #footer { display: none !important; } + + +h1 { + font-family: Times; + font-size: 30px; + font-style: normal; + font-variant: normal; + font-weight: 400; + line-height: 33px; +} +h3 { + font-family: Times; + font-size: 20px; + font-style: normal; + font-variant: normal; + font-weight: 400; + line-height: 22px; +} +p { + font-family: Times; + font-size: 14px; + font-style: normal; + font-variant: normal; + font-weight: 400; + line-height: 21px; +} +blockquote { + font-family: Times; + font-size: 21px; + font-style: normal; + font-variant: normal; + font-weight: 400; + line-height: 31.5px; +} +pre { + font-family: Times; + font-size: 13px; + font-style: normal; + font-variant: normal; + font-weight: 400; + line-height: 19.5px; +} \ No newline at end of file From 37011bf5e0e89b6199422ae5bb9fd03025c883b6 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 12:57:42 +0200 Subject: [PATCH 163/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index ad9c951a..6dfed5d9 100644 --- a/media.css +++ b/media.css @@ -113,7 +113,7 @@ margin-left: 0em !important; } #header-navigation div:first-child { - margin-left: 12em !important; + margin-left: 16% !important; } #middle { margin: 0 auto; From 914163165a33f1bbb7caf2cdd57ff9335132eff1 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:00:02 +0200 Subject: [PATCH 164/301] Test --- theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.css b/theme.css index 315571de..4b109377 100644 --- a/theme.css +++ b/theme.css @@ -110,11 +110,13 @@ body { padding: 0; text-align: left; width: 50%; + line-height: 1.6em; } #middle #left-column #content-area .lobby-panel table tr { margin: 0; padding: 0; + line-height: 1.6em; } #middle #left-column #content-area .lobby-panel table td { @@ -122,6 +124,7 @@ body { padding: 0; text-align: left; width: 50%; + line-height: 1.6em; } #middle #left-column #content-area .lobby-panel table .advice-message { From d0a05e31bfc5e83407ebb6341f367fd73655d290 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:02:47 +0200 Subject: [PATCH 165/301] Test --- theme.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/theme.css b/theme.css index 4b109377..a94ad6b3 100644 --- a/theme.css +++ b/theme.css @@ -1,10 +1,9 @@ -/* Import Bootstrap and default theme */ -@import url("bootstrap.min.css"); -@import url("bootstrap-theme.min.css"); - /* Import Responsive Media Queries */ @import url("media.css"); +/* Import Web Fonts */ +@import url("https://fonts.googleapis.com/css?family=Quicksand:400,300,700"); + /* Create a normal font family with readily colors on the body */ body { color: #000; From ff9588ce653085dcbb3e02fefdb653dcddaa0f89 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:03:52 +0200 Subject: [PATCH 166/301] Test --- theme.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/theme.css b/theme.css index a94ad6b3..b6466c55 100644 --- a/theme.css +++ b/theme.css @@ -8,6 +8,7 @@ body { color: #000; background-color: #F2F2F2; + font-family: 'Quicksand', sans-serif; } /* Make the inner container full width */ @@ -367,7 +368,7 @@ body { h1 { - font-family: Times; + font-family: 'Quicksand', sans-serif; font-size: 30px; font-style: normal; font-variant: normal; @@ -375,7 +376,7 @@ h1 { line-height: 33px; } h3 { - font-family: Times; + font-family: 'Quicksand', sans-serif; font-size: 20px; font-style: normal; font-variant: normal; @@ -383,7 +384,7 @@ h3 { line-height: 22px; } p { - font-family: Times; + font-family: 'Quicksand', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; @@ -391,7 +392,7 @@ p { line-height: 21px; } blockquote { - font-family: Times; + font-family: 'Quicksand', sans-serif; font-size: 21px; font-style: normal; font-variant: normal; From 8a331e12f06a82606b116463cbdddaf2fbd61096 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:05:22 +0200 Subject: [PATCH 167/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index b6466c55..c30249d9 100644 --- a/theme.css +++ b/theme.css @@ -39,7 +39,7 @@ body { height: 100%; display: inline-block; margin-right: 2em; - min-height: 3.5em; + min-height: 4.5em; } #header-navigation { From ec456a1164d0f49749696061f01c7a8d1d081687 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:06:00 +0200 Subject: [PATCH 168/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 6dfed5d9..31c7e01e 100644 --- a/media.css +++ b/media.css @@ -123,7 +123,7 @@ margin-top: 0.5em; } #middle #left-column #content-area .lobby-panel h1 { - font-size: 3vw; + font-size: 2.5vw; } #middle #left-column #content-area .lobby-panel table { From 67b556a754fc51bbcae74511e39cc248b5269ef0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:06:33 +0200 Subject: [PATCH 169/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 31c7e01e..20ccee11 100644 --- a/media.css +++ b/media.css @@ -127,7 +127,7 @@ } #middle #left-column #content-area .lobby-panel table { - width: 50% !important; + width: 55% !important; font-size: 1vw !important; } } From ee522a5d259c5e356f9a7024f02f98968b414d01 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:09:51 +0200 Subject: [PATCH 170/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index c30249d9..44081feb 100644 --- a/theme.css +++ b/theme.css @@ -111,6 +111,7 @@ body { text-align: left; width: 50%; line-height: 1.6em; + padding-left: 20% !important; } #middle #left-column #content-area .lobby-panel table tr { From 3c5acebe293e107d6840475b151f063e5dacb192 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:11:37 +0200 Subject: [PATCH 171/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 20ccee11..fb0994dc 100644 --- a/media.css +++ b/media.css @@ -128,7 +128,7 @@ #middle #left-column #content-area .lobby-panel table { width: 55% !important; - font-size: 1vw !important; + font-size: 1.4vw !important; } } From fc10f6b20b02a597df58f78b85bed9372ffd7dac Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:12:32 +0200 Subject: [PATCH 172/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index fb0994dc..99ed119a 100644 --- a/media.css +++ b/media.css @@ -128,7 +128,7 @@ #middle #left-column #content-area .lobby-panel table { width: 55% !important; - font-size: 1.4vw !important; + font-size: 1.3vw !important; } } From a22a6ea5d1bc7da9a8a76eda1003a04332d79976 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:12:46 +0200 Subject: [PATCH 173/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 99ed119a..baac065d 100644 --- a/media.css +++ b/media.css @@ -128,7 +128,7 @@ #middle #left-column #content-area .lobby-panel table { width: 55% !important; - font-size: 1.3vw !important; + font-size: 1.2vw !important; } } From b607872511f5ece62288a828ce526f053ecd324c Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:13:30 +0200 Subject: [PATCH 174/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index baac065d..19529a2f 100644 --- a/media.css +++ b/media.css @@ -128,7 +128,7 @@ #middle #left-column #content-area .lobby-panel table { width: 55% !important; - font-size: 1.2vw !important; + font-size: 1.1vw !important; } } From 739ec9c4b76e7a21a7fcdc27227ae15b0246f2ff Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:14:47 +0200 Subject: [PATCH 175/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 19529a2f..5c07184a 100644 --- a/media.css +++ b/media.css @@ -128,7 +128,7 @@ #middle #left-column #content-area .lobby-panel table { width: 55% !important; - font-size: 1.1vw !important; + font-size: 18px !important; } } From 8d60564d63aafc805131562c0a0a5ae24b731df9 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:15:45 +0200 Subject: [PATCH 176/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 44081feb..eb365992 100644 --- a/theme.css +++ b/theme.css @@ -111,7 +111,7 @@ body { text-align: left; width: 50%; line-height: 1.6em; - padding-left: 20% !important; + padding-left: 15% !important; } #middle #left-column #content-area .lobby-panel table tr { From 889ec319e2693f5f8d41b05a071298f05c2984c3 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:18:03 +0200 Subject: [PATCH 177/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 5c07184a..b2195642 100644 --- a/media.css +++ b/media.css @@ -94,7 +94,7 @@ margin-top: 0.5em; } #middle #left-column #content-area .lobby-panel table { - width: 38% !important; + width: 60% !important; } } From 11ca666c6b630b1b0ac4e9641fa6dd40b476c1a5 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:18:53 +0200 Subject: [PATCH 178/301] Test --- media.css | 9 ++++++++- theme.css | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index b2195642..53fb7a34 100644 --- a/media.css +++ b/media.css @@ -96,7 +96,14 @@ #middle #left-column #content-area .lobby-panel table { width: 60% !important; } - + #middle #left-column #content-area .lobby-panel table th { + margin: 0; + padding: 0; + text-align: left; + width: 50%; + line-height: 1.6em; + padding-left: 10% !important; + } } /* Full Width */ diff --git a/theme.css b/theme.css index eb365992..5b47c4bf 100644 --- a/theme.css +++ b/theme.css @@ -111,7 +111,7 @@ body { text-align: left; width: 50%; line-height: 1.6em; - padding-left: 15% !important; + padding-left: 15%; } #middle #left-column #content-area .lobby-panel table tr { From 81667c84fe794cf0f803a4d4c23d3e05f1afc03e Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:20:07 +0200 Subject: [PATCH 179/301] Test --- media.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index 53fb7a34..f49a4d78 100644 --- a/media.css +++ b/media.css @@ -94,7 +94,7 @@ margin-top: 0.5em; } #middle #left-column #content-area .lobby-panel table { - width: 60% !important; + width: 59% !important; } #middle #left-column #content-area .lobby-panel table th { margin: 0; @@ -102,7 +102,7 @@ text-align: left; width: 50%; line-height: 1.6em; - padding-left: 10% !important; + padding-left: 5% !important; } } From 8f4c5c454877c595b53458c6db4599c0a6ebdaff Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:21:17 +0200 Subject: [PATCH 180/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index f49a4d78..5d7cbb0b 100644 --- a/media.css +++ b/media.css @@ -74,7 +74,7 @@ #header a { display: inline-block; width: 30%; - margin-left: 18%; + margin-left: 0% !important; } #header-logo { width: 100%; From 7fe16fb20cce6448bb33601321733f357cb63d32 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:23:07 +0200 Subject: [PATCH 181/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 5d7cbb0b..2ff0ef68 100644 --- a/media.css +++ b/media.css @@ -74,7 +74,7 @@ #header a { display: inline-block; width: 30%; - margin-left: 0% !important; + margin-left: 0%; } #header-logo { width: 100%; From 5235f2d85052b5ae83c7f98e3e86c316d83be9a2 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:24:37 +0200 Subject: [PATCH 182/301] Test --- media.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media.css b/media.css index 2ff0ef68..ef701450 100644 --- a/media.css +++ b/media.css @@ -111,6 +111,11 @@ #header { width: 100% !important; } + #header a { + display: inline-block; + width: 30%; + margin-left: 18%; + } #header-logo { width: 100%; margin-left: 3em !important; From 784e61118a3e7960b9925959eff477bc1432ce54 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:25:42 +0200 Subject: [PATCH 183/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index ef701450..640ae26f 100644 --- a/media.css +++ b/media.css @@ -125,7 +125,7 @@ margin-left: 0em !important; } #header-navigation div:first-child { - margin-left: 16% !important; + margin-left: 15% !important; } #middle { margin: 0 auto; From 8f399d5b30febbb4483e236fb7da6594ac4424c2 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:29:54 +0200 Subject: [PATCH 184/301] Test --- media.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index 640ae26f..e71d946d 100644 --- a/media.css +++ b/media.css @@ -4,15 +4,26 @@ body { font-size: 20px; } + #header { + width: 100% !important; + padding-bottom: 0em !important; + } + #header a { + display: inline-block; + width: 100%; + } #header-logo { width: 50%; - margin-left: 2em; min-height: 6em !important; + margin-left: 0em; } #header-navigation { - display: none; + display: inline-block; + width: 100% !important; + padding-top: 0.5em; + margin-left: 0em; } #account-header { From e47469f1a98eeb60716f86ad7b44816e420acb6e Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:32:14 +0200 Subject: [PATCH 185/301] Test --- media.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media.css b/media.css index e71d946d..0db8f511 100644 --- a/media.css +++ b/media.css @@ -52,17 +52,17 @@ } #header a { display: block; - width: 95%; + width: 100%; } #header-logo { width: 100%; - margin-left: 10em; + margin-left: 0em; } #header-navigation { display: inline-block; width: 100% !important; padding-top: 0.5em; - margin-left: 12em; + margin-left: 0em; } #middle { margin: 0 auto; From b1517dff0b15b356352ce1422a4676a8608df75d Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:39:30 +0200 Subject: [PATCH 186/301] Test --- media.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index 0db8f511..725528a8 100644 --- a/media.css +++ b/media.css @@ -89,13 +89,14 @@ } #header-logo { width: 100%; + margin-left: 14em; } #header-navigation { display: inline-block; - width: 48% !important; + width: 68% !important; } #header-navigation div:first-child { - margin-left: 0em !important; + margin-left: 12em !important; } #middle { margin: 0 auto; From d2a5f78896306bdebcb50da33b614227d1571bfa Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:41:22 +0200 Subject: [PATCH 187/301] Test --- media.css | 1 + 1 file changed, 1 insertion(+) diff --git a/media.css b/media.css index 725528a8..deed81bc 100644 --- a/media.css +++ b/media.css @@ -135,6 +135,7 @@ #header-navigation { display: inline-block; margin-left: 0em !important; + width: 50% !important; } #header-navigation div:first-child { margin-left: 15% !important; From b2268f6440ef88286a4a05ec95eb64585b1199df Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:45:55 +0200 Subject: [PATCH 188/301] Test --- media.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/media.css b/media.css index deed81bc..094d2b83 100644 --- a/media.css +++ b/media.css @@ -51,19 +51,22 @@ padding-bottom: 0em !important; } #header a { - display: block; - width: 100%; + display: inline-block; + width: 30%; } #header-logo { width: 100%; - margin-left: 0em; + margin-left: 10em !important; } #header-navigation { display: inline-block; - width: 100% !important; + width: 65% !important; padding-top: 0.5em; margin-left: 0em; } + #header-navigation div:first-child { + margin-left: 8em !important; + } #middle { margin: 0 auto; margin-left: auto; From 804b491f2946798327de941eb9a0f8c23e36672d Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:48:36 +0200 Subject: [PATCH 189/301] Test --- media.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index 094d2b83..5bdecd13 100644 --- a/media.css +++ b/media.css @@ -56,7 +56,7 @@ } #header-logo { width: 100%; - margin-left: 10em !important; + margin-left: 25% !important; } #header-navigation { display: inline-block; @@ -65,7 +65,7 @@ margin-left: 0em; } #header-navigation div:first-child { - margin-left: 8em !important; + margin-left: 11% !important; } #middle { margin: 0 auto; From 933734a9d669fa26ea9371a3c8632d15cea5e4f0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:49:25 +0200 Subject: [PATCH 190/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 5bdecd13..19a3f16a 100644 --- a/media.css +++ b/media.css @@ -65,7 +65,7 @@ margin-left: 0em; } #header-navigation div:first-child { - margin-left: 11% !important; + margin-left: 10% !important; } #middle { margin: 0 auto; From 41fb8c0b6832af52f9583c8eb6f3e29c9d982d1f Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:53:00 +0200 Subject: [PATCH 191/301] Test --- media.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media.css b/media.css index 19a3f16a..df38483a 100644 --- a/media.css +++ b/media.css @@ -52,20 +52,20 @@ } #header a { display: inline-block; - width: 30%; + width: 32%; } #header-logo { width: 100%; - margin-left: 25% !important; + margin-left: 10% !important; } #header-navigation { display: inline-block; - width: 65% !important; + width: 67% !important; padding-top: 0.5em; margin-left: 0em; } #header-navigation div:first-child { - margin-left: 10% !important; + margin-left: 5% !important; } #middle { margin: 0 auto; From e4adb213c699e497afd176aca8c6480544e56c73 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:54:04 +0200 Subject: [PATCH 192/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index df38483a..ad067875 100644 --- a/media.css +++ b/media.css @@ -56,7 +56,7 @@ } #header-logo { width: 100%; - margin-left: 10% !important; + margin-left: 10%; } #header-navigation { display: inline-block; From b6f2f830e148deb8123aff6c3dd81a1fb9b4d544 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:55:52 +0200 Subject: [PATCH 193/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index ad067875..b560d387 100644 --- a/media.css +++ b/media.css @@ -75,7 +75,7 @@ margin-top: 0.5em; } #middle #left-column #content-area .lobby-panel table { - width: 55% !important; + width: 70% !important; font-size: 1.5vw !important; } } From 7cccac337f388540775f267da1413b048354e678 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:58:34 +0200 Subject: [PATCH 194/301] Test --- media.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/media.css b/media.css index b560d387..01a1fe1f 100644 --- a/media.css +++ b/media.css @@ -42,6 +42,13 @@ margin-right: auto; margin-top: 0.5em; } + #middle #left-column #content-area .lobby-panel table tr { + font-size: 16px; + } + + #middle #left-column #content-area .lobby-panel table td { + font-size: 16px; + } } /* Tablet */ From 6972e34c272e48494c6f6cc7464edd46d1287f5f Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 13:59:27 +0200 Subject: [PATCH 195/301] Test --- media.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/media.css b/media.css index 01a1fe1f..a121fde8 100644 --- a/media.css +++ b/media.css @@ -85,6 +85,14 @@ width: 70% !important; font-size: 1.5vw !important; } + + #middle #left-column #content-area .lobby-panel table tr { + font-size: 16px; + } + + #middle #left-column #content-area .lobby-panel table td { + font-size: 16px; + } } /* Laptop */ From 974103feb43ebe89a71b05eb7ed9ec9025eee32c Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:04:05 +0200 Subject: [PATCH 196/301] Test --- media.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media.css b/media.css index a121fde8..1590b318 100644 --- a/media.css +++ b/media.css @@ -1,6 +1,6 @@ /* Phone */ -@media (max-width: 767px) { +@media (min-width: 320px) { body { font-size: 20px; } @@ -9,14 +9,14 @@ padding-bottom: 0em !important; } #header a { - display: inline-block; + display: block; width: 100%; } #header-logo { - width: 50%; - min-height: 6em !important; - margin-left: 0em; + width: 100%; + min-height: 3em !important; + margin-left: 2em; } #header-navigation { From e95cb23415bc90088072c229c273ebdc386de8a0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:06:32 +0200 Subject: [PATCH 197/301] Test --- media.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index 1590b318..262bf8c5 100644 --- a/media.css +++ b/media.css @@ -1,6 +1,6 @@ /* Phone */ -@media (min-width: 320px) { +@media (min-width: 1px) { body { font-size: 20px; } @@ -14,7 +14,7 @@ } #header-logo { - width: 100%; + width: 50%; min-height: 3em !important; margin-left: 2em; } From e48c1ca0d50479fb7ed550652a1edd9e69e19d07 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:07:38 +0200 Subject: [PATCH 198/301] Test --- media.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media.css b/media.css index 262bf8c5..677c7176 100644 --- a/media.css +++ b/media.css @@ -24,8 +24,13 @@ width: 100% !important; padding-top: 0.5em; margin-left: 0em; + font-size: 14px; } + #header-navigation div:first-child { + margin-left: 1em !important; + } + #account-header { display: none !important; } From b72886c770083fbf9f8d8bd068fe0b16c156b5c3 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:12:14 +0200 Subject: [PATCH 199/301] Test --- media.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index 677c7176..86b9180f 100644 --- a/media.css +++ b/media.css @@ -14,7 +14,7 @@ } #header-logo { - width: 50%; + width: 80%; min-height: 3em !important; margin-left: 2em; } @@ -28,7 +28,7 @@ } #header-navigation div:first-child { - margin-left: 1em !important; + margin-left: 8% !important; } #account-header { @@ -54,6 +54,10 @@ #middle #left-column #content-area .lobby-panel table td { font-size: 16px; } + + #middle #left-column #content-area .lobby-panel h1 { + font-size: 24px; + } } /* Tablet */ From 4d4936dac5a8b96632230172f47141daeddd9626 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:15:15 +0200 Subject: [PATCH 200/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 5b47c4bf..9b9cd466 100644 --- a/theme.css +++ b/theme.css @@ -97,12 +97,12 @@ body { } #middle #left-column #content-area .lobby-panel table a { - color: #FAB048; + color: #EE7727; text-decoration: none; } #middle #left-column #content-area .lobby-panel table a:hover { - color: #ee7727; + color: #EE7727; } #middle #left-column #content-area .lobby-panel table th { From 05ececd1ed1b6c35f89cedeb41805e3f1f506406 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:16:03 +0200 Subject: [PATCH 201/301] Test --- theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 9b9cd466..0abd858d 100644 --- a/theme.css +++ b/theme.css @@ -109,11 +109,15 @@ body { margin: 0; padding: 0; text-align: left; - width: 50%; + width: 75%; line-height: 1.6em; padding-left: 15%; } + #middle #left-column #content-area .lobby-panel table th:first-child { + width: 25%; + } + #middle #left-column #content-area .lobby-panel table tr { margin: 0; padding: 0; From ce5e92316f1f05d9eba32d0b8e0f3f967b22fd1e Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:16:57 +0200 Subject: [PATCH 202/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 0abd858d..ed980ad8 100644 --- a/theme.css +++ b/theme.css @@ -128,7 +128,7 @@ body { margin: 0; padding: 0; text-align: left; - width: 50%; + width: 75%; line-height: 1.6em; } From 7fe566c71840a3ff2555e1e4a568ed2b8b9e966a Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:17:11 +0200 Subject: [PATCH 203/301] Test --- theme.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/theme.css b/theme.css index ed980ad8..a22dc0fa 100644 --- a/theme.css +++ b/theme.css @@ -109,15 +109,11 @@ body { margin: 0; padding: 0; text-align: left; - width: 75%; + width: 25%; line-height: 1.6em; padding-left: 15%; } - #middle #left-column #content-area .lobby-panel table th:first-child { - width: 25%; - } - #middle #left-column #content-area .lobby-panel table tr { margin: 0; padding: 0; From 3751497274f375eedbd3165fed07ea44a3d91d9c Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:18:08 +0200 Subject: [PATCH 204/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index a22dc0fa..af5df336 100644 --- a/theme.css +++ b/theme.css @@ -124,7 +124,7 @@ body { margin: 0; padding: 0; text-align: left; - width: 75%; + width: 100%; line-height: 1.6em; } From 00838ef414694c2b2028af2f5594160faf47af2c Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:20:45 +0200 Subject: [PATCH 205/301] Test --- theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.css b/theme.css index af5df336..eeeec1f1 100644 --- a/theme.css +++ b/theme.css @@ -48,6 +48,9 @@ body { left: auto; } + #header #header-navigation div { + padding: 3px !important; + } #header-navigation a { color: #9a2617; text-decoration: none; From 1edd90f2985a839cebd41158c7e7945fad99c548 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:22:14 +0200 Subject: [PATCH 206/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index 86b9180f..fb9a72dd 100644 --- a/media.css +++ b/media.css @@ -116,7 +116,7 @@ } #header-logo { width: 100%; - margin-left: 14em; + margin-left: 8em; } #header-navigation { display: inline-block; From b3ddc63250b336ad331a0d6524ad6442293ce728 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:23:33 +0200 Subject: [PATCH 207/301] Test --- media.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media.css b/media.css index fb9a72dd..d62a9ffc 100644 --- a/media.css +++ b/media.css @@ -133,7 +133,7 @@ margin-top: 0.5em; } #middle #left-column #content-area .lobby-panel table { - width: 59% !important; + width: 55% !important; } #middle #left-column #content-area .lobby-panel table th { margin: 0; From b518b62b63fe06069a4b6b333119181458a28cce Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:25:23 +0200 Subject: [PATCH 208/301] Test --- media.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index d62a9ffc..1f53e4c3 100644 --- a/media.css +++ b/media.css @@ -96,11 +96,11 @@ } #middle #left-column #content-area .lobby-panel table tr { - font-size: 16px; + font-size: 14px; } #middle #left-column #content-area .lobby-panel table td { - font-size: 16px; + font-size: 14px; } } From fecb08143a2061cfa973a738936f40b7e63846ac Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:26:25 +0200 Subject: [PATCH 209/301] Test --- media.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media.css b/media.css index 1f53e4c3..1fbaa1ef 100644 --- a/media.css +++ b/media.css @@ -91,16 +91,15 @@ margin-top: 0.5em; } #middle #left-column #content-area .lobby-panel table { - width: 70% !important; - font-size: 1.5vw !important; + width: 75% !important; } #middle #left-column #content-area .lobby-panel table tr { - font-size: 14px; + font-size: 12px; } #middle #left-column #content-area .lobby-panel table td { - font-size: 14px; + font-size: 12px; } } From e0c321c7e9cca0a3a7969afc7d1d126b49a44a11 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:28:46 +0200 Subject: [PATCH 210/301] Test --- media.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media.css b/media.css index 1fbaa1ef..56dd013c 100644 --- a/media.css +++ b/media.css @@ -94,6 +94,10 @@ width: 75% !important; } + #middle #left-column #content-area .lobby-panel table th { + padding-left: 2em; + } + #middle #left-column #content-area .lobby-panel table tr { font-size: 12px; } From 9128b46e9d7f9c2f5b3add463e00a7928bfd5154 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:29:11 +0200 Subject: [PATCH 211/301] Test --- media.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index 56dd013c..8fa0f39c 100644 --- a/media.css +++ b/media.css @@ -99,11 +99,11 @@ } #middle #left-column #content-area .lobby-panel table tr { - font-size: 12px; + font-size: 14px; } #middle #left-column #content-area .lobby-panel table td { - font-size: 12px; + font-size: 14px; } } From f3167f324f9578b997a460c77d174ce29be107f0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:33:06 +0200 Subject: [PATCH 212/301] Test --- media.css | 4 ---- theme.css | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/media.css b/media.css index 8fa0f39c..2e5bddf4 100644 --- a/media.css +++ b/media.css @@ -94,10 +94,6 @@ width: 75% !important; } - #middle #left-column #content-area .lobby-panel table th { - padding-left: 2em; - } - #middle #left-column #content-area .lobby-panel table tr { font-size: 14px; } diff --git a/theme.css b/theme.css index eeeec1f1..0773c52c 100644 --- a/theme.css +++ b/theme.css @@ -114,7 +114,7 @@ body { text-align: left; width: 25%; line-height: 1.6em; - padding-left: 15%; + padding-left: 3em; } #middle #left-column #content-area .lobby-panel table tr { From 3eb2ecd279ea6534fd5e45c005244462cb7fdbe0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:34:29 +0200 Subject: [PATCH 213/301] Test --- media.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index 2e5bddf4..3c46a8bf 100644 --- a/media.css +++ b/media.css @@ -48,11 +48,11 @@ margin-top: 0.5em; } #middle #left-column #content-area .lobby-panel table tr { - font-size: 16px; + font-size: 12px; } #middle #left-column #content-area .lobby-panel table td { - font-size: 16px; + font-size: 12px; } #middle #left-column #content-area .lobby-panel h1 { From 5b9883dec0c01ac25444fc2a5733731c14dc8266 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:36:08 +0200 Subject: [PATCH 214/301] Test --- media.css | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/media.css b/media.css index 3c46a8bf..f0b7ba74 100644 --- a/media.css +++ b/media.css @@ -47,17 +47,21 @@ margin-right: auto; margin-top: 0.5em; } - #middle #left-column #content-area .lobby-panel table tr { - font-size: 12px; - } - #middle #left-column #content-area .lobby-panel table td { - font-size: 12px; + #middle #left-column #content-area .lobby-panel table { + width: 85% !important; } + #middle #left-column #content-area .lobby-panel table tr { + font-size: 12px; + } - #middle #left-column #content-area .lobby-panel h1 { - font-size: 24px; - } + #middle #left-column #content-area .lobby-panel table td { + font-size: 12px; + } + + #middle #left-column #content-area .lobby-panel h1 { + font-size: 24px; + } } /* Tablet */ From d1548f6993d1ada1ff003e9d3e41254a8ff1eb6b Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:39:49 +0200 Subject: [PATCH 215/301] Test --- media.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media.css b/media.css index f0b7ba74..b4a5118e 100644 --- a/media.css +++ b/media.css @@ -14,7 +14,7 @@ } #header-logo { - width: 80%; + width: 90%; min-height: 3em !important; margin-left: 2em; } @@ -60,7 +60,7 @@ } #middle #left-column #content-area .lobby-panel h1 { - font-size: 24px; + font-size: 30px; } } @@ -178,7 +178,7 @@ margin-top: 0.5em; } #middle #left-column #content-area .lobby-panel h1 { - font-size: 2.5vw; + font-size: 2vw; } #middle #left-column #content-area .lobby-panel table { From 4fc0c0e67741bb29543fd0d4d22336651a580c96 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:41:35 +0200 Subject: [PATCH 216/301] Test --- media.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index b4a5118e..f4904344 100644 --- a/media.css +++ b/media.css @@ -10,11 +10,11 @@ } #header a { display: block; - width: 100%; + width: 99%; } #header-logo { - width: 90%; + width: 100%; min-height: 3em !important; margin-left: 2em; } From be57fd5192740cde3291fc6e0e28dc60667ad1b0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:43:00 +0200 Subject: [PATCH 217/301] Test --- media.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index f4904344..3b3cb5fb 100644 --- a/media.css +++ b/media.css @@ -14,7 +14,7 @@ } #header-logo { - width: 100%; + width: 90%; min-height: 3em !important; margin-left: 2em; } @@ -49,7 +49,7 @@ } #middle #left-column #content-area .lobby-panel table { - width: 85% !important; + width: 100% !important; } #middle #left-column #content-area .lobby-panel table tr { font-size: 12px; From 5f3914faca47962da343912dfe5c7fb7652b65c0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:46:13 +0200 Subject: [PATCH 218/301] Test --- theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 0773c52c..c8c088c5 100644 --- a/theme.css +++ b/theme.css @@ -369,7 +369,8 @@ body { #adunit { display: none !important; } #footer { display: none !important; } - + #recruitment-chat { display: none !important; } + #upoopu_extension { z-index: 99999; } h1 { font-family: 'Quicksand', sans-serif; From cd28121d5caf0fe81ec577a0b692e8bb2b6dc038 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:49:25 +0200 Subject: [PATCH 219/301] Test --- media.css | 9 +++++++++ theme.css | 10 ---------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/media.css b/media.css index 3b3cb5fb..0868f009 100644 --- a/media.css +++ b/media.css @@ -185,6 +185,15 @@ width: 55% !important; font-size: 18px !important; } + #middle #left-column #content-area #resource-bar thead tr th { + width: 6em; + text-align: left; + } + + #middle #left-column #content-area #resource-bar thead tr th:last-child { + width: 6.5em; + text-align: left; + } } diff --git a/theme.css b/theme.css index c8c088c5..efb19bde 100644 --- a/theme.css +++ b/theme.css @@ -193,16 +193,6 @@ body { display: inline-block; } - #middle #left-column #content-area #resource-bar thead tr th { - width: 7em; - text-align: left; - } - - #middle #left-column #content-area #resource-bar thead tr th:last-child { - width: 7.5em; - text-align: left; - } - #middle #left-column #content-area #resource-bar tbody { width: 100%; display: inline-block; From f9d26acd2e633d0a842863dffb559279fc872c89 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:51:51 +0200 Subject: [PATCH 220/301] Test --- media.css | 10 ++++++++++ theme.css | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/media.css b/media.css index 0868f009..198fdc23 100644 --- a/media.css +++ b/media.css @@ -194,6 +194,16 @@ width: 6.5em; text-align: left; } + + #middle #left-column #content-area #resource-bar tbody tr th { + width: 6em; + text-align: left; + } + + #middle #left-column #content-area #resource-bar tbody tr th:last-child { + width: 6.5em; + text-align: left; + } } diff --git a/theme.css b/theme.css index efb19bde..cd9a1257 100644 --- a/theme.css +++ b/theme.css @@ -203,16 +203,6 @@ body { display: inline-block; } - #middle #left-column #content-area #resource-bar tbody tr th { - width: 7em; - text-align: left; - } - - #middle #left-column #content-area #resource-bar tbody tr th:last-child { - width: 7.5em; - text-align: left; - } - #middle #left-column #content-area #game-navigation { display: block !important; width: 100%; From d4aedc45ff470b82879cb720226ef7e87fb15938 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:53:32 +0200 Subject: [PATCH 221/301] Test --- media.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/media.css b/media.css index 198fdc23..ffc8505e 100644 --- a/media.css +++ b/media.css @@ -186,22 +186,24 @@ font-size: 18px !important; } #middle #left-column #content-area #resource-bar thead tr th { - width: 6em; + width: 6.5em; text-align: left; + font-size: 12px; } #middle #left-column #content-area #resource-bar thead tr th:last-child { - width: 6.5em; + width: 8em; text-align: left; } #middle #left-column #content-area #resource-bar tbody tr th { - width: 6em; + width: 6.5em; text-align: left; + font-size: 12px; } #middle #left-column #content-area #resource-bar tbody tr th:last-child { - width: 6.5em; + width: 8em; text-align: left; } } From e95c8d1c87504b2c0ee37596bade42addedd2f49 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:54:14 +0200 Subject: [PATCH 222/301] Test --- media.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index ffc8505e..b34e5fcf 100644 --- a/media.css +++ b/media.css @@ -188,7 +188,7 @@ #middle #left-column #content-area #resource-bar thead tr th { width: 6.5em; text-align: left; - font-size: 12px; + font-size: 14px; } #middle #left-column #content-area #resource-bar thead tr th:last-child { @@ -199,7 +199,7 @@ #middle #left-column #content-area #resource-bar tbody tr th { width: 6.5em; text-align: left; - font-size: 12px; + font-size: 14px; } #middle #left-column #content-area #resource-bar tbody tr th:last-child { From 077d5191bb52368234be9329bf1c7574bb397ee0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:57:08 +0200 Subject: [PATCH 223/301] Test --- media.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index b34e5fcf..dc6dd0e6 100644 --- a/media.css +++ b/media.css @@ -188,7 +188,7 @@ #middle #left-column #content-area #resource-bar thead tr th { width: 6.5em; text-align: left; - font-size: 14px; + font-size: 16px; } #middle #left-column #content-area #resource-bar thead tr th:last-child { @@ -199,7 +199,7 @@ #middle #left-column #content-area #resource-bar tbody tr th { width: 6.5em; text-align: left; - font-size: 14px; + font-size: 16px; } #middle #left-column #content-area #resource-bar tbody tr th:last-child { From ca415fc7f1c10e1710157e638cb5dab0f137d902 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 14:58:27 +0200 Subject: [PATCH 224/301] Test --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index cd9a1257..75ed19fd 100644 --- a/theme.css +++ b/theme.css @@ -286,6 +286,10 @@ body { margin-top: 1em; } + #middle #left-column #content-area .game-content #throne-monarch-message h2 { + display: none !important; + } + #middle #left-column #content-area .game-content #throne-monarch-message p { font-size: 14px; margin: 0; From f93b096daa6ee35a3e6edfbc21f041bf367fb9e0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:00:48 +0200 Subject: [PATCH 225/301] Test --- theme.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme.css b/theme.css index 75ed19fd..e2798987 100644 --- a/theme.css +++ b/theme.css @@ -286,10 +286,20 @@ body { margin-top: 1em; } + #middle #left-column #content-area .game-content h2 { + margin-top: 1em; + margin-bottom: 1em; + font-size: 30px; + } + #middle #left-column #content-area .game-content #throne-monarch-message h2 { display: none !important; } + #middle #left-column #content-area .game-content #throne-monarch-message h2 br { + display: none !important; + } + #middle #left-column #content-area .game-content #throne-monarch-message p { font-size: 14px; margin: 0; From 01a61335830c5ec5841b2add7b3dd065f2584824 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:01:35 +0200 Subject: [PATCH 226/301] Test --- theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme.css b/theme.css index e2798987..95880b10 100644 --- a/theme.css +++ b/theme.css @@ -292,14 +292,14 @@ body { font-size: 30px; } + #middle #left-column #content-area .game-content h2 br { + display: none !important; + } + #middle #left-column #content-area .game-content #throne-monarch-message h2 { display: none !important; } - #middle #left-column #content-area .game-content #throne-monarch-message h2 br { - display: none !important; - } - #middle #left-column #content-area .game-content #throne-monarch-message p { font-size: 14px; margin: 0; From 898740d3d92cbaa86aa4a32f7ecfdb274c8b4e7e Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:02:14 +0200 Subject: [PATCH 227/301] Test --- theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 95880b10..21ed8d7c 100644 --- a/theme.css +++ b/theme.css @@ -289,7 +289,8 @@ body { #middle #left-column #content-area .game-content h2 { margin-top: 1em; margin-bottom: 1em; - font-size: 30px; + font-size: 20px; + font-weight: normal; } #middle #left-column #content-area .game-content h2 br { From f92a7a5e54d18692db1756563bf65a273806ee2c Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:04:39 +0200 Subject: [PATCH 228/301] Test --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index 21ed8d7c..ea93155a 100644 --- a/theme.css +++ b/theme.css @@ -297,6 +297,10 @@ body { display: none !important; } + #middle #left-column #content-area .game-content h2 br:after { + display: none !important; + } + #middle #left-column #content-area .game-content #throne-monarch-message h2 { display: none !important; } From 046cca54a77e8d49682935be32c0d3a3ca0c94db Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:09:56 +0200 Subject: [PATCH 229/301] Test --- theme.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/theme.css b/theme.css index ea93155a..76dd8162 100644 --- a/theme.css +++ b/theme.css @@ -293,14 +293,6 @@ body { font-weight: normal; } - #middle #left-column #content-area .game-content h2 br { - display: none !important; - } - - #middle #left-column #content-area .game-content h2 br:after { - display: none !important; - } - #middle #left-column #content-area .game-content #throne-monarch-message h2 { display: none !important; } From 8f4af8c0a9f2a10733edc636c512a88ef338e210 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:14:01 +0200 Subject: [PATCH 230/301] Test --- theme.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/theme.css b/theme.css index 76dd8162..f5be9079 100644 --- a/theme.css +++ b/theme.css @@ -174,6 +174,7 @@ body { #middle #left-column #content-area #resource-bar { background-color: #D9EDF7; + border-color: #bce8f1; border: 1px solid transparent; width: 100%; margin-bottom: 20px; @@ -286,6 +287,18 @@ body { margin-top: 1em; } + #middle #left-column #content-area .game-content #throne-monarch-message { + background-color: #fcf8e3; + border: 1px solid transparent; + width: 100%; + margin-bottom: 20px; + border-radius: 4px; + padding: 0.5em 2em; + display: inline-block; + color: rgb(0, 0, 0); + border-color: #faebcc; + } + #middle #left-column #content-area .game-content h2 { margin-top: 1em; margin-bottom: 1em; From 591fb739521d871bb875d7bff05bda18244c7324 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:17:21 +0200 Subject: [PATCH 231/301] Test --- theme.css | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/theme.css b/theme.css index f5be9079..7b17ece0 100644 --- a/theme.css +++ b/theme.css @@ -287,40 +287,42 @@ body { margin-top: 1em; } + #middle #left-column #content-area .game-content h2 { + margin-top: 1em; + margin-bottom: 1em; + font-size: 20px; + font-weight: normal; + } + #middle #left-column #content-area .game-content #throne-monarch-message { background-color: #fcf8e3; border: 1px solid transparent; width: 100%; margin-bottom: 20px; border-radius: 4px; - padding: 0.5em 2em; + padding: 0.5em 0.5em 0.5em 0.5em; display: inline-block; color: rgb(0, 0, 0); border-color: #faebcc; } - #middle #left-column #content-area .game-content h2 { - margin-top: 1em; - margin-bottom: 1em; - font-size: 20px; - font-weight: normal; - } - - #middle #left-column #content-area .game-content #throne-monarch-message h2 { - display: none !important; - } - - #middle #left-column #content-area .game-content #throne-monarch-message p { - font-size: 14px; - margin: 0; - padding: 0; - text-align: left; - } + #middle #left-column #content-area .game-content #throne-monarch-message h2 { + display: none !important; + } - #middle #left-column #content-area .game-content #throne-monarch-message p br { - display: none; + #middle #left-column #content-area .game-content #throne-monarch-message p { + font-size: 14px; + margin: 0; + padding: 0; + text-align: left; + padding-right: 1.5em; + padding-left: 1.5em; } + #middle #left-column #content-area .game-content #throne-monarch-message p br { + display: none; + } + #middle #left-column #content-area .game-content p { font-size: 0px; margin: 0; From 3aea537646caa2a27e4826e5423952b31e249d81 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:21:14 +0200 Subject: [PATCH 232/301] Test --- theme.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 7b17ece0..366ef0ad 100644 --- a/theme.css +++ b/theme.css @@ -290,8 +290,18 @@ body { #middle #left-column #content-area .game-content h2 { margin-top: 1em; margin-bottom: 1em; - font-size: 20px; + font-size: 15px; font-weight: normal; + padding: 0.5em 0.5em 0.5em 0.5em; + background-color: #fcf8e3; + border: 1px solid transparent; + width: 100%; + margin-bottom: 20px; + border-radius: 4px; + padding: 0.5em 0.5em 0.5em 0.5em; + display: inline-block; + color: rgb(0, 0, 0); + border-color: #faebcc; } #middle #left-column #content-area .game-content #throne-monarch-message { From 5bc2c4dbc38140d80337e15904b8b69d6209b139 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:22:29 +0200 Subject: [PATCH 233/301] Test --- theme.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/theme.css b/theme.css index 366ef0ad..dbfbdf2e 100644 --- a/theme.css +++ b/theme.css @@ -288,12 +288,10 @@ body { } #middle #left-column #content-area .game-content h2 { - margin-top: 1em; - margin-bottom: 1em; font-size: 15px; font-weight: normal; padding: 0.5em 0.5em 0.5em 0.5em; - background-color: #fcf8e3; + background-color: #dff0d8; border: 1px solid transparent; width: 100%; margin-bottom: 20px; @@ -301,7 +299,7 @@ body { padding: 0.5em 0.5em 0.5em 0.5em; display: inline-block; color: rgb(0, 0, 0); - border-color: #faebcc; + border-color: #d6e9c6; } #middle #left-column #content-area .game-content #throne-monarch-message { From 971a4d1005861ec41a9914c4135a70341cedfe32 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:25:16 +0200 Subject: [PATCH 234/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index dbfbdf2e..bf52e408 100644 --- a/theme.css +++ b/theme.css @@ -265,7 +265,7 @@ body { } #middle #left-column #content-area .game-header a h1 { - color: #FAB048; + color: #9a2617; font-size: 22px; margin-left: 0.4em; margin-right: 0.4em; From 5e5fde2a83aff0ed7926157df4c117bbc6eedd6b Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:25:32 +0200 Subject: [PATCH 235/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index bf52e408..948d514d 100644 --- a/theme.css +++ b/theme.css @@ -257,7 +257,7 @@ body { } #middle #left-column #content-area .game-header a { - color: #FAB048; + color: #9a2617; text-decoration: none; font-size: 22px; margin-left: 0.4em; From 5303ec9e400d756b29ce49e2136f55bd61db6f45 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:28:51 +0200 Subject: [PATCH 236/301] Test --- theme.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/theme.css b/theme.css index 948d514d..09b56219 100644 --- a/theme.css +++ b/theme.css @@ -362,13 +362,15 @@ body { text-align: left; font-size: 16px; margin: 0; - padding: 0; + padding: 0.5em 0.5em 0.5em 0.5em; + background-color: #fff; + border: 1px solid transparent; + margin-bottom: 20px; + border-radius: 4px; + color: rgb(0, 0, 0); + border-color: #faebcc; } - #middle #left-column #content-area .game-content table.two-column-stats tr:last-child { - display: none !important; - } - #middle #left-column #content-area .game-content table.two-column-stats th { width: 20%; text-align: left; From 8f7481e1b01613eff927617fefde0d8aaf5fd556 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:29:37 +0200 Subject: [PATCH 237/301] Test --- theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 09b56219..c2298a6a 100644 --- a/theme.css +++ b/theme.css @@ -368,7 +368,8 @@ body { margin-bottom: 20px; border-radius: 4px; color: rgb(0, 0, 0); - border-color: #faebcc; + border-color: #faebcc; + padding-left: 4em; } #middle #left-column #content-area .game-content table.two-column-stats th { From c8e2b73e6619efba057bc146e69511ce7faa9c00 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:33:00 +0200 Subject: [PATCH 238/301] Test --- theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.css b/theme.css index c2298a6a..be086cd3 100644 --- a/theme.css +++ b/theme.css @@ -377,6 +377,11 @@ body { text-align: left; margin: 0; padding: 0; + border-bottom: 1px dotted #000; + } + + #middle #left-column #content-area .game-content table.two-column-stats td { + border-bottom: 1px dotted #000; } .advice-message { display: none !important; } From 1b6de9493234a6898b340cd2a71823bcaac26527 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:53:00 +0200 Subject: [PATCH 239/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index be086cd3..fcbab0d3 100644 --- a/theme.css +++ b/theme.css @@ -339,7 +339,7 @@ body { } #middle #left-column #content-area .game-content p a { - color: #FAB048; + color: #fcf8e3; text-decoration: none; font-size: 14px; text-transform: capitalize; From 8602b3c6164e44d5af7b966b3b223556729374d6 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 15:54:43 +0200 Subject: [PATCH 240/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index fcbab0d3..b6d97037 100644 --- a/theme.css +++ b/theme.css @@ -339,7 +339,7 @@ body { } #middle #left-column #content-area .game-content p a { - color: #fcf8e3; + color: #9a2617; text-decoration: none; font-size: 14px; text-transform: capitalize; From bac2d0571ac4416bac8dacc6459edbc148a98214 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:03:06 +0200 Subject: [PATCH 241/301] Test --- media.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/media.css b/media.css index dc6dd0e6..954bfd71 100644 --- a/media.css +++ b/media.css @@ -206,6 +206,26 @@ width: 8em; text-align: left; } + + #middle #left-column #content-area #game-navigation .navigation { + margin-top: 15px; + } + + #middle #left-column #content-area #game-navigation .navigation div { + margin: 0; + padding: 0; + float: left; + position: relative; + } + + #middle #left-column #content-area #game-navigation .navigation div a { + padding: 0 15px; + line-height: 32px; + font-size: 12px; + font-weight: 700; + text-decoration: none; + display: block; + } } From 99a83fdface8c2213136d1c9c1342f962862e325 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:05:15 +0200 Subject: [PATCH 242/301] Test --- theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.css b/theme.css index b6d97037..e6a6452d 100644 --- a/theme.css +++ b/theme.css @@ -217,6 +217,7 @@ body { padding-left: 1em; padding-top: 0.5em; z-index: 9999999; + background-image: url("http://www.datadelen.com/design/standard_design/images/background_footer.jpg"); } #middle #left-column #content-area #game-navigation .current-date { From 00ab52f5d18372768fbb448678c962ff15b180f6 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:06:54 +0200 Subject: [PATCH 243/301] Test --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index e6a6452d..0e498be0 100644 --- a/theme.css +++ b/theme.css @@ -225,6 +225,10 @@ body { font-weight: 700; font-size: 16px; margin-right: 0.5em; + position: absolute; + color: wheat; + left: 50%; + right: 0px; } #middle #left-column #content-area #game-navigation div { From da49c458df82d70774b599c25f35d3ae99bda5d1 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:08:45 +0200 Subject: [PATCH 244/301] Test --- theme.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/theme.css b/theme.css index 0e498be0..971deb6b 100644 --- a/theme.css +++ b/theme.css @@ -388,6 +388,18 @@ body { #middle #left-column #content-area .game-content table.two-column-stats td { border-bottom: 1px dotted #000; } + + #middle #left-column #content-area .game-content table.three-column-stats th { + width: 20%; + text-align: left; + margin: 0; + padding: 0; + border-bottom: 1px dotted #000; + } + + #middle #left-column #content-area .game-content table.three-column-stats td { + border-bottom: 1px dotted #000; + } .advice-message { display: none !important; } .warning { display: none !important; } From dfadd3f293e00bb983b495d4f4dd728adb909820 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:11:04 +0200 Subject: [PATCH 245/301] Test --- theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 971deb6b..99cffba3 100644 --- a/theme.css +++ b/theme.css @@ -390,15 +390,16 @@ body { } #middle #left-column #content-area .game-content table.three-column-stats th { - width: 20%; text-align: left; margin: 0; padding: 0; border-bottom: 1px dotted #000; + font-size: 14px; } #middle #left-column #content-area .game-content table.three-column-stats td { border-bottom: 1px dotted #000; + font-size: 14px; } .advice-message { display: none !important; } From b519e1645ae3afc513d62b39d162264adb95063c Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:12:44 +0200 Subject: [PATCH 246/301] Test --- media.css | 7 +++++++ theme.css | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index 954bfd71..8f05d5ec 100644 --- a/media.css +++ b/media.css @@ -226,6 +226,13 @@ text-decoration: none; display: block; } + #middle #left-column #content-area .game-content table.three-column-stats th { + font-size: 14px; + } + + #middle #left-column #content-area .game-content table.three-column-stats td { + font-size: 14px; + } } diff --git a/theme.css b/theme.css index 99cffba3..5ec8a1ac 100644 --- a/theme.css +++ b/theme.css @@ -394,12 +394,10 @@ body { margin: 0; padding: 0; border-bottom: 1px dotted #000; - font-size: 14px; } #middle #left-column #content-area .game-content table.three-column-stats td { border-bottom: 1px dotted #000; - font-size: 14px; } .advice-message { display: none !important; } From 116da230f652b38b4891a70fc7f287bc51d3b43e Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:13:11 +0200 Subject: [PATCH 247/301] Test --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index 5ec8a1ac..bdec5cf8 100644 --- a/theme.css +++ b/theme.css @@ -389,6 +389,10 @@ body { border-bottom: 1px dotted #000; } + #middle #left-column #content-area .game-content table.three-column-stats tr:first-child { + font-weight: 700; + } + #middle #left-column #content-area .game-content table.three-column-stats th { text-align: left; margin: 0; From 8f1c27bcae04d1a74855a035dac99359795c9deb Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:14:31 +0200 Subject: [PATCH 248/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index bdec5cf8..f9872034 100644 --- a/theme.css +++ b/theme.css @@ -389,7 +389,7 @@ body { border-bottom: 1px dotted #000; } - #middle #left-column #content-area .game-content table.three-column-stats tr:first-child { + #middle #left-column #content-area .game-content table.three-column-stats thead tr th { font-weight: 700; } From 44de322501bb63a80d7e174dbe50efc2d054c1cb Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:19:01 +0200 Subject: [PATCH 249/301] Test --- media.css | 7 +++++++ theme.css | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/media.css b/media.css index 8f05d5ec..e873f5c5 100644 --- a/media.css +++ b/media.css @@ -233,6 +233,13 @@ #middle #left-column #content-area .game-content table.three-column-stats td { font-size: 14px; } + #middle #left-column #content-area .game-content table.math-table th { + font-size: 14px; + } + + #middle #left-column #content-area .game-content table.math-table td { + font-size: 14px; + } } diff --git a/theme.css b/theme.css index f9872034..a5a842e1 100644 --- a/theme.css +++ b/theme.css @@ -403,6 +403,22 @@ body { #middle #left-column #content-area .game-content table.three-column-stats td { border-bottom: 1px dotted #000; } + + #middle #left-column #content-area .game-content table.math-table thead tr th { + font-weight: 700; + } + + #middle #left-column #content-area .game-content table.math-table th { + text-align: left; + margin: 0; + padding: 0; + border-bottom: 1px dotted #000; + } + + #middle #left-column #content-area .game-content table.math-table td { + border-bottom: 1px dotted #000; + } + .advice-message { display: none !important; } .warning { display: none !important; } From e539f8e27216aa5de8f02ca47e320891ab0e9151 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:22:38 +0200 Subject: [PATCH 250/301] Test --- theme.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme.css b/theme.css index a5a842e1..e143e531 100644 --- a/theme.css +++ b/theme.css @@ -404,6 +404,14 @@ body { border-bottom: 1px dotted #000; } + #middle #left-column #content-area .game-content table.math-table thead th { + width: 15%; + } + + #middle #left-column #content-area .game-content table.math-table thead th:first-child { + width: 30%; + } + #middle #left-column #content-area .game-content table.math-table thead tr th { font-weight: 700; } @@ -413,6 +421,7 @@ body { margin: 0; padding: 0; border-bottom: 1px dotted #000; + font-weight: 700; } #middle #left-column #content-area .game-content table.math-table td { From 1c7af6a92b151c0b75d39138dfb515aee3d39ed0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:24:01 +0200 Subject: [PATCH 251/301] Test --- theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.css b/theme.css index e143e531..222981ec 100644 --- a/theme.css +++ b/theme.css @@ -421,6 +421,9 @@ body { margin: 0; padding: 0; border-bottom: 1px dotted #000; + } + + #middle #left-column #content-area .game-content table.math-table th.sub-total { font-weight: 700; } From 5e81c4f299be1019e9bad173214ac894bc2791d3 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:25:08 +0200 Subject: [PATCH 252/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 222981ec..c57381bb 100644 --- a/theme.css +++ b/theme.css @@ -423,7 +423,7 @@ body { border-bottom: 1px dotted #000; } - #middle #left-column #content-area .game-content table.math-table th.sub-total { + #middle #left-column #content-area .game-content table.math-table .sub-total th:first-child { font-weight: 700; } From aff2a87e92d60b3f019eabb1bd001a23a49c1aef Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:27:37 +0200 Subject: [PATCH 253/301] Test --- theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.css b/theme.css index c57381bb..9eebeffe 100644 --- a/theme.css +++ b/theme.css @@ -423,8 +423,13 @@ body { border-bottom: 1px dotted #000; } + #middle #left-column #content-area .game-content table.math-table .sub-total { + background-color: #eeeeee; + } + #middle #left-column #content-area .game-content table.math-table .sub-total th:first-child { font-weight: 700; + padding-left: 0.5em; } #middle #left-column #content-area .game-content table.math-table td { From d2a452bdfa1ac2a1a9fe1fd2ee49b21b18d9d555 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:29:29 +0200 Subject: [PATCH 254/301] Test --- theme.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/theme.css b/theme.css index 9eebeffe..ef4d5ecf 100644 --- a/theme.css +++ b/theme.css @@ -435,6 +435,21 @@ body { #middle #left-column #content-area .game-content table.math-table td { border-bottom: 1px dotted #000; } + + #middle #left-column #content-area .game-content table.data thead tr th { + font-weight: 700; + } + + #middle #left-column #content-area .game-content table.data th { + text-align: left; + margin: 0; + padding: 0; + border-bottom: 1px dotted #000; + } + + #middle #left-column #content-area .game-content table.data td { + border-bottom: 1px dotted #000; + } .advice-message { display: none !important; } From e9b96de0079132efc466c79f4c4f83cc09663f97 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:33:15 +0200 Subject: [PATCH 255/301] Test --- media.css | 8 ++++++++ theme.css | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/media.css b/media.css index e873f5c5..d68b2edc 100644 --- a/media.css +++ b/media.css @@ -240,6 +240,14 @@ #middle #left-column #content-area .game-content table.math-table td { font-size: 14px; } + #middle #left-column #content-area .game-content table.data th { + font-size: 14px; + } + + #middle #left-column #content-area .game-content table.data td { + font-size: 14px; + } +} } diff --git a/theme.css b/theme.css index ef4d5ecf..a0cf25ff 100644 --- a/theme.css +++ b/theme.css @@ -436,6 +436,14 @@ body { border-bottom: 1px dotted #000; } + #middle #left-column #content-area .game-content table.data thead th { + width: 15%; + } + + #middle #left-column #content-area .game-content table.data thead th:first-child { + width: 30%; + } + #middle #left-column #content-area .game-content table.data thead tr th { font-weight: 700; } @@ -450,6 +458,8 @@ body { #middle #left-column #content-area .game-content table.data td { border-bottom: 1px dotted #000; } + + .advice-message { display: none !important; } From 739025981769aa8ab7785c5bdf11094ded660105 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:41:31 +0200 Subject: [PATCH 256/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index a0cf25ff..3ee55d32 100644 --- a/theme.css +++ b/theme.css @@ -440,7 +440,7 @@ body { width: 15%; } - #middle #left-column #content-area .game-content table.data thead th:first-child { + #middle #left-column #content-area .game-content table.data thead td:first-child { width: 30%; } From f3a4c7644d956885ca1af04dfa611ea394f8f59a Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:43:43 +0200 Subject: [PATCH 257/301] Test --- theme.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme.css b/theme.css index 3ee55d32..921fcb15 100644 --- a/theme.css +++ b/theme.css @@ -453,10 +453,16 @@ body { margin: 0; padding: 0; border-bottom: 1px dotted #000; + padding-left: 0.5em; } #middle #left-column #content-area .game-content table.data td { border-bottom: 1px dotted #000; + padding-left: 0.5em; + } + + #middle #left-column #content-area .game-content table.data .even { + background-color: #eeeeee; } From a04c868c6ce27e2f8903ade5663b3bcf93ebd8d9 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:45:01 +0200 Subject: [PATCH 258/301] Test --- media.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.css b/media.css index d68b2edc..d6b61677 100644 --- a/media.css +++ b/media.css @@ -241,11 +241,11 @@ font-size: 14px; } #middle #left-column #content-area .game-content table.data th { - font-size: 14px; + font-size: 12px; } #middle #left-column #content-area .game-content table.data td { - font-size: 14px; + font-size: 12px; } } } From e1220b1ac335e704bd40cebd9b1a6f710573f88a Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:45:52 +0200 Subject: [PATCH 259/301] Test --- theme.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/theme.css b/theme.css index 921fcb15..3eaaef3e 100644 --- a/theme.css +++ b/theme.css @@ -465,6 +465,35 @@ body { background-color: #eeeeee; } + #middle #left-column #content-area .game-content table.schedule thead th { + width: 15%; + } + + #middle #left-column #content-area .game-content table.schedule thead td:first-child { + width: 30%; + } + + #middle #left-column #content-area .game-content table.schedule thead tr th { + font-weight: 700; + } + + #middle #left-column #content-area .game-content table.schedule th { + text-align: left; + margin: 0; + padding: 0; + border-bottom: 1px dotted #000; + padding-left: 0.5em; + } + + #middle #left-column #content-area .game-content table.schedule td { + border-bottom: 1px dotted #000; + padding-left: 0.5em; + } + + #middle #left-column #content-area .game-content table.schedule .even { + background-color: #eeeeee; + } + From 5b3537b1e01d05117ab2ba594d6530a5326cd3d5 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:46:46 +0200 Subject: [PATCH 260/301] Test --- media.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/media.css b/media.css index d6b61677..98c0f9a5 100644 --- a/media.css +++ b/media.css @@ -247,7 +247,14 @@ #middle #left-column #content-area .game-content table.data td { font-size: 12px; } -} + #middle #left-column #content-area .game-content table.schedule th { + font-size: 12px; + } + + #middle #left-column #content-area .game-content table.schedule td { + font-size: 12px; + } + } From 039bafe732d5515210621e92b30fb3190731fe8f Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:47:35 +0200 Subject: [PATCH 261/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 3eaaef3e..949ed213 100644 --- a/theme.css +++ b/theme.css @@ -466,11 +466,11 @@ body { } #middle #left-column #content-area .game-content table.schedule thead th { - width: 15%; + width: 4%; } #middle #left-column #content-area .game-content table.schedule thead td:first-child { - width: 30%; + width: 4%; } #middle #left-column #content-area .game-content table.schedule thead tr th { From 5212e26f89ed6c92af70c8a735f52becae4fa7b1 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:52:28 +0200 Subject: [PATCH 262/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 949ed213..bc319cfd 100644 --- a/theme.css +++ b/theme.css @@ -466,11 +466,11 @@ body { } #middle #left-column #content-area .game-content table.schedule thead th { - width: 4%; + width: 3em; } #middle #left-column #content-area .game-content table.schedule thead td:first-child { - width: 4%; + width: 15%; } #middle #left-column #content-area .game-content table.schedule thead tr th { From 7ee03bbf0f67ccd0c416c4a84af2910ce4e62f40 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:56:13 +0200 Subject: [PATCH 263/301] Test --- theme.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/theme.css b/theme.css index bc319cfd..78d7b66c 100644 --- a/theme.css +++ b/theme.css @@ -377,6 +377,35 @@ body { padding-left: 4em; } + #middle #left-column #content-area .game-content table thead th { + width: 3em; + } + + #middle #left-column #content-area .game-content table thead td:first-child { + width: 15%; + } + + #middle #left-column #content-area .game-content table thead tr th { + font-weight: 700; + } + + #middle #left-column #content-area .game-content table th { + text-align: left; + margin: 0; + padding: 0; + border-bottom: 1px dotted #000; + padding-left: 0.5em; + } + + #middle #left-column #content-area .game-content table td { + border-bottom: 1px dotted #000; + padding-left: 0.5em; + } + + #middle #left-column #content-area .game-content table .even { + background-color: #eeeeee; + } + #middle #left-column #content-area .game-content table.two-column-stats th { width: 20%; text-align: left; From 9c3b3d58174e0a57e170fcb15f79e8064c60e566 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:56:39 +0200 Subject: [PATCH 264/301] Test --- media.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/media.css b/media.css index 98c0f9a5..c4af4916 100644 --- a/media.css +++ b/media.css @@ -255,6 +255,14 @@ font-size: 12px; } + #middle #left-column #content-area .game-content table th { + font-size: 12px; + } + + #middle #left-column #content-area .game-content table td { + font-size: 12px; + } + } From ada7cf55958d888fce187e443f74b6e39ed426a5 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 16:57:48 +0200 Subject: [PATCH 265/301] Test --- theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme.css b/theme.css index 78d7b66c..0636b471 100644 --- a/theme.css +++ b/theme.css @@ -406,6 +406,14 @@ body { background-color: #eeeeee; } + #middle #left-column #content-area .game-content table thead th { + width: 15%; + } + + #middle #left-column #content-area .game-content table thead th:first-child { + width: 30%; + } + #middle #left-column #content-area .game-content table.two-column-stats th { width: 20%; text-align: left; From dc2c573c7297485f64f8272b6864c10bd5b70ae6 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:03:02 +0200 Subject: [PATCH 266/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 0636b471..f7d831b8 100644 --- a/theme.css +++ b/theme.css @@ -411,7 +411,7 @@ body { } #middle #left-column #content-area .game-content table thead th:first-child { - width: 30%; + width: 20%; } #middle #left-column #content-area .game-content table.two-column-stats th { From cb6c8341fc93775ad10591a568a184bc3e69cf8c Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:03:22 +0200 Subject: [PATCH 267/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index f7d831b8..bacfb343 100644 --- a/theme.css +++ b/theme.css @@ -446,7 +446,7 @@ body { } #middle #left-column #content-area .game-content table.math-table thead th:first-child { - width: 30%; + width: 20%; } #middle #left-column #content-area .game-content table.math-table thead tr th { @@ -478,7 +478,7 @@ body { } #middle #left-column #content-area .game-content table.data thead td:first-child { - width: 30%; + width: 20%; } #middle #left-column #content-area .game-content table.data thead tr th { From 543e6746ae0e707a806bfc18d0048f04366c2e8a Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:04:13 +0200 Subject: [PATCH 268/301] Test --- media.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/media.css b/media.css index c4af4916..1d889782 100644 --- a/media.css +++ b/media.css @@ -241,26 +241,26 @@ font-size: 14px; } #middle #left-column #content-area .game-content table.data th { - font-size: 12px; + font-size: 14px; } #middle #left-column #content-area .game-content table.data td { - font-size: 12px; + font-size: 14px; } #middle #left-column #content-area .game-content table.schedule th { - font-size: 12px; + font-size: 14px; } #middle #left-column #content-area .game-content table.schedule td { - font-size: 12px; + font-size: 14px; } #middle #left-column #content-area .game-content table th { - font-size: 12px; + font-size: 14px; } #middle #left-column #content-area .game-content table td { - font-size: 12px; + font-size: 14px; } } From 333506d1fa690023fbcb8a28489ec2988bd1a828 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:06:37 +0200 Subject: [PATCH 269/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index bacfb343..e80372da 100644 --- a/theme.css +++ b/theme.css @@ -474,7 +474,7 @@ body { } #middle #left-column #content-area .game-content table.data thead th { - width: 15%; + width: 12em; } #middle #left-column #content-area .game-content table.data thead td:first-child { From 736367d6ee5a93dc76eab5cd2a80f25bb59db043 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:10:12 +0200 Subject: [PATCH 270/301] Test --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index e80372da..91b08597 100644 --- a/theme.css +++ b/theme.css @@ -481,6 +481,10 @@ body { width: 20%; } + #middle #left-column #content-area .game-content table.data thead th:first-child { + width: 20%; + } + #middle #left-column #content-area .game-content table.data thead tr th { font-weight: 700; } From f02c01666e91988ae2af544fb6e5910ff68005cd Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:12:12 +0200 Subject: [PATCH 271/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 91b08597..361fdb5f 100644 --- a/theme.css +++ b/theme.css @@ -474,7 +474,7 @@ body { } #middle #left-column #content-area .game-content table.data thead th { - width: 12em; + width: 25em; } #middle #left-column #content-area .game-content table.data thead td:first-child { From 8d0f6db43f571daee07cbe74f00b89c218334659 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:12:25 +0200 Subject: [PATCH 272/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 361fdb5f..759154ca 100644 --- a/theme.css +++ b/theme.css @@ -474,7 +474,7 @@ body { } #middle #left-column #content-area .game-content table.data thead th { - width: 25em; + width: 25%; } #middle #left-column #content-area .game-content table.data thead td:first-child { From a54a0f0fb62909ec91d2bd2bfb02fa500d14df07 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:14:58 +0200 Subject: [PATCH 273/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 759154ca..7d1ac09f 100644 --- a/theme.css +++ b/theme.css @@ -511,7 +511,7 @@ body { } #middle #left-column #content-area .game-content table.schedule thead td:first-child { - width: 15%; + width: 10%; } #middle #left-column #content-area .game-content table.schedule thead tr th { From 6ff51a56dab4087934d339a0c26ac6f1cefebb01 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:15:36 +0200 Subject: [PATCH 274/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 7d1ac09f..552cd4e0 100644 --- a/theme.css +++ b/theme.css @@ -382,7 +382,7 @@ body { } #middle #left-column #content-area .game-content table thead td:first-child { - width: 15%; + width: 10%; } #middle #left-column #content-area .game-content table thead tr th { @@ -511,7 +511,7 @@ body { } #middle #left-column #content-area .game-content table.schedule thead td:first-child { - width: 10%; + width: 15%; } #middle #left-column #content-area .game-content table.schedule thead tr th { From 3c8d3fe6eff1855a9c4457f1dfcbb82af92c62aa Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:19:22 +0200 Subject: [PATCH 275/301] Test --- theme.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/theme.css b/theme.css index 552cd4e0..54582f3b 100644 --- a/theme.css +++ b/theme.css @@ -11,6 +11,15 @@ body { font-family: 'Quicksand', sans-serif; } + a { + color: #9a2617; + text-decoration: none; + } + + a:hover { + color: #ee7727; + } + /* Make the inner container full width */ #inner-container { background-color: #F2F2F2; @@ -535,6 +544,35 @@ body { background-color: #eeeeee; } + #middle #left-column #content-area .game-content table.tablesorter thead th { + width: 3em; + } + + #middle #left-column #content-area .game-content table.tablesorter thead td:first-child { + width: 15%; + } + + #middle #left-column #content-area .game-content table.tablesorter thead tr th { + font-weight: 700; + } + + #middle #left-column #content-area .game-content table.tablesorter th { + text-align: left; + margin: 0; + padding: 0; + border-bottom: 1px dotted #000; + padding-left: 0.5em; + } + + #middle #left-column #content-area .game-content table.tablesorter td { + border-bottom: 1px dotted #000; + padding-left: 0.5em; + } + + #middle #left-column #content-area .game-content table.tablesorter .even { + background-color: #eeeeee; + } + From a409dbddc140a5d547eba2632b799a57a09abbec Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:21:21 +0200 Subject: [PATCH 276/301] Test --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index 54582f3b..67c3f8f8 100644 --- a/theme.css +++ b/theme.css @@ -552,6 +552,10 @@ body { width: 15%; } + #middle #left-column #content-area .game-content table.tablesorter thead th:first-child { + width: 15%; + } + #middle #left-column #content-area .game-content table.tablesorter thead tr th { font-weight: 700; } From 6bd1824c61bee1fd4e0171862b13bb75f7e29097 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:23:35 +0200 Subject: [PATCH 277/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 67c3f8f8..588b9594 100644 --- a/theme.css +++ b/theme.css @@ -545,7 +545,7 @@ body { } #middle #left-column #content-area .game-content table.tablesorter thead th { - width: 3em; + width: 11em; } #middle #left-column #content-area .game-content table.tablesorter thead td:first-child { From f4f03c402dd8ef872574ed4b7f48a6fa82a8609f Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:26:41 +0200 Subject: [PATCH 278/301] Test --- theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme.css b/theme.css index 588b9594..c9739e08 100644 --- a/theme.css +++ b/theme.css @@ -545,15 +545,15 @@ body { } #middle #left-column #content-area .game-content table.tablesorter thead th { - width: 11em; + width: 12em; } #middle #left-column #content-area .game-content table.tablesorter thead td:first-child { - width: 15%; + width: 10%; } #middle #left-column #content-area .game-content table.tablesorter thead th:first-child { - width: 15%; + width: 10%; } #middle #left-column #content-area .game-content table.tablesorter thead tr th { From a97e08af50c7c6eb751d72edf17868832c4b9ec0 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:27:34 +0200 Subject: [PATCH 279/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index c9739e08..9d120a26 100644 --- a/theme.css +++ b/theme.css @@ -549,11 +549,11 @@ body { } #middle #left-column #content-area .game-content table.tablesorter thead td:first-child { - width: 10%; + width: 5%; } #middle #left-column #content-area .game-content table.tablesorter thead th:first-child { - width: 10%; + width: 5%; } #middle #left-column #content-area .game-content table.tablesorter thead tr th { From 908e1975dd0529002e2136ecc292b03d80b21e8d Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:29:20 +0200 Subject: [PATCH 280/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 9d120a26..8da7dbc0 100644 --- a/theme.css +++ b/theme.css @@ -573,7 +573,7 @@ body { padding-left: 0.5em; } - #middle #left-column #content-area .game-content table.tablesorter .even { + #middle #left-column #content-area .game-content table.tablesorter tr:nth-child(even) { background: #eeeeee; } { background-color: #eeeeee; } From c91699f2b6ab16cb6818756d91ad50712f1cde60 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:32:04 +0200 Subject: [PATCH 281/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 8da7dbc0..f0905ec9 100644 --- a/theme.css +++ b/theme.css @@ -545,7 +545,7 @@ body { } #middle #left-column #content-area .game-content table.tablesorter thead th { - width: 12em; + width: 14em; } #middle #left-column #content-area .game-content table.tablesorter thead td:first-child { From 19f88ede3e8135db096fc5a7963c0577417f13d8 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:34:14 +0200 Subject: [PATCH 282/301] Test --- theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.css b/theme.css index f0905ec9..2a717a58 100644 --- a/theme.css +++ b/theme.css @@ -566,11 +566,13 @@ body { padding: 0; border-bottom: 1px dotted #000; padding-left: 0.5em; + font-size: 14px; } #middle #left-column #content-area .game-content table.tablesorter td { border-bottom: 1px dotted #000; padding-left: 0.5em; + font-size: 14px; } #middle #left-column #content-area .game-content table.tablesorter tr:nth-child(even) { background: #eeeeee; } { From 892cccff83be525ce8d34fd910a5e8af70a3bc49 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:34:41 +0200 Subject: [PATCH 283/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 2a717a58..f6b3f2b8 100644 --- a/theme.css +++ b/theme.css @@ -566,13 +566,13 @@ body { padding: 0; border-bottom: 1px dotted #000; padding-left: 0.5em; - font-size: 14px; + font-size: 12px; } #middle #left-column #content-area .game-content table.tablesorter td { border-bottom: 1px dotted #000; padding-left: 0.5em; - font-size: 14px; + font-size: 12px; } #middle #left-column #content-area .game-content table.tablesorter tr:nth-child(even) { background: #eeeeee; } { From 3228c7e9f87ca314f7afe9e505128831f57c4ba4 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:38:26 +0200 Subject: [PATCH 284/301] Test --- theme.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/theme.css b/theme.css index f6b3f2b8..c73949b1 100644 --- a/theme.css +++ b/theme.css @@ -544,15 +544,20 @@ body { background-color: #eeeeee; } - #middle #left-column #content-area .game-content table.tablesorter thead th { - width: 14em; + + #middle #left-column #content-area .game-content table.tablesorter thead td { + width: 12em; + } + + #middle #left-column #content-area .game-content table.tablesorter tbody td.province-name { + width: 16em; } - #middle #left-column #content-area .game-content table.tablesorter thead td:first-child { + #middle #left-column #content-area .game-content table.tablesorter tbody td:first-child { width: 5%; } - #middle #left-column #content-area .game-content table.tablesorter thead th:first-child { + #middle #left-column #content-area .game-content table.tablesorter tbody td:first-child { width: 5%; } From b1d782b5a1994108f0a7a82f2d7a39444f1e4739 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:38:45 +0200 Subject: [PATCH 285/301] Tes --- theme.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/theme.css b/theme.css index c73949b1..daf2c2b3 100644 --- a/theme.css +++ b/theme.css @@ -557,10 +557,6 @@ body { width: 5%; } - #middle #left-column #content-area .game-content table.tablesorter tbody td:first-child { - width: 5%; - } - #middle #left-column #content-area .game-content table.tablesorter thead tr th { font-weight: 700; } From 782651e90c0663b1ddb5e49834b11bd9fc02b7ef Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:39:59 +0200 Subject: [PATCH 286/301] Test --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index daf2c2b3..e4e71c13 100644 --- a/theme.css +++ b/theme.css @@ -553,6 +553,10 @@ body { width: 16em; } + #middle #left-column #content-area .game-content table.tablesorter tbody td.slot-number { + width: 1em; + } + #middle #left-column #content-area .game-content table.tablesorter tbody td:first-child { width: 5%; } From a3a5b6afd3efc9c81cd25104109ba31616b7d90e Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:42:14 +0200 Subject: [PATCH 287/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index e4e71c13..0c5f3a7f 100644 --- a/theme.css +++ b/theme.css @@ -557,7 +557,7 @@ body { width: 1em; } - #middle #left-column #content-area .game-content table.tablesorter tbody td:first-child { + #middle #left-column #content-area .game-content table.tablesorter thead th:first-child { width: 5%; } From 65ce41cde97744de5c56d12468736cc6455ff0bc Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:49:52 +0200 Subject: [PATCH 288/301] Test --- theme.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/theme.css b/theme.css index 0c5f3a7f..d140f8fe 100644 --- a/theme.css +++ b/theme.css @@ -545,21 +545,19 @@ body { } - #middle #left-column #content-area .game-content table.tablesorter thead td { + #middle #left-column #content-area .game-content table.tablesorter thead th { width: 12em; } - #middle #left-column #content-area .game-content table.tablesorter tbody td.province-name { - width: 16em; + #middle #left-column #content-area .game-content table.tablesorter thead th:first-child { + width: 5%; } - #middle #left-column #content-area .game-content table.tablesorter tbody td.slot-number { - width: 1em; + #middle #left-column #content-area .game-content table.tablesorter thead th:first-child:after { + width: 16em; } - #middle #left-column #content-area .game-content table.tablesorter thead th:first-child { - width: 5%; - } + #middle #left-column #content-area .game-content table.tablesorter thead tr th { font-weight: 700; From d915ae966f3f78bb8d22a221ede2049c674addd4 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:51:06 +0200 Subject: [PATCH 289/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index d140f8fe..6313b178 100644 --- a/theme.css +++ b/theme.css @@ -553,7 +553,7 @@ body { width: 5%; } - #middle #left-column #content-area .game-content table.tablesorter thead th:first-child:after { + #middle #left-column #content-area .game-content table.tablesorter thead th:first-child + th { width: 16em; } From aedfc3d44dcaace42f0c58ce2ba90c9dabeb16ef Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:52:24 +0200 Subject: [PATCH 290/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 6313b178..9b8d74f5 100644 --- a/theme.css +++ b/theme.css @@ -569,13 +569,13 @@ body { padding: 0; border-bottom: 1px dotted #000; padding-left: 0.5em; - font-size: 12px; + font-size: 14px; } #middle #left-column #content-area .game-content table.tablesorter td { border-bottom: 1px dotted #000; padding-left: 0.5em; - font-size: 12px; + font-size: 14px; } #middle #left-column #content-area .game-content table.tablesorter tr:nth-child(even) { background: #eeeeee; } { From c67205d9b83fd34cc073f0df90326f1940a46512 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 17:53:28 +0200 Subject: [PATCH 291/301] Test --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 9b8d74f5..21fc1d58 100644 --- a/theme.css +++ b/theme.css @@ -546,7 +546,7 @@ body { #middle #left-column #content-area .game-content table.tablesorter thead th { - width: 12em; + width: 11em; } #middle #left-column #content-area .game-content table.tablesorter thead th:first-child { @@ -554,7 +554,7 @@ body { } #middle #left-column #content-area .game-content table.tablesorter thead th:first-child + th { - width: 16em; + width: 18em; } From ec829490766574f03a9616dbf59917b3020a3562 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 18:08:37 +0200 Subject: [PATCH 292/301] Test --- theme.css | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 21fc1d58..e1bef370 100644 --- a/theme.css +++ b/theme.css @@ -582,8 +582,35 @@ body { background-color: #eeeeee; } + #change-kingdom-heading { + display: inline-block; + width: 100; + font-size: 14px; + padding: 0.5em 0.5em 0.5em 0.5em; + } + #id_add_bookmark_form { + display: inline-block; + } + #change-kingdom-nav { + width: 100%; + clear: both; + margin-bottom: 1em; + } - + #change-kingdom-nav .button-link a { + width: 5%; + text-align: right; + } + + #change-kingdom-nav a:first-child { + width: 7%; + text-align: left; + } + + #change-kingdom-nav a:first-child + a { + width: 6%; + text-align: left; + } .advice-message { display: none !important; } .warning { display: none !important; } From f42dc1051cbb12ae643ae89c570c3e89b541e5a4 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 18:10:09 +0200 Subject: [PATCH 293/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index e1bef370..3dbe3e24 100644 --- a/theme.css +++ b/theme.css @@ -584,7 +584,7 @@ body { #change-kingdom-heading { display: inline-block; - width: 100; + width: 100%; font-size: 14px; padding: 0.5em 0.5em 0.5em 0.5em; } From fc90eae478558b3ca81083bc9786e87f73e828e6 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 18:11:08 +0200 Subject: [PATCH 294/301] Test --- theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme.css b/theme.css index 3dbe3e24..1f7aa16d 100644 --- a/theme.css +++ b/theme.css @@ -591,23 +591,23 @@ body { #id_add_bookmark_form { display: inline-block; } - #change-kingdom-nav { + .change-kingdom-nav { width: 100%; clear: both; margin-bottom: 1em; } - #change-kingdom-nav .button-link a { + .change-kingdom-nav a { width: 5%; text-align: right; } - #change-kingdom-nav a:first-child { + .change-kingdom-nav a:first-child { width: 7%; text-align: left; } - #change-kingdom-nav a:first-child + a { + .change-kingdom-nav a:first-child + a { width: 6%; text-align: left; } From 792446203857e455759c03d1f1e227ccd3028b7e Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 18:13:08 +0200 Subject: [PATCH 295/301] Test --- theme.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/theme.css b/theme.css index 1f7aa16d..52ff7435 100644 --- a/theme.css +++ b/theme.css @@ -592,24 +592,24 @@ body { display: inline-block; } .change-kingdom-nav { - width: 100%; - clear: both; - margin-bottom: 1em; + width: 100% !important; + clear: both !important; + margin-bottom: 1em !important; } .change-kingdom-nav a { - width: 5%; - text-align: right; + width: 5% !important; + text-align: right !important; } .change-kingdom-nav a:first-child { - width: 7%; - text-align: left; + width: 7% !important; + text-align: left !important; } .change-kingdom-nav a:first-child + a { - width: 6%; - text-align: left; + width: 6% !important; + text-align: left !important; } .advice-message { display: none !important; } From ebaa224bf827b1c2a1e8f1445b228e7dd1f9113d Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 18:14:36 +0200 Subject: [PATCH 296/301] Test --- theme.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/theme.css b/theme.css index 52ff7435..171cf126 100644 --- a/theme.css +++ b/theme.css @@ -582,11 +582,11 @@ body { background-color: #eeeeee; } - #change-kingdom-heading { - display: inline-block; - width: 100%; - font-size: 14px; - padding: 0.5em 0.5em 0.5em 0.5em; + .change-kingdom-heading { + display: inline-block !important; + width: 100% !important; + font-size: 14px !important; + padding: 0.5em 0.5em 0.5em 0.5em !important; } #id_add_bookmark_form { display: inline-block; From 1889d3f2a3fdbf598bfa6914dd11c8186e1ce8ff Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 18:22:29 +0200 Subject: [PATCH 297/301] Test --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index 171cf126..bff98c76 100644 --- a/theme.css +++ b/theme.css @@ -611,6 +611,10 @@ body { width: 6% !important; text-align: left !important; } + + #bookmark-container { + display: none; + } .advice-message { display: none !important; } .warning { display: none !important; } From 938789788731cf3df69c952002fcfc0d431f5a91 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 18:23:13 +0200 Subject: [PATCH 298/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index bff98c76..ac712f90 100644 --- a/theme.css +++ b/theme.css @@ -613,7 +613,7 @@ body { } #bookmark-container { - display: none; + display: none !important; } .advice-message { display: none !important; } From 9a2f85dcb0a9764545d59156a95e8116cb08745c Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Tue, 22 Sep 2015 18:24:50 +0200 Subject: [PATCH 299/301] Test --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index ac712f90..7c656f3c 100644 --- a/theme.css +++ b/theme.css @@ -612,7 +612,7 @@ body { text-align: left !important; } - #bookmark-container { + #middle #left-column #content-area .game-content div #bookmark-container { display: none !important; } From b8fa4e54ce34687301e9f8bc0e302ad87623c04a Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Fri, 22 Mar 2019 09:35:54 +0100 Subject: [PATCH 300/301] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..fed514bc --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +utopia.datadelenhc.com \ No newline at end of file From 9c24ce89fca5a2df25ae9adc67df64e99b70bdf1 Mon Sep 17 00:00:00 2001 From: HakanBergman Date: Fri, 22 Mar 2019 10:08:35 +0100 Subject: [PATCH 301/301] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index fed514bc..00000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -utopia.datadelenhc.com \ No newline at end of file