2013-08-11 21:21:53 +00:00
|
|
|
|
.hidden { display: none; }
|
|
|
|
|
.unhidden { display: block; }
|
|
|
|
|
|
|
|
|
|
body{
|
|
|
|
|
line-height:1;
|
|
|
|
|
font-family:"Lucida Grande", Arial, Helvetica, Sans-Serif;
|
|
|
|
|
background-color: #434C56;
|
2013-09-01 20:05:03 +00:00
|
|
|
|
background-image: url(../images/body.jpg);
|
2013-08-11 21:21:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-wrapper {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 15;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-01 20:02:06 +00:00
|
|
|
|
.navbar{
|
2014-02-19 14:40:36 +00:00
|
|
|
|
background: rgba(34, 34, 34, 0.2);
|
2013-09-26 23:44:36 +00:00
|
|
|
|
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
|
|
|
|
|
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
|
|
|
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, .8);
|
2013-09-01 20:02:06 +00:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-11 21:21:53 +00:00
|
|
|
|
.navbar-nav a{
|
|
|
|
|
-webkit-transition: all 0.30s ease-in-out;
|
|
|
|
|
-moz-transition: all 0.30s ease-in-out;
|
|
|
|
|
-ms-transition: all 0.30s ease-in-out;
|
|
|
|
|
-o-transition: all 0.30s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-nav a:hover{
|
|
|
|
|
background-color: #000;
|
|
|
|
|
color: #248;
|
|
|
|
|
webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px rgba(94, 125, 142, 0.9) !important;
|
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px rgba(94, 125, 142, 0.9) !important;
|
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px rgba(94, 125, 142, 0.9) !important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-08 15:42:05 +00:00
|
|
|
|
.navbar-nav a:focus{
|
|
|
|
|
background: rgba(0, 0, 0, 0.275) !important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-26 23:44:36 +00:00
|
|
|
|
#selected{
|
|
|
|
|
background: rgba(0, 0, 0, 0.275);
|
|
|
|
|
-webkit-box-shadow: 0 8px 6px -6px rgba(94, 125, 142, 0.9);
|
|
|
|
|
-moz-box-shadow: 0 8px 6px -6px rgba(94, 125, 142, 0.9);
|
|
|
|
|
box-shadow: 0 8px 6px -6px rgba(94, 125, 142, 0.9);
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-11 21:21:53 +00:00
|
|
|
|
.dropdown-menu{
|
2013-09-26 23:44:36 +00:00
|
|
|
|
background-color: rgba(34, 34, 34, 0.775);
|
2013-09-01 20:02:06 +00:00
|
|
|
|
color: #ffffff;
|
2013-09-26 23:44:36 +00:00
|
|
|
|
|
|
|
|
|
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
|
|
|
|
|
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
|
|
|
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, .8);
|
2013-09-01 20:02:06 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dropdown-menu li a{
|
|
|
|
|
color: #ffffff;
|
2013-08-11 21:21:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
2013-09-26 23:44:36 +00:00
|
|
|
|
ul.nav li.dropdown:hover > ul.dropdown-menu {
|
|
|
|
|
-webkit-transition: all 0.70s ease-in-out;
|
|
|
|
|
-moz-transition: all 0.70s ease-in-out;
|
|
|
|
|
-ms-transition: all 0.70s ease-in-out;
|
|
|
|
|
-o-transition: all 0.70s ease-in-out;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-11 21:21:53 +00:00
|
|
|
|
#wrap {
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
height: auto !important;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 0 auto -46px;
|
|
|
|
|
padding: 0 0 46px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#note{
|
|
|
|
|
color: #eee;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
|
|
|
|
|
width: 400px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-shorten {
|
2014-02-19 16:23:56 +00:00
|
|
|
|
max-width: 600px;
|
2013-08-11 21:21:53 +00:00
|
|
|
|
padding: 15px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-shorten .form-shorten-heading{
|
|
|
|
|
margin-bottom: 10px;
|
2014-03-02 03:21:18 +00:00
|
|
|
|
color: #bbb;
|
2013-08-11 21:21:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-shorten .radio-center .btn{
|
|
|
|
|
color: #eee;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-08 15:42:05 +00:00
|
|
|
|
.form-shorten #radio-center .btn:checked{
|
|
|
|
|
border: 1px solid rgba(200, 200, 200, 0.64);
|
|
|
|
|
background-color: #1e3148;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-11 21:21:53 +00:00
|
|
|
|
.form-shorten input[type="text"], .form-shorten textarea{
|
|
|
|
|
position: relative;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
padding: 7px;
|
2013-10-08 15:42:05 +00:00
|
|
|
|
margin-bottom: -1px;
|
|
|
|
|
box-shadow: 0;
|
|
|
|
|
border: 1px solid rgba(200, 200, 200, 0.64);
|
|
|
|
|
padding: 6px 0px 6px 6px;
|
|
|
|
|
resize: none;
|
|
|
|
|
|
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
|
border-bottom-right-radius: 0;
|
2013-08-11 21:21:53 +00:00
|
|
|
|
-webkit-box-sizing: border-box;
|
2013-10-08 15:42:05 +00:00
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
|
box-sizing: border-box;
|
2013-08-11 21:21:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
2013-10-08 15:42:05 +00:00
|
|
|
|
.form-shorten input[type="text"]:focus, .form-shorten textarea:focus{
|
2013-08-11 21:21:53 +00:00
|
|
|
|
z-index: 2;
|
2013-10-08 15:42:05 +00:00
|
|
|
|
border: 1px solid rgba(200, 200, 200, 0.64);
|
|
|
|
|
box-shadow: 0;
|
2013-08-11 21:21:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-shorten .radio-center input[type="radio"]:hover{
|
2013-10-08 15:42:05 +00:00
|
|
|
|
background:#200;
|
2013-08-11 21:21:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-shorten .btn-primary{
|
|
|
|
|
background-color: #333;
|
|
|
|
|
border: 1px solid #444;
|
|
|
|
|
-webkit-transition: all 0.30s ease-in-out;
|
|
|
|
|
-moz-transition: all 0.30s ease-in-out;
|
|
|
|
|
-ms-transition: all 0.30s ease-in-out;
|
|
|
|
|
-o-transition: all 0.30s ease-in-out;
|
2013-10-08 15:42:05 +00:00
|
|
|
|
padding-bottom: 5px;
|
2013-10-10 20:52:30 +00:00
|
|
|
|
text-shadow: 0.1em 0.1em 0.2em #222;
|
2013-08-11 21:21:53 +00:00
|
|
|
|
}
|
|
|
|
|
.form-shorten .btn-primary:hover{
|
|
|
|
|
background-color: #3c6190;
|
|
|
|
|
border: 1px solid rgba(81, 203, 238, 1);
|
2013-10-10 20:52:30 +00:00
|
|
|
|
text-shadow: 0.1em 0.1em 0.2em #222;
|
2013-08-11 21:21:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
2013-10-08 15:42:05 +00:00
|
|
|
|
.form-shorten input[type="radio"]{
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-shorten .fbtn{
|
|
|
|
|
width:58.47% !important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-11 21:21:53 +00:00
|
|
|
|
#message{
|
|
|
|
|
float: center;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #bbb;
|
2013-08-26 06:33:14 +00:00
|
|
|
|
padding-left: 25.6% !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#message #error{
|
|
|
|
|
float: center;
|
|
|
|
|
text-align: center;
|
2013-08-26 14:32:46 +00:00
|
|
|
|
background: rgba(203, 52, 52, 0.7);
|
|
|
|
|
color: #fff;
|
2013-08-26 06:33:14 +00:00
|
|
|
|
border-radius: 5px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
width: 66%;
|
2013-08-11 21:21:53 +00:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-26 14:32:46 +00:00
|
|
|
|
#message #success{
|
|
|
|
|
float: center;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: rgba(0, 158, 0, 0.7);
|
|
|
|
|
color: #fff;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
width: 66%;
|
2014-03-03 15:05:03 +00:00
|
|
|
|
font-size: medium;
|
2013-08-26 14:32:46 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#message a{
|
|
|
|
|
color: #76b4ef;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#message a:hover{
|
|
|
|
|
color: #e2e6e9;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-11 21:21:53 +00:00
|
|
|
|
#privacy-link, #tos-link, #reg-link{
|
2014-02-19 14:40:36 +00:00
|
|
|
|
padding-left: .8%;
|
2013-08-11 21:21:53 +00:00
|
|
|
|
color: #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#privacy-link:hover, #tos-link:hover, #reg-link:hover{
|
|
|
|
|
-webkit-box-shadow: 0 8px 6px -6px rgba(94, 125, 142, 0.9);
|
|
|
|
|
-moz-box-shadow: 0 8px 6px -6px rgba(94, 125, 142, 0.9);
|
|
|
|
|
box-shadow: 0 8px 6px -6px rgba(94, 125, 142, 0.9);
|
|
|
|
|
-webkit-transition: all 0.90s ease-in-out;
|
|
|
|
|
-moz-transition: all 0.90s ease-in-out;
|
|
|
|
|
-ms-transition: all 0.90s ease-in-out;
|
|
|
|
|
-o-transition: all 0.90s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-26 23:44:36 +00:00
|
|
|
|
input[type=text], textarea, input[type=password] {
|
2013-08-11 21:21:53 +00:00
|
|
|
|
-webkit-transition: all 0.30s ease-in-out;
|
|
|
|
|
-moz-transition: all 0.30s ease-in-out;
|
|
|
|
|
-ms-transition: all 0.30s ease-in-out;
|
|
|
|
|
-o-transition: all 0.30s ease-in-out;
|
|
|
|
|
outline: none;
|
|
|
|
|
border: 1px solid #DDDDDD;
|
|
|
|
|
}
|
|
|
|
|
|
2013-09-26 23:44:36 +00:00
|
|
|
|
input[type=text]:focus, textarea:focus, input[type=password]:focus {
|
2013-10-08 15:42:05 +00:00
|
|
|
|
box-shadow: 0 0 5px rgba(200, 200, 200, 0.64);
|
|
|
|
|
border: 1px solid rgba(200, 200, 200, 0.64);
|
2013-08-11 21:21:53 +00:00
|
|
|
|
padding: 6px 0px 6px 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
2013-10-10 20:52:30 +00:00
|
|
|
|
text-shadow: 0.1em 0.1em 0.2em #222;
|
2013-09-26 23:44:36 +00:00
|
|
|
|
}
|
|
|
|
|
|
2014-02-23 04:13:21 +00:00
|
|
|
|
/*#theLoader{ display: none; }*/
|
2014-02-13 18:51:01 +00:00
|
|
|
|
|
|
|
|
|
#loading{
|
|
|
|
|
position: relative;
|
2014-03-03 13:51:44 +00:00
|
|
|
|
left: -10%;
|
2014-02-13 18:51:01 +00:00
|
|
|
|
top: 15%;
|
2014-03-02 02:28:02 +00:00
|
|
|
|
margin: -22px 0 0 0;
|
2014-02-13 18:51:01 +00:00
|
|
|
|
color: #aaa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ajaxloader{ /* Modified from http://unps.us/?ygi1h9 */
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
2014-03-03 13:51:44 +00:00
|
|
|
|
left: 32%;
|
2014-02-13 18:51:01 +00:00
|
|
|
|
top: 15%;
|
|
|
|
|
margin: 0 0 0 -15px;
|
2014-02-23 04:13:21 +00:00
|
|
|
|
border: 6px solid #fff;
|
|
|
|
|
border-right: none;
|
2014-02-13 18:51:01 +00:00
|
|
|
|
border-top: 0 none;
|
|
|
|
|
border-bottom: 0 none;
|
2014-02-23 04:13:21 +00:00
|
|
|
|
border-radius: 100%;
|
2014-02-13 18:51:01 +00:00
|
|
|
|
-webkit-animation: spin 1s linear infinite;
|
|
|
|
|
-moz-animation: spin 1s linear infinite;
|
|
|
|
|
-ms-animation: spin 1s linear infinite;
|
|
|
|
|
-o-animation: spin 1s linear infinite;
|
|
|
|
|
animation: spin 1s linear infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-webkit-keyframes spin
|
|
|
|
|
{
|
|
|
|
|
from { -webkit-transform: rotate(0deg); opacity: 0.4; }
|
|
|
|
|
50% { -webkit-transform: rotate(180deg); opacity: 1; }
|
|
|
|
|
to { -webkit-transform: rotate(360deg); opacity: 0.4; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-moz-keyframes spin
|
|
|
|
|
{
|
|
|
|
|
from { -moz-transform: rotate(0deg); opacity: 0.4; }
|
|
|
|
|
50% { -moz-transform: rotate(180deg); opacity: 1; }
|
|
|
|
|
to { -moz-transform: rotate(360deg); opacity: 0.4; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-ms-keyframes spin
|
|
|
|
|
{
|
|
|
|
|
from { -ms-transform: rotate(0deg); opacity: 0.4; }
|
|
|
|
|
50% { -ms-transform: rotate(180deg); opacity: 1; }
|
|
|
|
|
to { -ms-transform: rotate(360deg); opacity: 0.4; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@-o-keyframes spin
|
|
|
|
|
{
|
|
|
|
|
from { -o-transform: rotate(0deg); opacity: 0.4; }
|
|
|
|
|
50% { -o-transform: rotate(180deg); opacity: 1; }
|
|
|
|
|
to { -o-transform: rotate(360deg); opacity: 0.4; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes spin
|
|
|
|
|
{
|
|
|
|
|
from { transform: rotate(0deg); opacity: 0.2; }
|
|
|
|
|
50% { transform: rotate(180deg); opacity: 1; }
|
|
|
|
|
to { transform: rotate(360deg); opacity: 0.2; }
|
|
|
|
|
}
|