Added Accesskey for menu links 1 to 7.

ALT + 1-7
This commit is contained in:
Brinken
2012-03-20 09:45:04 +01:00
parent 5f927a6cdf
commit b565629b2d
8 changed files with 167 additions and 122 deletions
+1
View File
@@ -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%);
+14 -3
View File
@@ -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; }
+15 -12
View File
@@ -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;
}