2011-11-02 12:53:58 -04:00
|
|
|
/*-------------------------
|
|
|
|
Simple reset
|
|
|
|
--------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*{
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------
|
|
|
|
General Styles
|
|
|
|
--------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
html {
|
2011-11-02 13:31:05 -04:00
|
|
|
background-color: #c0c0c0;
|
2011-11-04 20:20:32 -04:00
|
|
|
background-image: url(../img/concrete_wall_3.png);
|
2011-11-02 16:52:12 -04:00
|
|
|
min-height: 100%;
|
|
|
|
position: relative;
|
2011-11-02 12:53:58 -04:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
body {
|
|
|
|
color: #fff;
|
|
|
|
min-height: 600px;
|
|
|
|
font: 14px/1.3 'Segoe UI',Arial, sans-serif;
|
2011-11-02 12:53:58 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
a, a:visited {
|
2011-11-02 16:52:12 -04:00
|
|
|
text-decoration: none;
|
|
|
|
outline: none;
|
|
|
|
color: #54a6de;
|
2011-11-02 12:53:58 -04:00
|
|
|
}
|
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
2011-11-02 12:53:58 -04:00
|
|
|
}
|
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
header {
|
|
|
|
display: block;
|
2011-11-02 12:53:58 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------
|
|
|
|
Header Styles
|
|
|
|
--------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
header{
|
2011-11-02 13:31:05 -04:00
|
|
|
background-color: #303030;
|
2011-11-04 20:20:32 -04:00
|
|
|
background-image: url(../img/dark_circles.png);
|
|
|
|
/*position: fixed;*/
|
2011-11-02 13:31:05 -04:00
|
|
|
width: 100%;
|
2011-11-04 20:20:32 -04:00
|
|
|
height: 25px;
|
2011-11-02 13:31:05 -04:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2011-11-04 20:20:32 -04:00
|
|
|
/*z-index: 100000;*/
|
2011-11-02 12:53:58 -04:00
|
|
|
|
2011-11-02 13:31:05 -04:00
|
|
|
box-shadow: 0 1px 2px #303030;
|
|
|
|
-webkit-box-shadow: 0 1px 2px #303030;
|
|
|
|
-moz-box-shadow: 0 1px 2px #303030;
|
2011-11-02 12:53:58 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
h1{
|
2011-11-02 16:52:12 -04:00
|
|
|
height: 40px;
|
2011-11-02 12:53:58 -04:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------
|
|
|
|
Dropbox Element
|
|
|
|
--------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-11-04 20:20:32 -04:00
|
|
|
#dropbox {
|
2011-11-02 13:31:05 -04:00
|
|
|
background-color: #a0a0a0;
|
2011-11-04 20:20:32 -04:00
|
|
|
background-image: url(../img/brushed_alu_dark.png);
|
2011-11-02 12:53:58 -04:00
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
border-radius: 3px;
|
2011-11-02 12:53:58 -04:00
|
|
|
position: relative;
|
2011-11-02 16:52:12 -04:00
|
|
|
margin: 80px auto 90px;
|
2011-11-02 12:53:58 -04:00
|
|
|
min-height: 290px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding-bottom: 40px;
|
2011-11-02 14:32:42 -04:00
|
|
|
width: 960px;
|
2011-11-02 12:53:58 -04:00
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
box-shadow: 0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1);
|
2011-11-02 12:53:58 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#dropbox .message{
|
|
|
|
font-size: 11px;
|
|
|
|
text-align: center;
|
2011-11-02 16:52:12 -04:00
|
|
|
padding-top: 160px;
|
2011-11-02 12:53:58 -04:00
|
|
|
display: block;
|
2011-11-02 13:31:05 -04:00
|
|
|
color: #00487D;
|
2011-11-01 19:34:16 -04:00
|
|
|
}
|
|
|
|
|
2011-11-02 12:53:58 -04:00
|
|
|
#dropbox .message i{
|
2011-11-02 16:52:12 -04:00
|
|
|
color: #00487D;
|
|
|
|
font-size: 10px;
|
2011-11-02 12:53:58 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#dropbox:before{
|
2011-11-02 16:52:12 -04:00
|
|
|
border-radius: 3px 3px 0 0;
|
2011-11-02 12:53:58 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------
|
|
|
|
Image Previews
|
|
|
|
--------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
#dropbox .preview {
|
2011-11-02 12:53:58 -04:00
|
|
|
width:245px;
|
2011-11-02 14:32:42 -04:00
|
|
|
height: 245px;
|
2011-11-02 12:53:58 -04:00
|
|
|
float:left;
|
|
|
|
margin: 55px 0 0 60px;
|
|
|
|
position: relative;
|
2011-11-01 19:34:16 -04:00
|
|
|
text-align: center;
|
2011-11-02 12:53:58 -04:00
|
|
|
}
|
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
#dropbox .preview img {
|
2011-11-02 12:53:58 -04:00
|
|
|
max-width: 240px;
|
|
|
|
max-height:180px;
|
|
|
|
border:3px solid #fff;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
box-shadow:0 0 2px #000;
|
|
|
|
}
|
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
#dropbox .imageHolder {
|
2011-11-02 12:53:58 -04:00
|
|
|
display: inline-block;
|
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
#dropbox .uploaded {
|
2011-11-02 12:53:58 -04:00
|
|
|
position: absolute;
|
|
|
|
top:0;
|
|
|
|
left:0;
|
|
|
|
height:100%;
|
|
|
|
width:100%;
|
2011-11-02 16:35:25 -04:00
|
|
|
|
2011-11-02 12:53:58 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
#dropbox .preview.done .uploaded {
|
2011-11-02 12:53:58 -04:00
|
|
|
display: block;
|
2011-11-02 16:35:25 -04:00
|
|
|
background: url('../img/success.png') no-repeat center center rgba(255,255,255,0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
#dropbox .preview.error .uploaded{
|
|
|
|
display: block;
|
|
|
|
background: url('../img/error.png') no-repeat center center rgba(255,255,255,0.5);
|
2011-11-02 12:53:58 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------
|
|
|
|
Progress Bars
|
|
|
|
--------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
#dropbox .progressHolder {
|
2011-11-01 19:34:16 -04:00
|
|
|
position: absolute;
|
2011-11-02 16:52:12 -04:00
|
|
|
background-color: #252f38;
|
|
|
|
height: 12px;
|
|
|
|
width: 100%;
|
|
|
|
left: 0;
|
2011-11-02 14:32:42 -04:00
|
|
|
bottom: 30px;
|
2011-11-02 12:53:58 -04:00
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
box-shadow: 0 0 2px #000;
|
2011-11-02 12:53:58 -04:00
|
|
|
}
|
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
#dropbox .progress {
|
2011-11-04 20:20:32 -04:00
|
|
|
background-color: #c0c0c0;
|
|
|
|
background-image: url(../img/concrete_wall_3.png);
|
2011-11-02 12:53:58 -04:00
|
|
|
position: absolute;
|
2011-11-02 16:52:12 -04:00
|
|
|
height: 100%;
|
|
|
|
left: 0;
|
|
|
|
width: 0;
|
2011-11-02 12:53:58 -04:00
|
|
|
|
|
|
|
box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
|
|
|
|
|
2011-11-02 16:52:12 -04:00
|
|
|
-moz-transition: 0.25s;
|
|
|
|
-webkit-transition: 0.25s;
|
|
|
|
-o-transition: 0.25s;
|
|
|
|
transition: 0.25s;
|
2011-11-02 12:53:58 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#dropbox .preview.done .progress{
|
|
|
|
width:100% !important;
|
2011-11-02 14:32:42 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------
|
|
|
|
Link Box
|
|
|
|
--------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#dropbox .linkHolder {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dropbox .linkHolder input {
|
|
|
|
width: 100%;
|
2011-11-04 20:20:32 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-11-04 23:42:59 -04:00
|
|
|
|
2011-11-04 20:20:32 -04:00
|
|
|
/*-------------------------
|
|
|
|
Uploaded Image
|
|
|
|
--------------------------*/
|
|
|
|
|
2011-11-04 23:42:59 -04:00
|
|
|
|
|
|
|
|
2011-11-04 20:20:32 -04:00
|
|
|
#imageContainer {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image {
|
|
|
|
max-width: 920px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#message {
|
|
|
|
background-color: #a0a0a0;
|
|
|
|
background-image: url(../img/brushed_alu_dark.png);
|
|
|
|
|
|
|
|
border-radius: 3px;
|
|
|
|
margin: auto;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 600px;
|
|
|
|
padding: 10px;
|
2011-11-04 21:41:18 -04:00
|
|
|
margin-top: 25px;
|
2011-11-04 20:20:32 -04:00
|
|
|
|
|
|
|
box-shadow: 0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1);
|
2011-11-06 02:40:37 -05:00
|
|
|
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#message a {
|
|
|
|
color: #000;
|
|
|
|
font-weight: bold;
|
2011-11-04 23:42:59 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------
|
|
|
|
Navigation Tabs
|
|
|
|
--------------------------*/
|
|
|
|
|
|
|
|
|
2011-11-06 02:34:41 -05:00
|
|
|
|
2011-11-04 23:42:59 -04:00
|
|
|
#left {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 30%;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
background-image: url(../img/leftarrow.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
#right {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 30%;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
background-image: url(../img/rightarrow.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.navigation {
|
|
|
|
display: block;
|
|
|
|
height: 50px;
|
|
|
|
width: 50px;
|
2011-11-06 02:34:41 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------
|
|
|
|
Gallery
|
|
|
|
--------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#galleryContainer {
|
|
|
|
width: 175px;
|
|
|
|
height: 175px;
|
|
|
|
float: left;
|
|
|
|
margin: 5px;
|
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
2011-11-06 02:40:37 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.pagination {
|
|
|
|
text-align: center;
|
2011-11-07 23:22:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------
|
|
|
|
Header Content
|
|
|
|
--------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#title {
|
|
|
|
text-align: left;
|
|
|
|
width: 48%;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#title h1 {
|
|
|
|
text-align: left;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#title h1 a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#links {
|
|
|
|
width: 48%;
|
|
|
|
right: 0;
|
|
|
|
text-align: right;
|
|
|
|
position: absolute;
|
|
|
|
padding: 3px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#links a {
|
|
|
|
color: #fff;
|
2011-11-08 15:04:25 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.underline {
|
|
|
|
text-decoration: underline;
|
2011-11-02 13:31:05 -04:00
|
|
|
}
|