1
0
mirror of https://github.com/gamaio/lobli.git synced 2025-08-13 18:28:47 +00:00

Linux move weirdness and make theLoader always visible for debug

theLoader will not stay visible, this will be changed at a later date
This commit is contained in:
alopexc0de
2014-07-04 17:32:42 -04:00
parent 1d6a2a569c
commit f03ab215d1

View File

@@ -1,262 +1,262 @@
body{ body{
/*background: #2f4f5b;*/ /*background: #2f4f5b;*/
background: #1a6b1a; background: #1a6b1a;
background-image: url('../img/body.jpg'); background-image: url('../img/body.jpg');
font-family: "Verdana"; font-family: "Verdana";
min-width:100%; min-width:100%;
} }
.container { .container {
padding-right: 15px; padding-right: 15px;
padding-left: 15px; padding-left: 15px;
min-width: 992px; min-width: 992px;
} }
h4 { h4 {
margin-top: 25px; margin-top: 25px;
} }
.row { .row {
margin-bottom: 20px; margin-bottom: 20px;
} }
.row .row { .row .row {
margin-top: 10px; margin-top: 10px;
margin-bottom: 0; margin-bottom: 0;
} }
hr { hr {
margin-top: 28px; margin-top: 28px;
margin-bottom: 28px; margin-bottom: 28px;
} }
.navbar { .navbar {
margin-bottom: 20px; margin-bottom: 20px;
background: rgba(34, 32, 27, .6); background: rgba(34, 32, 27, .6);
border: none; border: none;
width: 52%; width: 52%;
} }
.active{ .active{
background: rgba(0,0,0,.5); background: rgba(0,0,0,.5);
} }
.navbar li a{ .navbar li a{
font-size: 40px; font-size: 40px;
color: #355713; color: #355713;
} }
.navbar a:hover{ .navbar a:hover{
background: rgba(34, 32, 27, 1); background: rgba(34, 32, 27, 1);
} }
.header h3{ .header h3{
font-family: "Verdana Bold Italc"; font-family: "Verdana Bold Italc";
font-size: 60px; font-size: 60px;
font-weight: 700; font-weight: 700;
margin-left: 24%; margin-left: 24%;
color: #53960f; color: #53960f;
} }
.spacer{ .spacer{
margin-bottom: 2%; margin-bottom: 2%;
} }
.form-shorten input[type="text"] { .form-shorten input[type="text"] {
padding: 10px; padding: 10px;
font-size: 16px; font-size: 16px;
height: 400%; height: 400%;
font-size: 20px; font-size: 20px;
border: none; border: none;
box-shadow: none; box-shadow: none;
} }
.form-shorten input[type="text"]:focus{ .form-shorten input[type="text"]:focus{
border: none; border: none;
box-shadow: none; box-shadow: none;
padding: 10px; padding: 10px;
font-size: 16px; font-size: 16px;
height: 400%; height: 400%;
font-size: 20px; font-size: 20px;
} }
.submitbtn{ .submitbtn{
width:30px; width:30px;
height: 47px; height: 47px;
background: #333; background: #333;
border: none; border: none;
} }
#footer{ #footer{
font-size: 14px; font-size: 14px;
} }
.text-muted{ .text-muted{
color: ##457587; color: ##457587;
} }
#message{ #message{
float: center; float: center;
text-align: center; text-align: center;
} }
#message .alert{ #message .alert{
float: left; float: left;
text-align: left; text-align: left;
width:515px; width:515px;
font-size: 15px; font-size: 15px;
font-weight: 550; font-weight: 550;
margin-left: 3.5%; margin-left: 3.5%;
} }
#newlink{ #newlink{
color: rgba(0, 191, 0, .6); color: rgba(0, 191, 0, .6);
} }
#newlink:hover{ #newlink:hover{
color: rgba(0, 191, 0, 1); color: rgba(0, 191, 0, 1);
} }
@media screen and (max-width:767px){ @media screen and (max-width:767px){
div.navbar{ div.navbar{
display:none; display:none;
} }
} }
.icon-rotate{ .icon-rotate{
-webkit-transform: rotate(90deg); -webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg); -moz-transform: rotate(90deg);
-ms-transform: rotate(90deg); -ms-transform: rotate(90deg);
-o-transform: rotate(90deg); -o-transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
} }
.stat-flip{ .stat-flip{
-webkit-transform: scaleX(-1); -webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1); -moz-transform: scaleX(-1);
-o-transform: scaleX(-1); -o-transform: scaleX(-1);
transform: scaleX(-1); transform: scaleX(-1);
-ms-filter: fliph; /*IE*/ -ms-filter: fliph; /*IE*/
filter: fliph; /*IE*/ filter: fliph; /*IE*/
} }
.form-shorten-heading{ .form-shorten-heading{
margin-bottom: 10px; margin-bottom: 10px;
color: #bbb; color: #bbb;
} }
.glyphicon { .glyphicon {
display: block; display: block;
text-align: center; text-align: center;
margin: auto; margin: auto;
} }
.col-centered{ .col-centered{
float: none; float: none;
margin: 0 auto; margin: 0 auto;
} }
.linktext{ .linktext{
position: relative; position: relative;
font-size: 76%; font-size: 76%;
} }
.table{ .table{
color: rgb(34, 139, 34); color: rgb(34, 139, 34);
} }
.centertab{ .centertab{
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
text-align: center; text-align: center;
} }
#theLoader{ display: none; } /* #theLoader{ display: none; } */
@-webkit-keyframes title { @-webkit-keyframes title {
0% { 0% {
opacity: 0; opacity: 0;
right: 130px; right: 130px;
} }
48% { 48% {
opacity: 0; opacity: 0;
right: 130px; right: 130px;
} }
52% { 52% {
opacity: 1; opacity: 1;
right: 30px; right: 30px;
} }
70% { 70% {
opacity: 1; opacity: 1;
right: 30px; right: 30px;
} }
100% { 100% {
opacity: 0; opacity: 0;
right: 30px; right: 30px;
} }
} }
@-moz-keyframes title { @-moz-keyframes title {
0% { 0% {
opacity: 0; opacity: 0;
right: 130px; right: 130px;
} }
48% { 48% {
opacity: 0; opacity: 0;
right: 130px; right: 130px;
} }
52% { 52% {
opacity: 1; opacity: 1;
right: 30px; right: 30px;
} }
70% { 70% {
opacity: 1; opacity: 1;
right: 30px; right: 30px;
} }
100% { 100% {
opacity: 0; opacity: 0;
right: 30px; right: 30px;
} }
} }
@-webkit-keyframes fade { @-webkit-keyframes fade {
0% { opacity: 1; } 0% { opacity: 1; }
100% { opacity: 0; } 100% { opacity: 0; }
} }
@-moz-keyframes fade { @-moz-keyframes fade {
0% { opacity: 1; } 0% { opacity: 1; }
100% { opacity: 0; } 100% { opacity: 0; }
} }
.wrap { .wrap {
font-family: sans-serif, arial; font-family: sans-serif, arial;
color: #eaf7ff; color: #eaf7ff;
position: relative; position: relative;
left: 45%; left: 45%;
margin-left: auto; margin-left: auto;
margin-top: auto; margin-top: auto;
} }
.loading { .loading {
position: relative; position: relative;
text-align: center; text-align: center;
text-shadow: 0 0 6px #bce4ff; text-shadow: 0 0 6px #bce4ff;
height: 20px; height: 20px;
width: 150px; width: 150px;
} }
.loading span { .loading span {
display: block; display: block;
text-transform: uppercase; text-transform: uppercase;
position: absolute; position: absolute;
right: 30px; right: 30px;
height: 20px; height: 20px;
width: 200px; width: 200px;
line-height: 20px; line-height: 20px;
} }
.loading span.title { .loading span.title {
-moz-animation: title 3.4s linear infinite; -moz-animation: title 3.4s linear infinite;
-webkit-animation: title 3.4s linear infinite; -webkit-animation: title 3.4s linear infinite;
animation: title 3.4s linear infinite; animation: title 3.4s linear infinite;
} }
.loading span.text { .loading span.text {
-moz-animation: title 3.4s linear 1.7s infinite; -moz-animation: title 3.4s linear 1.7s infinite;
-webkit-animation: title 3.4s linear 1.7s infinite; -webkit-animation: title 3.4s linear 1.7s infinite;
animation: title 3.4s linear 1.7s infinite; animation: title 3.4s linear 1.7s infinite;
opacity: 0; opacity: 0;
} }