diff --git a/data/css/ColorStyles.css b/data/css/ColorStyles.css index 7b1f19c8..cf0379fc 100644 --- a/data/css/ColorStyles.css +++ b/data/css/ColorStyles.css @@ -72,6 +72,7 @@ div#updatebar background-image: -ms-linear-gradient(bottom, rgb(97,0,0) 0%, rgb(122,0,0) 100%); } /*Tablehead color*/ +h1, table.display thead tr th { background-image: linear-gradient(bottom, rgb(69,69,69) 0%, rgb(102,102,102) 100%); diff --git a/data/css/StyleSheet.css b/data/css/StyleSheet.css index 4dbfda5e..ffbc89e4 100644 --- a/data/css/StyleSheet.css +++ b/data/css/StyleSheet.css @@ -126,7 +126,7 @@ a.blue { #container { width: 100%; margin: auto; } -body { background-color: #313131; color: rgb(190,190,190); text-shadow: 1px 1px 3px #000; overflow: hidden; overflow-y: hidden; overflow-x: hidden; } +body { background-color: #313131; color: rgb(190,190,190); overflow: hidden; overflow-y: hidden; overflow-x: hidden; } @@ -138,9 +138,19 @@ text-shadow: 1px 1px rgb(100,100,100); line-height: 100%; } -h1 { font-size: 14px; padding: 10px 0px 10px 10px; color: #FFF; text-decoration: none; background-color: #212121; } +h1, +h1 a, +h1 a:hover +{ + font-size: 14px; + padding: 5px 0px 5px 10px; + color: #000; + text-shadow: 1px 1px 0px rgba(255,255,255,0.2); + text-decoration: none; + border: 1px solid #000; +} h2 { font-size: 13px; color: #FFF; text-decoration: none;} -h3 { font-size: 12px; color: #FFF; text-decoration: none;} +h3 { font-size: 12px; color: rgb(160,160,160); text-shadow: 1px 1px 0px rgb(10,10,10); text-decoration: none;} h4 { font-size: 10px; color: #FFF; text-decoration: none;} p { margin-top: 8px; margin-bottom: 8px; } @@ -894,6 +904,7 @@ footer width: 100%; height: 30px; z-index: 900; + box-shadow: 0px 0px 12px #000; } div#version { text-align: center; font-weight: bold; } div#donate { text-align: center; margin: 20px auto 20px auto; } diff --git a/data/css/data_table.css b/data/css/data_table.css index a9f98487..4fb62999 100644 --- a/data/css/data_table.css +++ b/data/css/data_table.css @@ -275,29 +275,32 @@ td.details { .paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active { border: 1px solid #000; - padding: 2px 5px; + color: #000; + font-weight: bold; + padding: 3px 5px; margin: 0 3px; cursor: pointer; *cursor: hand; + border-radius: 3px; + text-shadow: rgb(255,255,255); } .paging_full_numbers span.paginate_button { background-image: linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%); -background-image: -o-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%); -background-image: -moz-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%); -background-image: -webkit-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%); -background-image: -ms-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%); -border-bottom: 1px solid #000; - color: #fff; + background-image: -o-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%); + background-image: -moz-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%); + background-image: -webkit-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%); + background-image: -ms-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%); + border-bottom: 1px solid #000; } .paging_full_numbers span.paginate_button:hover { background-image: linear-gradient(bottom, rgb(117,0,10) 0%, rgb(82,0,0) 100%); -background-image: -o-linear-gradient(bottom, rgb(117,0,10) 0%, rgb(82,0,0) 100%); -background-image: -moz-linear-gradient(bottom, rgb(117,0,10) 0%, rgb(82,0,0) 100%); -background-image: -webkit-linear-gradient(bottom, rgb(117,0,10) 0%, rgb(82,0,0) 100%); -background-image: -ms-linear-gradient(bottom, rgb(117,0,10) 0%, rgb(82,0,0) 100%); -border-bottom: 1px solid #000; + background-image: -o-linear-gradient(bottom, rgb(117,0,10) 0%, rgb(82,0,0) 100%); + background-image: -moz-linear-gradient(bottom, rgb(117,0,10) 0%, rgb(82,0,0) 100%); + background-image: -webkit-linear-gradient(bottom, rgb(117,0,10) 0%, rgb(82,0,0) 100%); + background-image: -ms-linear-gradient(bottom, rgb(117,0,10) 0%, rgb(82,0,0) 100%); + border-bottom: 1px solid #000; color: #fff; } diff --git a/data/images/cd-big.png b/data/images/cd-big.png new file mode 100644 index 00000000..e0d1e144 Binary files /dev/null and b/data/images/cd-big.png differ diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html index d0180073..68af5ce8 100755 --- a/data/interfaces/default/base.html +++ b/data/interfaces/default/base.html @@ -83,7 +83,7 @@ ${next.headerIncludes()}