Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.81 KB | None | 0 0
  1. 
  2. body {
  3.     /*background-color: #595858;*/
  4.     background-color: #222222;
  5.     color: white;
  6.     font-family: "Open Sans";
  7. }
  8.  
  9. ::-webkit-scrollbar {
  10.     display: none;
  11. }
  12.  
  13. .boxes, .bans, .staffs {
  14.   height: auto;
  15.   text-align: center;
  16.   width: 80%;
  17.   margin: auto;
  18.     margin-top: 15px !important;
  19. }
  20.  
  21. .boxes .box-login {
  22.     width: 350px;
  23.     height: 420px;
  24.     background: #E8E8E8;
  25.     position: absolute;
  26.     top: 0;
  27.     bottom: 0;
  28.     left: 0;
  29.     right: 0;
  30.     margin: auto;
  31.     color: black;
  32.     border-radius: 2px;
  33. }
  34.  
  35. .boxes .box {
  36.     width: 180px;
  37.     height: 150px;
  38.     margin: 5px;
  39.     display: inline-block;
  40.     background: #6ebc61;
  41.     text-align: center;
  42.     border-radius: 3px;
  43.     color: #fff;
  44. }
  45.  
  46. .box-large {
  47.     width: 60%;
  48.     height: auto;
  49.     background: #6ebc61;
  50.     border-radius: 3px;
  51. }
  52.  
  53. .box-title {
  54.   width: 100%;
  55.   height: 40px;
  56.   background: #5cb34d;
  57.   font-size: 15px;
  58.   line-height: 40px;
  59.   border-radius: 3px;
  60. }
  61.  
  62. .game-box:hover {
  63.     cursor: pointer;
  64. }
  65.  
  66. .barra-info {
  67.     border-width: 0px 0px 1px 0px;
  68.     border-style: solid;
  69.     border-color: #9a9898;
  70.     color: white;
  71.     background-color: #403f3f;
  72.     margin-top: -20px;
  73.     height: 40px;
  74.     line-height: 40px;
  75.     font-size: 1.50rem;
  76. }
  77.  
  78. .texto-izquierda {
  79.     margin-left: 20px;
  80. }
  81.  
  82. .texto-derecha {
  83.     margin-right: 20px;
  84.     float: right;
  85. }
  86.  
  87. #grafico-users {
  88.     margin-left: 15px;
  89.     margin-right: 15px;
  90.     margin-top: 15px;
  91. }
  92.  
  93. .form-input {
  94.     height: 30px;
  95.     width: 100%;
  96.   border: 3px solid #f3fff2;
  97.   background: #f3fff2;
  98.   color: #000;
  99.   font-size: 16px;
  100.     padding: 0 5px 0 5px;
  101.     border-radius: 3px;
  102.     margin-top: 5px;
  103. }
  104.  
  105. textarea.form-input {
  106.     height: 300px;
  107.     resize: none;
  108. }
  109.  
  110. .form-button {
  111.     height: 40px;
  112.   width: 30%;
  113.     background-color: #d9534f;
  114.     border: 1px solid #d43f3a;
  115.   color: #fff;
  116.     border-radius: 3px;
  117. }
  118.  
  119. .form-button:focus,
  120. .form-button.focus {
  121.   background-color: #c9302c;
  122.   border-color: #761c19;
  123. }
  124. .form-button:hover {
  125.   background-color: #c9302c;
  126.   border-color: #ac2925;
  127. }
  128.  
  129. .jumbo-principal {
  130.     margin: auto;
  131.     margin-top: 15px;
  132.     margin-bottom: 30px;
  133.     width: 60%;
  134.     text-align: center;
  135.     border-radius: 3px;
  136.     background: url('../images/jumbotron-background.png');
  137. }
  138.  
  139. .jumbo-principal > h1, .jumbo-principal > p {
  140.     color: #555555;
  141. }
  142.  
  143. .caracteristicas {
  144.     height: auto;
  145.     margin: auto;
  146.     text-align: center;
  147.     width:  60%;
  148. }
  149.  
  150. .caracteristicas > div {
  151.     display: inline-block;
  152.     width: 250px;
  153.     margin-left: 10px;
  154.     vertical-align: top;
  155. }
  156.  
  157. .box-large > .box-content {
  158.     text-align: start;
  159.     margin-left: 25px;
  160.     margin-right: 25px;
  161.     margin-top: 5px;
  162. }
  163.  
  164. .error {
  165.     margin: 15px 50px 0px 50px;
  166. }
  167.  
  168. #shadow {
  169.     opacity: 0;
  170.   background: #000;
  171.   width: 100%;
  172.   height: 100%;
  173.   z-index: 100000;
  174.   top: 0;
  175.   left: 0;
  176.   position: fixed;
  177. }
  178.  
  179. #error-conexion {
  180.     position: absolute;
  181.     top: 25%;
  182.   margin-top: 30px;
  183.     display: inline-block;
  184.     z-index: 100000000;
  185.     left: 30%;
  186.     right: 30%;
  187.     opacity: 0;
  188.     text-align: center;
  189. }
  190.  
  191. a {
  192.     text-decoration: none;
  193. }
  194.  
  195. .modal-header {
  196.     background-color: #403f3f;
  197.     border-color: #9a9898;
  198. }
  199.  
  200. .modal-body {
  201.     background-color: #595858;
  202. }
  203.  
  204. .modal-footer {
  205.     background-color: #403f3f;
  206.     border-color: #9a9898;
  207. }
  208.  
  209. .pagina-izquierda {
  210.   float: left;
  211.   width: 45%;
  212.     margin-top: 15px;
  213.     padding-left: 60px;
  214. }
  215.  
  216. .pagina-derecha {
  217.   float: right;
  218.   width: 45%;
  219.     margin-top: 15px;
  220.     padding-right: 60px;
  221. }
  222.  
  223. td.avatar img {
  224.     border-style: none;
  225.     padding: 0;
  226.     border-radius: 3px;
  227.     float: right;
  228. }
  229.  
  230. .pagina-izquierda > h1 {
  231.     text-align: center;
  232. }
  233.  
  234. .pagina-derecha > h1 {
  235.     text-align: center;
  236. }
  237.  
  238. .avatar, .more {
  239.     width: 64px;
  240.   padding-left: 8px;
  241.   padding-right: 0;
  242. }
  243.  
  244. .progress {
  245.   position: relative;
  246. }
  247.  
  248. .progress span {
  249.   position: absolute;
  250.   display: block;
  251.   width: 100%;
  252.   color: black;
  253.     font-weight: bold;
  254. }
  255.  
  256. .rangos {
  257.     margin-left: 5%;
  258.     margin-right: 5%;
  259. }
  260.  
  261. .rango {
  262.     background: #5cb34d;
  263.   border-radius: 3px;
  264.   margin-top: 10px;
  265. }
  266.  
  267. .rango p {
  268.     height: 40px;
  269.   width: 100%;
  270.   margin: 0;
  271.   font-size: 20px;
  272.   line-height: 40px;
  273.   padding-left: 20px;
  274.   cursor: pointer;
  275. }
  276.  
  277. .rango i {
  278.     float: right;
  279.     line-height: 40px;
  280.     padding-right: 20px;
  281. }
  282.  
  283. .cabezas {
  284.     background-color: #595858;
  285. }
  286.  
  287. .cabeza {
  288.     margin: 10px;
  289.   width: 100px;
  290.   float: left;
  291.   height: 130px;
  292.   text-align: center;
  293. }
  294.  
  295. .cabeza p {
  296.     font-size: 12px;
  297.   margin: 0;
  298.   padding: 0;
  299.   text-align: center;
  300.   float: left;
  301. }
  302.  
  303. .cabeza img {
  304.     border-radius: 3px;
  305. }
  306.  
  307. .onlineMarker {
  308.     background-color: rgb(127, 185, 0);
  309.     margin-top: -10px;
  310.     margin-left: 41px;
  311.     border-radius: 100%;
  312.     width: 13px;
  313.     height: 13px;
  314.     position: absolute;
  315. }
  316.  
  317. .onlineMarker_pulse {
  318.     border: 10px solid rgb(127,185,0);
  319.     background: transparent;
  320.     -webkit-border-radius: 46px;
  321.     -moz-border-radius: 46px;
  322.     border-radius: 46px;
  323.     height: 46px;
  324.     width: 46px;
  325.     -webkit-animation: pulse 3s ease-out infinite;
  326.     -moz-animation: pulse 3s ease-out infinite;
  327.     animation: pulse 3s ease-out infinite;
  328.     position: absolute;
  329.     top: -16px;
  330.     left: -16px;
  331.     z-index: 1;
  332.     opacity: 0;
  333. }
  334.  
  335. @-moz-keyframes pulse {
  336.   0% {
  337.     -moz-transform: scale(0);
  338.     opacity: 0.0;
  339.   }
  340.   25% {
  341.     -moz-transform: scale(0);
  342.     opacity: 0.1;
  343.   }
  344.   50% {
  345.     -moz-transform: scale(0.1);
  346.     opacity: 0.3;
  347.   }
  348.   75% {
  349.     -moz-transform: scale(0.5);
  350.     opacity: 0.5;
  351.   }
  352.   100% {
  353.     -moz-transform: scale(1);
  354.     opacity: 0.0;
  355.   }
  356. }
  357.  
  358. @-webkit-keyframes "pulse" {
  359.   0% {
  360.     -webkit-transform: scale(0);
  361.     opacity: 0.0;
  362.   }
  363.   25% {
  364.     -webkit-transform: scale(0);
  365.     opacity: 0.1;
  366.   }
  367.   50% {
  368.     -webkit-transform: scale(0.1);
  369.     opacity: 0.3;
  370.   }
  371.   75% {
  372.     -webkit-transform: scale(0.5);
  373.     opacity: 0.5;
  374.   }
  375.   100% {
  376.     -webkit-transform: scale(1);
  377.     opacity: 0.0;
  378.   }
  379. }
  380.  
  381. .tooltip.top > .tooltip-arrow {
  382.     border-top: 5px solid #595858;
  383. }
  384.  
  385. .tooltip-inner {
  386.     background-color: #595858;
  387. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement