Reupload after bitbucket wipe
308
web/styles/classic.css
Normal file
@ -0,0 +1,308 @@
|
||||
body {
|
||||
background-color:#D4D0C8;
|
||||
color:#000000;
|
||||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
tr, td, div, span, body {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
img {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fSmall {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 7pt;
|
||||
}
|
||||
.fHeading {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.fTitle {
|
||||
font-family:Arial, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.bg1 {
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
.bg2 {
|
||||
background-color:#FAFAFA;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #99AAAA;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.data-table td {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #99AAAA;
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.data-table-head {
|
||||
background-color:#ABCCD6;
|
||||
color:#000000;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.game-table-row {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.game-table-row-hover {
|
||||
background-color: #eaebeb;
|
||||
}
|
||||
|
||||
.game-table-cell {
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #99AAAA;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.game-table-cell a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.livestats-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #99AAAA;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.livestats-table td {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.location a:link {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.location a:hover {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.location {
|
||||
background-color:#EFEFEF;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.location ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
padding: 4px;
|
||||
margin: 0;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.location li {
|
||||
margin-left: 5px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.block {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.subblock {
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.navbar img {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
margin-right: 20px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertab {
|
||||
float: right;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
margin-top: 0px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.headerblock {
|
||||
height:50px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.tableicon {
|
||||
margin-bottom: 0px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.headertabs ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.headertabs li {
|
||||
margin-left: 2px;
|
||||
margin-right: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertabs {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:6px;
|
||||
}
|
||||
|
||||
.bargraph {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.imageformat {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.errorhead {
|
||||
background-color: #CC0000;
|
||||
color: white;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.errortext {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.gmapstab td {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gmapstab a {
|
||||
color:black;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.gmapstabtitle {
|
||||
color:blue;
|
||||
font-weight:bold;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* Subsection Tabs
|
||||
--------------------*/
|
||||
#main ul.subsection_tabs {
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
clear:both;
|
||||
border-bottom:1px solid #ccc;
|
||||
height:18px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li {
|
||||
float:left;
|
||||
margin-right:7px;
|
||||
padding-top:2px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a {
|
||||
display:block;
|
||||
height:16px;
|
||||
padding:0 6px 0 6px;
|
||||
background-color:#fff;
|
||||
color:#666;
|
||||
width:120px;
|
||||
font-weight:bold;
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a:hover {
|
||||
color:#666;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a.active {
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
||||
#main ul.register_tabs {
|
||||
border-bottom:none;
|
||||
}
|
||||
|
||||
#main ul.register_tabs li a.active {
|
||||
background-color:#6d7a81;
|
||||
color:#fff;
|
||||
}
|
312
web/styles/electro_1337.css
Normal file
@ -0,0 +1,312 @@
|
||||
body {
|
||||
background-color:#EAEAEA;
|
||||
color:#000000;
|
||||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
tr, td, div, span, body {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color:#026316;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:#026316;
|
||||
text-decoration:none;
|
||||
|
||||
}
|
||||
a:active {
|
||||
color:#FFFFFF;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #FE7200;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
img {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fSmall {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 7pt;
|
||||
|
||||
}
|
||||
|
||||
.fHeading {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.fTitle {
|
||||
font-family:Arial, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.bg1 {
|
||||
background-color:#DBDAD9;
|
||||
}
|
||||
|
||||
.bg2 {
|
||||
background-color:#EED7BD;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #22921D;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.data-table td {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #22921D;
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.data-table-head {
|
||||
background-color: #FE7200;
|
||||
color: #000000;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.game-table-row {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.game-table-row-hover {
|
||||
background-color: #eaebeb;
|
||||
}
|
||||
|
||||
.game-table-cell {
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #22921D;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.game-table-cell a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.livestats-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #22921D;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.livestats-table td {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.location a:link {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.location a:hover {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.location {
|
||||
background-color:#FE7200;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.location ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
padding: 4px;
|
||||
margin: 0;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.location li {
|
||||
margin-left: 5px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.block {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.subblock {
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.navbar img {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
margin-right: 20px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertab {
|
||||
float: right;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
margin-top: 0px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.headerblock {
|
||||
height:50px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.tableicon {
|
||||
margin-bottom: 0px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.headertabs ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.headertabs li {
|
||||
margin-left: 2px;
|
||||
margin-right: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertabs {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:6px;
|
||||
}
|
||||
|
||||
.bargraph {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.errorhead {
|
||||
background-color: #CC0000;
|
||||
color: white;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.errortext {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.gmapstab td {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gmapstab a {
|
||||
color:black;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.gmapstabtitle {
|
||||
color:blue;
|
||||
font-weight:bold;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* Subsection Tabs
|
||||
--------------------*/
|
||||
#main ul.subsection_tabs {
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
clear:both;
|
||||
border-bottom:1px solid #ccc;
|
||||
height:18px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li {
|
||||
float:left;
|
||||
margin-right:7px;
|
||||
padding-top:2px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a {
|
||||
display:block;
|
||||
height:16px;
|
||||
padding:0 6px 0 6px;
|
||||
background-color:#fff;
|
||||
color:#666;
|
||||
width:120px;
|
||||
font-weight:bold;
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a:hover {
|
||||
color:#666;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a.active {
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
||||
#main ul.register_tabs {
|
||||
border-bottom:none;
|
||||
}
|
||||
|
||||
#main ul.register_tabs li a.active {
|
||||
background-color:#6d7a81;
|
||||
color:#fff;
|
||||
}
|
315
web/styles/light_blue.css
Normal file
@ -0,0 +1,315 @@
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
color: #CCCCCC;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
tr, td, div, span, body {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #B0B0B0;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #B0B0B0;
|
||||
text-decoration:none;
|
||||
}
|
||||
a:active {
|
||||
color: #B0B0B0;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #c0c0FF;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
img {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fSmall {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 7pt;
|
||||
}
|
||||
.fHeading {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.fTitle {
|
||||
font-family:Arial, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.bg1 {
|
||||
background-color: #3F5576;
|
||||
}
|
||||
|
||||
.bg2 {
|
||||
background-color:#59748D;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #59748D;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.data-table td {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #59748D;
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.data-table-head {
|
||||
background-color:#3F5576;
|
||||
color:#EEEEEE;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.game-table-row {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.game-table-row-hover {
|
||||
background-color: #eaebeb;
|
||||
}
|
||||
|
||||
.game-table-cell {
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #59748D;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.game-table-cell a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.livestats-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #59748D;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.livestats-table td {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.location a:link {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.location a:hover {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
.location {
|
||||
background-color:#3F5576;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.location ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
padding: 4px;
|
||||
margin: 0;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.location li {
|
||||
margin-left: 5px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.block {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.subblock {
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.navbar img {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
margin-right: 20px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertab {
|
||||
float: right;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
margin-top: 0px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.headerblock {
|
||||
height:50px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.tableicon {
|
||||
margin-bottom: 0px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.headertabs ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.headertabs li {
|
||||
margin-left: 2px;
|
||||
margin-right: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertabs {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:6px;
|
||||
}
|
||||
|
||||
.bargraph {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.imageformat {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.errorhead {
|
||||
background-color: #CC0000;
|
||||
color: white;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.errortext {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.gmapstab td {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gmapstab a {
|
||||
color:black;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.gmapstabtitle {
|
||||
color:blue;
|
||||
font-weight:bold;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* Subsection Tabs
|
||||
--------------------*/
|
||||
#main ul.subsection_tabs {
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
clear:both;
|
||||
border-bottom:1px solid #ccc;
|
||||
height:18px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li {
|
||||
float:left;
|
||||
margin-right:7px;
|
||||
padding-top:2px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a {
|
||||
display:block;
|
||||
height:16px;
|
||||
padding:0 6px 0 6px;
|
||||
background-color:#fff;
|
||||
color:#666;
|
||||
width:120px;
|
||||
font-weight:bold;
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a:hover {
|
||||
color:#666;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a.active {
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
||||
#main ul.register_tabs {
|
||||
border-bottom:none;
|
||||
}
|
||||
|
||||
#main ul.register_tabs li a.active {
|
||||
background-color:#6d7a81;
|
||||
color:#fff;
|
||||
}
|
316
web/styles/light_grey.css
Normal file
@ -0,0 +1,316 @@
|
||||
body {
|
||||
background-color:#EAEAEA;
|
||||
color:#000000;
|
||||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
tr, td, div, span, body {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color:#AEAEAE;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:#AEAEAE;
|
||||
text-decoration:none;
|
||||
}
|
||||
a:active {
|
||||
color:#AEAEAE;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #FFFFFF;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
img {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fSmall {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 7pt;
|
||||
}
|
||||
.fHeading {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.fTitle {
|
||||
font-family:Arial, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.bg1 {
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
.bg2 {
|
||||
background-color:#FAFAFA;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #000000;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.data-table td {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #000000;
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.data-table-head {
|
||||
background-color:#EAEAEA;
|
||||
color:#000000;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.game-table-row {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.game-table-row-hover {
|
||||
background-color: #eaebeb;
|
||||
}
|
||||
|
||||
.game-table-cell {
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #000000;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.game-table-cell a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.livestats-table {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #000000;
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.livestats-table td {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.location a:link {
|
||||
color: #AEAEAE;
|
||||
}
|
||||
|
||||
.location a:hover {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.location {
|
||||
background-color:#EAEAEA;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.location ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
padding: 4px;
|
||||
margin: 0;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.location li {
|
||||
margin-left: 5px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.block {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.subblock {
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.navbar img {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
margin-right: 20px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertab {
|
||||
float: right;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
margin-top: 0px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.headerblock {
|
||||
height:50px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.tableicon {
|
||||
margin-bottom: 0px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.headertabs ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.headertabs li {
|
||||
margin-left: 2px;
|
||||
margin-right: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertabs {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:6px;
|
||||
}
|
||||
|
||||
.bargraph {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.imageformat {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.errorhead {
|
||||
background-color: #CC0000;
|
||||
color: white;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.errortext {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.gmapstab td {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gmapstab a {
|
||||
color:black;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.gmapstabtitle {
|
||||
color:blue;
|
||||
font-weight:bold;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* Subsection Tabs
|
||||
--------------------*/
|
||||
#main ul.subsection_tabs {
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
clear:both;
|
||||
border-bottom:1px solid #ccc;
|
||||
height:18px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li {
|
||||
float:left;
|
||||
margin-right:7px;
|
||||
padding-top:2px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a {
|
||||
display:block;
|
||||
height:16px;
|
||||
padding:0 6px 0 6px;
|
||||
background-color:#fff;
|
||||
color:#666;
|
||||
width:120px;
|
||||
font-weight:bold;
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a:hover {
|
||||
color:#666;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a.active {
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
||||
#main ul.register_tabs {
|
||||
border-bottom:none;
|
||||
}
|
||||
|
||||
#main ul.register_tabs li a.active {
|
||||
background-color:#6d7a81;
|
||||
color:#fff;
|
||||
}
|
308
web/styles/murd4candy.css
Normal file
@ -0,0 +1,308 @@
|
||||
body {
|
||||
background-color: #5D93D6;
|
||||
color: #FDFEFE;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
tr, td, div, span, body {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #000000;
|
||||
text-decoration:none;
|
||||
}
|
||||
a:visited {
|
||||
color: #F4FAF4;
|
||||
text-decoration:none;
|
||||
}
|
||||
a:active {
|
||||
color: #B0B0B0;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #01FE32;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
img {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fSmall {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 7pt;
|
||||
}
|
||||
.fHeading {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.fTitle {
|
||||
font-family:Arial, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.bg1 {
|
||||
background-color:#2E3E5E;
|
||||
}
|
||||
|
||||
.bg2 {
|
||||
background-color:#59748D;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #59748D;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.data-table td {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #59748D;
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.data-table-head {
|
||||
background-color:#3F5576;
|
||||
color:#EEEEEE;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.game-table-row {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.game-table-row-hover {
|
||||
background-color: #eaebeb;
|
||||
}
|
||||
|
||||
.game-table-cell {
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #59748D;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.game-table-cell a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.livestats-table {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #59748D;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.livestats-table td {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.location a:link {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.location a:hover {
|
||||
color: #01FE32;
|
||||
}
|
||||
|
||||
.location {
|
||||
background-color:#2E3E5E;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.location ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
padding: 4px;
|
||||
margin: 0;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.location li {
|
||||
margin-left: 5px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.block {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.subblock {
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.navbar img {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
margin-right: 20px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertab {
|
||||
float: right;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
margin-top: 0px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.headerblock {
|
||||
height:50px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.tableicon {
|
||||
margin-bottom: 0px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.headertabs ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.headertabs li {
|
||||
margin-left: 2px;
|
||||
margin-right: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertabs {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:6px;
|
||||
}
|
||||
|
||||
.bargraph {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.errorhead {
|
||||
background-color: #CC0000;
|
||||
color: white;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.errortext {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.gmapstab td {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gmapstab a {
|
||||
color:black;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.gmapstabtitle {
|
||||
color:blue;
|
||||
font-weight:bold;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* Subsection Tabs
|
||||
--------------------*/
|
||||
#main ul.subsection_tabs {
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
clear:both;
|
||||
border-bottom:1px solid #ccc;
|
||||
height:18px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li {
|
||||
float:left;
|
||||
margin-right:7px;
|
||||
padding-top:2px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a {
|
||||
display:block;
|
||||
height:16px;
|
||||
padding:0 6px 0 6px;
|
||||
background-color:#fff;
|
||||
color:#666;
|
||||
width:120px;
|
||||
font-weight:bold;
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a:hover {
|
||||
color:#666;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a.active {
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
||||
#main ul.register_tabs {
|
||||
border-bottom:none;
|
||||
}
|
||||
|
||||
#main ul.register_tabs li a.active {
|
||||
background-color:#6d7a81;
|
||||
color:#fff;
|
||||
}
|
331
web/styles/nom_nom_nom.css
Normal file
@ -0,0 +1,331 @@
|
||||
body {
|
||||
background-color:#1c1b18;
|
||||
color:#ffffff;
|
||||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
tr, td, div, span, body {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color:#FF6600;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:#FF6600;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color:#00FF00;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #FF6600;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
img {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fHeading {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fSmall {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 7pt;
|
||||
}
|
||||
|
||||
.fTitle {
|
||||
font-family:Arial, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.bg1 {
|
||||
background-color:#395076;
|
||||
}
|
||||
|
||||
.bg2 {
|
||||
background-color:#1c1b18;
|
||||
}
|
||||
|
||||
.wpnbg {
|
||||
background-color:#f87128;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
border-color: #f87128;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.data-table td {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #f87128;
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.data-table-head {
|
||||
background-color:#1C1B18;
|
||||
color:#f87128;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.game-table-row {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.game-table-row-hover {
|
||||
background-color: #eaebeb;
|
||||
}
|
||||
|
||||
.game-table-cell {
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #f87128;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.game-table-cell a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.livestats-table {
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
border-color: #f87128;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.livestats-table td {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.location a:link {
|
||||
color: #FF6600;
|
||||
}
|
||||
|
||||
.location a:hover {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.location {
|
||||
background-color: #395076;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.location ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
padding: 4px;
|
||||
margin: 0;
|
||||
color: #FF6600;
|
||||
}
|
||||
|
||||
.location li {
|
||||
margin-left: 5px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.block {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.subblock {
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.navbar img {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
margin-right: 20px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headerblock {
|
||||
border:0px solid #A8B090;
|
||||
height:50px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
|
||||
.tableicon {
|
||||
margin-bottom: 0px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.headertabs ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.headertabs li {
|
||||
margin-left: 2px;
|
||||
margin-right: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertabs {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:6px;
|
||||
}
|
||||
|
||||
.bargraph {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.errorhead {
|
||||
background-color: #CC0000;
|
||||
color: white;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.errortext {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.gmapstab td {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gmapstab a {
|
||||
color:black;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.gmapstabtitle {
|
||||
color:blue;
|
||||
font-weight:bold;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* Subsection Tabs
|
||||
--------------------*/
|
||||
#main ul.subsection_tabs {
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
clear:both;
|
||||
border-bottom:1px solid #ccc;
|
||||
height:18px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li {
|
||||
float:left;
|
||||
margin-right:7px;
|
||||
padding-top:2px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a {
|
||||
display:block;
|
||||
height:16px;
|
||||
padding:0 6px 0 6px;
|
||||
background-color:#fff;
|
||||
color:#666;
|
||||
width:120px;
|
||||
font-weight:bold;
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a:hover {
|
||||
color:#666;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a.active {
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
||||
#main ul.register_tabs {
|
||||
border-bottom:none;
|
||||
}
|
||||
|
||||
#main ul.register_tabs li a.active {
|
||||
background-color:#6d7a81;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.header_gameslist {
|
||||
margin: 0 auto;
|
||||
padding-right: 13%;
|
||||
}
|
||||
|
||||
#header_gameslist {
|
||||
float: right;
|
||||
position: absolute;
|
||||
top:0;
|
||||
right:0;
|
||||
}
|
||||
|
||||
ul#header_gameslist{
|
||||
margin: auto;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
ul#header_gameslist li{
|
||||
list-style: none;
|
||||
float: left;
|
||||
padding: 0 10px;
|
||||
}
|
316
web/styles/plain_white.css
Normal file
@ -0,0 +1,316 @@
|
||||
body {
|
||||
background-color:#FFFFFF;
|
||||
color:#000000;
|
||||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
tr, td, div, span, body {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color:#000000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:#000000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color:#AEAEAE;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #AEAEAE;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
img {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fSmall {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 7pt;
|
||||
}
|
||||
.fHeading {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.fTitle {
|
||||
font-family:Arial, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.bg1 {
|
||||
background-color:#edf3f9;
|
||||
}
|
||||
|
||||
.bg2 {
|
||||
background-color:#d0dbe6;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #000000;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.data-table td {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #000000;
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.data-table-head {
|
||||
background-color:#E8E8E8;
|
||||
color:#000000;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.game-table-row {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.game-table-row-hover {
|
||||
background-color: #eaebeb;
|
||||
}
|
||||
|
||||
.game-table-cell {
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #000000;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.game-table-cell a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.livestats-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #000000;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.livestats-table td {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.location a:link {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.location a:hover {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.location {
|
||||
background-color:#E8E8E8;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.location ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
padding: 4px;
|
||||
margin: 0;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.location li {
|
||||
margin-left: 5px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.block {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.subblock {
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.navbar img {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
margin-right: 20px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertab {
|
||||
float: right;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
margin-top: 0px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.headerblock {
|
||||
height:50px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.tableicon {
|
||||
margin-bottom: 0px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.headertabs ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.headertabs li {
|
||||
margin-left: 2px;
|
||||
margin-right: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertabs {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:6px;
|
||||
}
|
||||
|
||||
.bargraph {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.imageformat {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.errorhead {
|
||||
background-color: #CC0000;
|
||||
color: white;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.errortext {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.gmapstab td {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gmapstab a {
|
||||
color:black;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.gmapstabtitle {
|
||||
color:blue;
|
||||
font-weight:bold;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* Subsection Tabs
|
||||
--------------------*/
|
||||
#main ul.subsection_tabs {
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
clear:both;
|
||||
border-bottom:1px solid #ccc;
|
||||
height:18px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li {
|
||||
float:left;
|
||||
margin-right:7px;
|
||||
padding-top:2px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a {
|
||||
display:block;
|
||||
height:16px;
|
||||
padding:0 6px 0 6px;
|
||||
background-color:#fff;
|
||||
color:#666;
|
||||
width:120px;
|
||||
font-weight:bold;
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a:hover {
|
||||
color:#666;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a.active {
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
||||
#main ul.register_tabs {
|
||||
border-bottom:none;
|
||||
}
|
||||
|
||||
#main ul.register_tabs li a.active {
|
||||
background-color:#6d7a81;
|
||||
color:#fff;
|
||||
}
|
302
web/styles/psychonic.css
Normal file
@ -0,0 +1,302 @@
|
||||
body {
|
||||
background-color:#000000;
|
||||
color:#0066CC;
|
||||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
tr, td, div, span, body {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color:#FF6600;
|
||||
text-decoration:none;
|
||||
}
|
||||
a:visited {
|
||||
color:#FF6600;
|
||||
text-decoration:none;
|
||||
}
|
||||
a:active {
|
||||
color:#00FF00;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #FF6600;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
img {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fSmall {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 7pt;
|
||||
}
|
||||
.fHeading {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.bg1 {
|
||||
background-color:#000000;
|
||||
}
|
||||
|
||||
.bg2 {
|
||||
background-color:#191919;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #0066CC;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.data-table td {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #0066CC;
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.data-table-head {
|
||||
background-color:#000000;
|
||||
color:#FF6600;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.game-table-row {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.game-table-row-hover {
|
||||
background-color: #eaebeb;
|
||||
}
|
||||
|
||||
.game-table-cell {
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #f87128;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.game-table-cell a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.livestats-table {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #0066CC;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.livestats-table td {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.location a:link {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.location a:hover {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.location {
|
||||
background-color:#0066CC;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.location ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
padding: 4px;
|
||||
margin: 0;
|
||||
color: #FF6600;
|
||||
}
|
||||
|
||||
.location li {
|
||||
margin-left: 5px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.block {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.subblock {
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.navbar img {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
margin-right: 20px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertab {
|
||||
float: right;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
margin-top: 0px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.headerblock {
|
||||
height:50px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.tableicon {
|
||||
margin-bottom: 0px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.headertabs ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.headertabs li {
|
||||
margin-left: 2px;
|
||||
margin-right: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertabs {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:6px;
|
||||
}
|
||||
|
||||
.bargraph {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.errorhead {
|
||||
background-color: #CC0000;
|
||||
color: white;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.errortext {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.gmapstab td {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gmapstab a {
|
||||
color:black;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.gmapstabtitle {
|
||||
color:blue;
|
||||
font-weight:bold;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* Subsection Tabs
|
||||
--------------------*/
|
||||
#main ul.subsection_tabs {
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
clear:both;
|
||||
border-bottom:1px solid #ccc;
|
||||
height:18px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li {
|
||||
float:left;
|
||||
margin-right:7px;
|
||||
padding-top:2px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a {
|
||||
display:block;
|
||||
height:16px;
|
||||
padding:0 6px 0 6px;
|
||||
background-color:#fff;
|
||||
color:#666;
|
||||
width:120px;
|
||||
font-weight:bold;
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a:hover {
|
||||
color:#666;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a.active {
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
||||
#main ul.register_tabs {
|
||||
border-bottom:none;
|
||||
}
|
||||
|
||||
#main ul.register_tabs li a.active {
|
||||
background-color:#6d7a81;
|
||||
color:#fff;
|
||||
}
|
317
web/styles/red_riot.css
Normal file
@ -0,0 +1,317 @@
|
||||
body {
|
||||
background-color:#000000;
|
||||
color:#FFFFFF;
|
||||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
tr, td, div, span, body {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color:#C0C0C0;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:#C0C0C0;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color:#800000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #C0C0C0;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
img {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fSmall {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 7pt;
|
||||
}
|
||||
|
||||
.fHeading {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.fTitle {
|
||||
font-family:Arial, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.bg1 {
|
||||
background-color:#550000;
|
||||
}
|
||||
|
||||
.bg2 {
|
||||
background-color:#440000;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #000000;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.data-table td {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #000000;
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.data-table-head {
|
||||
background-color:#660000;
|
||||
color:#FFFFFF;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.game-table-row {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.game-table-row-hover {
|
||||
background-color: #eaebeb;
|
||||
}
|
||||
|
||||
.game-table-cell {
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #000000;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.game-table-cell a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.livestats-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #000000;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.livestats-table td {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.location a:link {
|
||||
color: #C0C0C0;
|
||||
}
|
||||
|
||||
.location a:hover {
|
||||
color: #CCCCCC;
|
||||
}
|
||||
|
||||
.location {
|
||||
background-color:#660000;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.location ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
padding: 4px;
|
||||
margin: 0;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.location li {
|
||||
margin-left: 5px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.block {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.subblock {
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.navbar img {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
margin-right: 20px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertab {
|
||||
float: right;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
margin-top: 0px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.headerblock {
|
||||
height:50px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.tableicon {
|
||||
margin-bottom: 0px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.headertabs ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.headertabs li {
|
||||
margin-left: 2px;
|
||||
margin-right: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertabs {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:6px;
|
||||
}
|
||||
|
||||
.bargraph {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.imageformat {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.errorhead {
|
||||
background-color: #CC0000;
|
||||
color: white;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.errortext {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.gmapstab td {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gmapstab a {
|
||||
color:black;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.gmapstabtitle {
|
||||
color:blue;
|
||||
font-weight:bold;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* Subsection Tabs
|
||||
--------------------*/
|
||||
#main ul.subsection_tabs {
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
clear:both;
|
||||
border-bottom:1px solid #ccc;
|
||||
height:18px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li {
|
||||
float:left;
|
||||
margin-right:7px;
|
||||
padding-top:2px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a {
|
||||
display:block;
|
||||
height:16px;
|
||||
padding:0 6px 0 6px;
|
||||
background-color:#fff;
|
||||
color:#666;
|
||||
width:120px;
|
||||
font-weight:bold;
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a:hover {
|
||||
color:#666;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a.active {
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
||||
#main ul.register_tabs {
|
||||
border-bottom:none;
|
||||
}
|
||||
|
||||
#main ul.register_tabs li a.active {
|
||||
background-color:#6d7a81;
|
||||
color:#fff;
|
||||
}
|
439
web/styles/sourcebans.css
Normal file
@ -0,0 +1,439 @@
|
||||
body {
|
||||
background-color:#FFF;
|
||||
color:#000;
|
||||
margin-left:0px;
|
||||
margin-right:0px;
|
||||
margin-top:0px;
|
||||
margin-bottom:0px;
|
||||
|
||||
}
|
||||
|
||||
.content {
|
||||
background-color:#FFF;
|
||||
color:#000;
|
||||
margin-left:8%;
|
||||
margin-right:8%;
|
||||
margin-top:-10px;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
|
||||
tr, td, div, span, body {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #AEAEAE;
|
||||
text-decoration:none;
|
||||
}
|
||||
#ingame .headerblock a:visited {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
img {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fHeading {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fSmall {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 7pt;
|
||||
font-color: #FFF;
|
||||
}
|
||||
|
||||
.fTitle {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.fNormal {
|
||||
font-family: Verdana, Arial, Tahoma, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
padding-left: 12%;
|
||||
}
|
||||
|
||||
.bg1 {
|
||||
background-color:#F3F3F3;
|
||||
}
|
||||
|
||||
.bg2 {
|
||||
background-color:#FFF;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
background-color:#FFF;
|
||||
border: 1px solid #AEAEAE;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.data-table td {
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
border: 1px solid #AEAEAE;
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
.data-table-row {
|
||||
background-color:#282828;
|
||||
border:1px solid #AEAEAE;
|
||||
color:#FFFFFF;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.data-table-head {
|
||||
background-image:url(../styles/sourcebans/detail_head.png);
|
||||
background-repeat: repeat-x;
|
||||
background-color: #282828;
|
||||
border:1px solid #AEAEAE;
|
||||
color:#FFFFFF;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.data-table-head a:link {
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
.data-table-head a:active {
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
.data-table-head a:visited {
|
||||
color:#AEAEAE;
|
||||
}
|
||||
|
||||
.data-table-head a:hover {
|
||||
color:#AEAEAE;
|
||||
}
|
||||
|
||||
.gmapstab a:link {
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.gmapstab a:active {
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.dgmapstab a:visited {
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.gmapstab a:hover {
|
||||
color:#AEAEAE;
|
||||
}
|
||||
|
||||
.game-table-row {
|
||||
border: 1px solid #AEAEAE;
|
||||
background-color: #FFFFFF;
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
.game-table-row-hover {
|
||||
background-color: #eaebeb;
|
||||
border-bottom: 0px;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
.game-table-cell {
|
||||
color: #000000;
|
||||
vertical-align: middle;
|
||||
padding: 4px;
|
||||
border: 1px solid #AEAEAE;
|
||||
}
|
||||
|
||||
.game-table-cell a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.livestats-table {
|
||||
border: 1px solid #AEAEAE;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.livestats-table td {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.location a:link {
|
||||
color: #FFFFFF;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.location a:visited {
|
||||
color: #FFFFFF;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.location a:active {
|
||||
color: #FFFFFF;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.location a:hover {
|
||||
color: #AEAEAE;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.location {
|
||||
height: 22px;
|
||||
background-image:url(../styles/sourcebans/table_location.png);
|
||||
width: 100%;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.location_under {
|
||||
height: 15px;
|
||||
background-image:url(../styles/sourcebans/location_under.png);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.location ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
padding-top: 5px;
|
||||
padding-left: 13%;
|
||||
margin: 0 auto;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.location li {
|
||||
margin-left: 5px;
|
||||
display: inline;
|
||||
|
||||
}
|
||||
|
||||
.header_gameslist {
|
||||
padding-right: 10%;
|
||||
padding-top: 22px;
|
||||
}
|
||||
|
||||
.header_gameslist img {
|
||||
padding: 0 2px;
|
||||
padding-bottom:20px;
|
||||
}
|
||||
|
||||
ul.header_gameslist {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.header_gameslist img#gameslist-active-game{
|
||||
background-image: url(../styles/sourcebans/underline.png);
|
||||
background-position: bottom center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.block {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.subblock {
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.navbar img {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
margin-right: 12px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headerblock {
|
||||
background: url(../styles/sourcebans/title-background.png);
|
||||
border:0px;
|
||||
height:86px;
|
||||
width: 100%;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.title {
|
||||
margin-left: 13%;
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
.tableicon {
|
||||
margin-bottom: 0px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.headertabs ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.headertabs li {
|
||||
margin: 0px;
|
||||
display: inline;
|
||||
|
||||
}
|
||||
|
||||
.headertabs {
|
||||
margin-left: 13%;
|
||||
padding-top: 14px;
|
||||
bottom:0px;
|
||||
|
||||
}
|
||||
|
||||
.bargraph {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.errorhead {
|
||||
background-color: #CC0000;
|
||||
color: white;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.errortext {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.gmapstab td {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gmapstab a {
|
||||
color:black;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.gmapstabtitle {
|
||||
color:blue;
|
||||
font-weight:bold;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* Subsection Tabs
|
||||
--------------------*/
|
||||
#main ul.subsection_tabs {
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
clear:both;
|
||||
border-bottom:1px solid #ccc;
|
||||
height:18px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li {
|
||||
float:left;
|
||||
margin-right:7px;
|
||||
padding-top:2px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a {
|
||||
display:block;
|
||||
height:16px;
|
||||
padding:0 6px 0 6px;
|
||||
background-color:#fff;
|
||||
color:#666;
|
||||
width:120px;
|
||||
font-weight:bold;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a:hover {
|
||||
color:#666;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a.active {
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
||||
#main ul.register_tabs {
|
||||
border-bottom:none;
|
||||
}
|
||||
|
||||
#main ul.register_tabs li a.active {
|
||||
background-color:#6d7a81;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
/** ================ Footer ================ **/
|
||||
|
||||
|
||||
a.footer_link:link,
|
||||
a.footer_link:visited {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.footer_link:hover {
|
||||
text-decoration: underline;
|
||||
color: #AEAEAE;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear:both;
|
||||
color: #000;
|
||||
width: 80%;
|
||||
margin-left:10%;
|
||||
background-repeat: repeat-x;
|
||||
}
|
BIN
web/styles/sourcebans/bg.png
Normal file
After Width: | Height: | Size: 461 B |
BIN
web/styles/sourcebans/bk.png
Normal file
After Width: | Height: | Size: 377 B |
BIN
web/styles/sourcebans/detail_head.png
Normal file
After Width: | Height: | Size: 710 B |
BIN
web/styles/sourcebans/location_under.png
Normal file
After Width: | Height: | Size: 280 B |
BIN
web/styles/sourcebans/table_location.gif
Normal file
After Width: | Height: | Size: 259 B |
BIN
web/styles/sourcebans/table_location.png
Normal file
After Width: | Height: | Size: 278 B |
BIN
web/styles/sourcebans/title-background.png
Normal file
After Width: | Height: | Size: 218 B |
BIN
web/styles/sourcebans/underline.png
Normal file
After Width: | Height: | Size: 677 B |
316
web/styles/tsgk_black.css
Normal file
@ -0,0 +1,316 @@
|
||||
body {
|
||||
background-color:#000000;
|
||||
color:#FFFFFF;
|
||||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
tr, td, div, span, body {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color:#FFFFFF;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:#FFFFFF;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color:#FFFFFF;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #FFFFEE;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
img {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fSmall {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 7pt;
|
||||
}
|
||||
.fHeading {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.fTitle {
|
||||
font-family:Arial, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.bg1 {
|
||||
background-color:#282828;
|
||||
}
|
||||
|
||||
.bg2 {
|
||||
background-color:#282828;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #FFFFFF;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.data-table td {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #FFFFFF;
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.data-table-head {
|
||||
background-color:#282828;
|
||||
color:#FFFFFF;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.game-table-row {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.game-table-row-hover {
|
||||
background-color: #eaebeb;
|
||||
}
|
||||
|
||||
.game-table-cell {
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #FFFFFF;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.game-table-cell a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.livestats-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #FFFFFF;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.livestats-table td {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.location a:link {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.location a:hover {
|
||||
color: #FFFFEE;
|
||||
}
|
||||
|
||||
.location {
|
||||
background-color:#FE7200;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.location ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
padding: 4px;
|
||||
margin: 0;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.location li {
|
||||
margin-left: 5px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.block {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.subblock {
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.navbar img {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
margin-right: 20px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertab {
|
||||
float: right;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
margin-top: 0px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.headerblock {
|
||||
height:50px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.tableicon {
|
||||
margin-bottom: 0px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.headertabs ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.headertabs li {
|
||||
margin-left: 2px;
|
||||
margin-right: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertabs {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:6px;
|
||||
}
|
||||
|
||||
.bargraph {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.imageformat {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.errorhead {
|
||||
background-color: #CC0000;
|
||||
color: white;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.errortext {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.gmapstab td {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gmapstab a {
|
||||
color:black;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.gmapstabtitle {
|
||||
color:blue;
|
||||
font-weight:bold;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* Subsection Tabs
|
||||
--------------------*/
|
||||
#main ul.subsection_tabs {
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
clear:both;
|
||||
border-bottom:1px solid #ccc;
|
||||
height:18px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li {
|
||||
float:left;
|
||||
margin-right:7px;
|
||||
padding-top:2px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a {
|
||||
display:block;
|
||||
height:16px;
|
||||
padding:0 6px 0 6px;
|
||||
background-color:#fff;
|
||||
color:#666;
|
||||
width:120px;
|
||||
font-weight:bold;
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a:hover {
|
||||
color:#666;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a.active {
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
||||
#main ul.register_tabs {
|
||||
border-bottom:none;
|
||||
}
|
||||
|
||||
#main ul.register_tabs li a.active {
|
||||
background-color:#6d7a81;
|
||||
color:#fff;
|
||||
}
|
308
web/styles/ua_styles.css
Normal file
@ -0,0 +1,308 @@
|
||||
body {
|
||||
background-color:#253546;
|
||||
color:#FFFFFF;
|
||||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
margin-top:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
tr, td, div, span, body {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color:#C6C6C6;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color:#C6C6C6;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color:#C6C6C6;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color:#C6C6C6;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
img {
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fSmall {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 7pt;
|
||||
}
|
||||
.fHeading {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.fTitle {
|
||||
font-family:Arial, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.bg1 {
|
||||
background-color:#1F2F3D;
|
||||
}
|
||||
|
||||
.bg2 {
|
||||
background-color:#283846;
|
||||
}
|
||||
|
||||
.data-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #39495A;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.data-table td {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #39495A;
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.data-table-head {
|
||||
background-color:#39495A;
|
||||
color:#C6C6C6;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.game-table-row {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.game-table-row-hover {
|
||||
background-color: #eaebeb;
|
||||
}
|
||||
|
||||
.game-table-cell {
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #39495A;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.game-table-cell a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.livestats-table {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-color: #39495A;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.livestats-table td {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.location a:link {
|
||||
color: #C6C6C6;
|
||||
}
|
||||
|
||||
.location a:hover {
|
||||
color: #01FE32;
|
||||
}
|
||||
|
||||
.location {
|
||||
background-color:#39495A;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.location ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
padding: 4px;
|
||||
margin: 0;
|
||||
color: #39495A;
|
||||
}
|
||||
|
||||
.location li {
|
||||
margin-left: 5px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.block {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.subblock {
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.navbar img {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
margin-right: 20px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertab {
|
||||
float: right;
|
||||
margin-bottom: 0px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
margin-top: 0px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.headerblock {
|
||||
height:50px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.tableicon {
|
||||
margin-bottom: 0px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.headertabs ul {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.headertabs li {
|
||||
margin-left: 2px;
|
||||
margin-right: 0px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.headertabs {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:6px;
|
||||
}
|
||||
|
||||
.bargraph {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.errorhead {
|
||||
background-color: #CC0000;
|
||||
color: white;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.errortext {
|
||||
background-color: white;
|
||||
color: black;
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.gmapstab td {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gmapstab a {
|
||||
color:black;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.gmapstabtitle {
|
||||
color:blue;
|
||||
font-weight:bold;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* Subsection Tabs
|
||||
--------------------*/
|
||||
#main ul.subsection_tabs {
|
||||
list-style:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
clear:both;
|
||||
border-bottom:1px solid #ccc;
|
||||
height:18px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li {
|
||||
float:left;
|
||||
margin-right:7px;
|
||||
padding-top:2px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a {
|
||||
display:block;
|
||||
height:16px;
|
||||
padding:0 6px 0 6px;
|
||||
background-color:#fff;
|
||||
color:#666;
|
||||
width:120px;
|
||||
font-weight:bold;
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a:hover {
|
||||
color:#666;
|
||||
}
|
||||
|
||||
#main ul.subsection_tabs li a.active {
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
||||
#main ul.register_tabs {
|
||||
border-bottom:none;
|
||||
}
|
||||
|
||||
#main ul.register_tabs li a.active {
|
||||
background-color:#6d7a81;
|
||||
color:#fff;
|
||||
}
|