Removed unused CSS files
This commit is contained in:
159
css/basic.css
159
css/basic.css
@@ -1,159 +0,0 @@
|
|||||||
body {
|
|
||||||
font-size: 13px;
|
|
||||||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
|
||||||
line-height:17px;
|
|
||||||
}
|
|
||||||
|
|
||||||
code, pre {
|
|
||||||
background-color:#eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
a {
|
|
||||||
color : #00008B;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
background-color:#eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.logo:hover {
|
|
||||||
background-color:#fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:visited {
|
|
||||||
color : Purple;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo { margin-right:5px;}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 20px;
|
|
||||||
margin: 2px 0 15px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
h1 a { display:none; }
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
text-align: left;
|
|
||||||
font-size: 30px;
|
|
||||||
border-bottom: 1px solid #ccc;
|
|
||||||
margin: 0;
|
|
||||||
font-family:Courier;
|
|
||||||
padding-bottom:6px;
|
|
||||||
padding-top:100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-size: 14px;
|
|
||||||
margin: 5px 2px -10px 8px;
|
|
||||||
font-family:Georgia;
|
|
||||||
padding-bottom:3px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
h3.news {
|
|
||||||
color:#999;
|
|
||||||
text-align:right;
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
|
||||||
border: 1px solid Silver;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
margin: 10px 0 10px 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
|
||||||
margin-left: 26px;
|
|
||||||
padding-left : 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
|
||||||
margin-bottom:20px
|
|
||||||
}
|
|
||||||
|
|
||||||
.screen {
|
|
||||||
margin: 10px 5px 5px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.warning {
|
|
||||||
border: 2px solid #CD5C5C;
|
|
||||||
padding: 3px;
|
|
||||||
margin: 10px 0 10px 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#flags {
|
|
||||||
margin: 5px 0 5px 0;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
#footer {
|
|
||||||
border-top: 1px solid #ccc;
|
|
||||||
margin-top: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#page {
|
|
||||||
margin: 10px auto 5px auto;
|
|
||||||
width: 750px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu {
|
|
||||||
float: left;
|
|
||||||
width: 256px;
|
|
||||||
text-align: right;
|
|
||||||
padding: 0 10px 0 0;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content {
|
|
||||||
margin: 0 0 0 0px;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#download, #download h3 {
|
|
||||||
text-align: center;
|
|
||||||
color: white;
|
|
||||||
font-size:150%;
|
|
||||||
text-decoration:none;
|
|
||||||
padding-top:30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#download h3 {
|
|
||||||
padding-top: 0px;
|
|
||||||
margin-top: 6px;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
a#download, a#download:link, a#download:visited {
|
|
||||||
display:block;
|
|
||||||
margin: 20px 0px 10px 20px;
|
|
||||||
height: 50px;
|
|
||||||
-webkit-border-radius: 8px;
|
|
||||||
-moz-border-radius: 8px;
|
|
||||||
border-radius: 8px;
|
|
||||||
border: 1px solid #3B9877;
|
|
||||||
color:#fff;
|
|
||||||
overflow:visible;
|
|
||||||
background:#6ECBAB;
|
|
||||||
background: -moz-linear-gradient(top, #6ECBAB 0%, #3B9877 100%);
|
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ECBAB), color-stop(100%,#3B9877));
|
|
||||||
background: linear-gradient(top, #6ECBAB 0%, #3B9877 100%);
|
|
||||||
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ECBAB', endColorstr='#3B9877',GradientType=0 );
|
|
||||||
}
|
|
||||||
|
|
||||||
a#download:hover {
|
|
||||||
background:#3B9877;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid #666;
|
|
||||||
}
|
|
||||||
104
css/lightbox.css
104
css/lightbox.css
@@ -1,104 +0,0 @@
|
|||||||
#lightbox{
|
|
||||||
position: absolute;
|
|
||||||
top: 40px;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
z-index: 100;
|
|
||||||
text-align: center;
|
|
||||||
line-height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#lightbox a img{ border: none; }
|
|
||||||
|
|
||||||
#outerImageContainer{
|
|
||||||
position: relative;
|
|
||||||
background-color: #fff;
|
|
||||||
width: 250px;
|
|
||||||
height: 250px;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
#imageContainer{
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#loading{
|
|
||||||
position: absolute;
|
|
||||||
top: 40%;
|
|
||||||
left: 0%;
|
|
||||||
height: 25%;
|
|
||||||
width: 100%;
|
|
||||||
text-align: center;
|
|
||||||
line-height: 0;
|
|
||||||
}
|
|
||||||
#hoverNav{
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
z-index: 10;
|
|
||||||
}
|
|
||||||
#imageContainer>#hoverNav{ left: 0;}
|
|
||||||
#hoverNav a{ outline: none;}
|
|
||||||
|
|
||||||
#prevLink, #nextLink{
|
|
||||||
width: 49%;
|
|
||||||
height: 100%;
|
|
||||||
background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
#prevLink { left: 0; float: left;}
|
|
||||||
#nextLink { right: 0; float: right;}
|
|
||||||
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
|
|
||||||
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }
|
|
||||||
|
|
||||||
|
|
||||||
#imageDataContainer{
|
|
||||||
font: 10px Verdana, Helvetica, sans-serif;
|
|
||||||
background-color: #fff;
|
|
||||||
margin: 0 auto;
|
|
||||||
line-height: 1.4em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#imageData{
|
|
||||||
padding:0 10px;
|
|
||||||
}
|
|
||||||
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
|
|
||||||
#imageData #caption{ font-weight: bold; }
|
|
||||||
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
|
|
||||||
#imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em; }
|
|
||||||
|
|
||||||
#overlay{
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
z-index: 90;
|
|
||||||
width: 100%;
|
|
||||||
height: 500px;
|
|
||||||
background-color: #000;
|
|
||||||
filter:alpha(opacity=60);
|
|
||||||
-moz-opacity: 0.6;
|
|
||||||
opacity: 0.6;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.clearfix:after {
|
|
||||||
content: ".";
|
|
||||||
display: block;
|
|
||||||
height: 0;
|
|
||||||
clear: both;
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
* html>body .clearfix {
|
|
||||||
display: inline-block;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
* html .clearfix {
|
|
||||||
/* Hides from IE-mac \*/
|
|
||||||
height: 1%;
|
|
||||||
/* End hide from IE-mac */
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user