text stringlengths 1 1.04M |
|---|
@charset "UTF-8";
/*****************************************************************************
* Open MCT, Copyright (c) 2014-2018, United States Government
* as represented by the Administrator of the National Aeronautics and Space
* Administration. All rights reserved.
*
* Open MCT is licensed under the Apache... |
.navigation {
height: 75px;
width: 100vw;
display: flex;
justify-content: space-between;
align-items: center;
background: #191919;
}
nav h1 {
font-family: 'Nunito', san-serif;
margin-left: 5vw;
font-size: 1.75em;
font-weight: 100;
letter-spacing: 0.1em;
color: #f9f8fd;
}... |
a,body,h1,h2,h3,h4,h5,h6,li,p,ul{margin:0;padding:0;list-style:none;text-decoration:none}#app,body,html{width:100%;height:100%}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;padding-top:1px;-webkit-box-sizing:border... |
/* html and body will be added to main css */
html {
position: relative;
min-height: 100%;
}
body {
background: #141414;
margin: 0 0 65px;
}
#authContainer {
padding-top: 190px;
margin-left: 600px;
width: 35%;
margin-right: 100px;
margin-bottom: 500px;
}
#haveAccount {
color: #596377;
}
#hav... |
/* ==UserStyle==
@name Riot.IM (Dark and wide)
@namespace USO Archive
@author task
@description `This is just an experiment looking for a dark Riot.IM theme with wide message panel.`
@version 20180616.17.45
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document dom... |
*{
box-sizing: border-box;
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
body{
line-height: 1.5;
font-family: "Open Sans", Arial, sans-serif;
background-color: #FFFEEE;
}
#navbar{
position: fixed;
border-right: 2px solid;
height: 100%;
width: 300px;
top: 0;
left: 0;
}
#navbar head... |
/*! This file is auto-generated */ |
/* You can add global styles to this file, and also import other style files */
* {
text-align: center;
}
.footer {
background-color: bisque;
color: white;
}
.row {
align-content: center;
}
.col-md {
background-color: ghostwhite;
} |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
} |
* {
font-family: "Montserrat", sans-serif;
color: #666;
}
body {
background: #eee;
}
.main {
margin-top: 40px;
}
.heading {
font-family: 'Rock Salt', cursive;
color: #E35865;
line-height: 1.5;
margin: 10px;
font-size: 30px;
}
#textarea {
resize: vertical;
width: 100%;
padding: 35px 15px 15px... |
/* line 3, ../../_sass/404.scss */
#not-found, #not-found body {
display: table;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
/* line 11, ../../_sass/404.scss */
#not-found body {
position: relative;
background-color: #1d2b2a;
background-image: url(/assets/images/404-stripe.png), url(/assets/ima... |
#home{
margin-left:300px;
margin-right:500px;
}
#headercolor{
color:teal;
} |
.spin-content[data-v-4a4a5e0b]{border:1px solid #91d5ff;background-color:#e6f7ff;padding:30px}.example[data-v-da4f15a8]{text-align:center;background:rgba(0,0,0,.05);border-radius:4px;padding:30px 50px;margin:20px 0}.spin-content[data-v-37d2035e],.spin-content[data-v-70262647]{border:1px solid #91d5ff;background-color:#... |
body {
font-family: "Roboto", arial, sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 26px;
letter-spacing: .02em;
color: #88929a;
}
a {
color: #2595ff;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-webkit-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
text-decoration: no... |
/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
color: #6a3500;
background-color: #ffd8b2;
border-color: #ffce9d;
}
.alert-secondary hr {
border-top-color: #ffc184;
}
.alert-secondary .alert-link {
color: #371b00;
}
.badge-seconda... |
html, body{
height: 100%;
}
#pdfviewer {
position: relative;
height:80%;
width:100%;
max-width:1200px;
box-shadow: 0px 0px 20px #eeeeee;
}
#bar {
position: absolute;
left: 20%;
top: 90%;
text-align: center;
width : 100%;
}
.center {
margin: auto;
width: 60px;
padding: 5px;
text-... |
html {
background: #212121;
}
body {
display: none;
}
::-webkit-scrollbar {
width: 8px;
background: #444;
}
::-webkit-scrollbar-thumb {
background: #777;
}
#page_wrapper {
box-shadow: 0 0 6px #303030;
background-color: rgba(49, 49, 49, 0.85);
max-width: none;
z-index: 1;
position: relative;
}
.... |
@import url('../../css/font.css');
html {
-webkit-user-select: none;
}
body {
margin-top: ${css_vh(6)};
margin-bottom: ${css_vh(22.20)};
}
.block-category-header {
color: white;
padding-left: ${css_vh(2.47)};
padding-top: ${css_vh(1.64)};
padding-bottom: ${css_vh(1.64)};
margin-left: ... |
body {
padding-left: 5em;
font-family: Georgia, "Times New Roman", Times, serif;
color: green;
background-color: #EBEBE3
}
h1{
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
}
address {
margin-top: 1em;
padding-top: 1em;
border-top: thin dotted ... |
body {
background-color: #f0f2f5;
font-family: "Times New Roman", Serif;
}
h1, h2, h3 {
text-shadow: 1px 1px 0 #ccc;
}
a {
color: #048;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #c23;
}
a.uri {
color: #66f;
font-family: monospace;
}
a img... |
/**
* SyntaxHighlighter
* http://alexgorbatchev.com/SyntaxHighlighter
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
*
* @version
* 3.0.83 (July 02 2010)
*
* @copyright
* Copyright (C) 2004-2010 Alex Gorbatchev.
*
* @lic... |
body, ul, ol, li, dl, dt, dd, img {margin: 0;padding: 0;}
ul, li, ol, dl {list-style-type: none;} |
body{
background-image: url("/images/maxresdefault.jpg");
}
.prof-box{
width: 400px;
height: 400px;
background-color: rgba(0, 0, 0, 0.7);
padding: 40px;
color: white;
margin: 0 auto;
margin-top: 100px;
text-align: center;
font-family: 'Courier New', Courier, monospace;
transi... |
/*!
* Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-blo... |
@charset "UTF-8";
/**
* Based on work by Daniel Eden in the animate.css library
* http://daneden.me/animate
*/
.CC-animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes CC-copiedToClipboard {
... |
.jumbotron {
background: #0556b3;
color: white;
padding-bottom: 80px; }
.jumbotron .btn-primary {
background: #256ad1;
border-color: #5ac79d; }
.jumbotron .btn-primary:hover {
background: #46a8c1; }
.jumbotron p {
color: #cceee9;
max-width: 75%;
margin: 1em auto 2em; }
.navbar ... |
/*
Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.4
Version: 1.7.0
Author: Sean Ngu
Website: http://www.seantheme.com/color-admin-v1.7/admin/
*/
@media(max-width: 979px) {
.form-horizontal.form-bordered .form-group {
border-bottom: 1px solid #eee;
}
... |
@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";
/*!
* Bootstrap v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #3490d... |
.email-list {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.email-list__item {
display: block;
list-style: none;
margin-bottom: 10px;
} |
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700);
@font-face {
font-family: 'fontello';
font-weight: normal;
font-style: normal; }
.lm-plugin {
font-family: "Helvetica Neue", "Source Sans Pro", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
p... |
/* Matrix reset */
#content {
background-color: #f8f8f8;
}
.widget-box,
.widget-title {
background-color: #fff;
}
.widget-box {
padding: 0 10px;
border: 1px solid #ddd;
}
.widget-title {
color: #666;
border-color: #e5e5e5;
}
.widget-title h5 {
padding: 0;
font-size: 15px;
line-he... |
/* LAYOUT */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/mhvandervelde\/Sites\/lng\/www\/app\/style\/linnaeus_ng\/scss\/matrix\.scss}line{font-family:\000038}}
#page-main #matrix-header {
width: 100%; }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/mhvandervelde\/Sites\/lng\/www\... |
.morris-hover {
position: absolute;
z-index: 10;
}
.morris-hover.morris-default-style {
border-radius: 10px;
padding: 6px;
color: #666;
background: rgba(255, 255, 255, 0.8);
border: solid 1px rgba(230, 230, 230, 0.1);
font-family: sans-serif;
font-size: 12px;
text-align: center
}
.morris-hover.morris-default-... |
/**
* selectize.default.css (v0.9.1) - Default Theme
* Copyright (c) 2013 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LIC... |
/* resets */
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.clearfix:after {
content: "";
display: table;
clear: both; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img... |
@keyframes rotate-in-sm{0%{transform:rotate(-45deg);transform-origin:center center;opacity:0}100%{transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in-sm{animation-name:rotate-in-sm}@keyframes rotate-out-sm{0%{transform:rotate(0);transform-origin:center center;opacity:1}100%{transform:rotate(45deg);... |
@charset "utf-8";
/* CSS Document */
/*公共*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, ... |
* {
background-color: ;
}
.footer {
background-image: url('../pictures/greybackground.jpg');
height: 90px;
}
.cafename {
font-size: 30px;
text-align: center;
color: white;
text-shadow: 2px 2px black;
background-color: darkgrey;
background-image: url('../pictures/greybackground.jpg');
padding-top: ... |
.dropdown:hover>.dropdown-menu {
display: block;
}
.dropdown>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}
a {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.dropdown-menu {
margin-left: 0.5rem;
margin-right: 0.5rem... |
.calendar {
font-family: "Open Sans";
max-width: 600px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 30px;
}
.containerEvent{
display: flex;
width: 200px;
}
.timeBox {
display: flex;
font-size: 15px;
padding-bottom: 30px;
}
.timeBox:nth-child(odd) {
... |
body {
font-family: Tahoma;
}
.ui-tabs-nav {
padding-left:0;
padding-right:8px;
}
.ui-tabs-nav li {
float: right;
}
.button {
font-family: Tahoma;
margin-left:0;
margin-right: 5px;
}
#wphead #viewsite {
margin-left:0;
margin-right: 10px;
}
#viewsite {
right:auto;
left: 8px;
}
#wphead #viewsite a {
font-fami... |
@charset "UTF-8";
/**
* Foundation for Sites by ZURB
* Version 6.5.1
* foundation.zurb.com
* Licensed under MIT Open Source
*/
@media print, screen and (min-width: 40em) {
.reveal, .reveal.tiny, .reveal.small, .reveal.large {
right: auto;
left: auto;
margin: 0 auto; } }
/*! normalize.css v8.0.0 | MI... |
/*
* This files contains additional CSS settings
* used for the TWC Manager
*/
span.VINClick { cursor: pointer; } |
#topline {
height: 4px;
overflow: hidden;
}
#nbar {
overflow: hidden;
}
#controls {
height: 20px;
}
#controls > ul {
position: relative;
}
textarea.input {
border-color: white;
}
textarea.outputtext {
border-color: white;
}
textarea.spawninput {
border-color: gray;
border-style:... |
#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gr... |
.loading-map {
background-color: rgba(0, 0, 0, 0.8);
color: white;
height: 100vh;
position: fixed;
right: 0;
top: 0;
width: 100vw;
}
.search-container {
display: flex;
flex-direction: column;
background-color: whitesmoke;
border-radius: 5px;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
left: 20px;
/* pad... |
/* 2 column liquid layout */
#wpwrap {
height: auto;
min-height: 100%;
width: 100%;
position: relative;
-webkit-font-smoothing: subpixel-antialiased;
}
#wpcontent {
height: 100%;
padding-left: 20px;
}
#wpcontent,
#wpfooter {
margin-left: 160px;
}
.folded #wpcontent,
.folded #wpfooter {
margin-left: 36px;
}
... |
div.mega {
background-color: #ffffff;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 48px;
font-weight: bold;
}
div.header {
background-color: #ffffff;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 36px;
font-weight: bold;
page-break-before: always;
}
div.subheader ... |
body{
background: url("background.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align:center;
font-family: 'Montserrat', sans-serif;
color:#ffffff;
margin:0px;
background-c... |
@import './vars.css';
html {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
font-size: var(--font-base-size);
line-height: var(--font-base-line-height);
}
body {
-webkit-font-smoothing: antialiased;
background: var(--color-white);
color: var(--color-dark);
margin: 0;
}
html, body, body > d... |
html {
position: relative;
}
body {
font-family: 'Lucida Casaul', 'Comic Sans MS';
margin-bottom: 160px;
}
.navbar-img {
width: 30px;
height: 35px;
float: left;
background-size: auto 100%;
margin-top: -5px;
margin-right: 5px;
}
.gallery {
margin-top: 20px;
margin-bottom: 2... |
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.left {
display: inline
}
label, name {
display: block
} |
*{padding:0;margin:0;}
html,body,p,table{font:normal 12PX Tahoma,Verdana,Helvetica,Arial,sans-serif;}
body{background:#F3F3F3;}
table{margin-bottom:10px;width:100%;}
table tr,table th{background: url(img/hr.png) 0 bottom repeat-x;}
table td{padding:7px 10px 9px 15px;color:#666;vertical-align:top;line-height:24px;}
tabl... |
.Post {
margin: 16px auto;
border: 1px solid #eee;
box-shadow: 0 2px 3px #ccc;
padding: 16px;
text-align: center;
display: flex;
justify-content: center;
} |
/*
* Web Fonts from colophon-foundry.org
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Colophon Foundry. The fonts are protected under domestic and international trademark and
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, ... |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.0.0-rc5-master-3d65dea |
/*
All extra css not in the original main.css by HTML5 UP
Karim Bahgat
*/
.tooltip {
position:relative; /* making the .tooltip span a container for the tooltip text */
border-bottom:1px dashed #000; /* little indicater to indicate it's hoverable */
}
.tooltip:before {
content: attr(data-text); /* here's th... |
html, body {
height: 100%;
}
@font-face{
font-family: radwave;
src: url(Radwave.otf) ;
}
body {
background-color:#ffffff;
}
.displaynone {
display:none;
}
#wrap {
min-height: 100%;
height: auto;
/* Negative indent footer by its height */
/* Pad bottom by footer height */
padding: 0 0 60px;
}
#footer {
... |
@import url(http://fonts.useso.com/css?family=Raleway:200,500,700,800);
@font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon.eot?rretjt');
src:url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),
url('../fonts/icomoon.woff?rretjt') format('woff'),
url('../fonts/icomoon.ttf?rretjt') for... |
@CHARSET "UTF-8";
.bar_slider {
z-index: 2;
}
.era-bar {
z-index: 1;
width: 100%;
position: absolute;
bottom: 50px;
height: 30px;
transition: height 0.2s;
}
.era-bar>div {
position: absolute;
height: 100%;
background-color: white;
border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.era-bar>.era {
border: 1px ... |
/*
Venue Template
http://www.templatemo.com/tm-522-venue
*/
body {
font-family: 'Raleway', 'sans-serif';
background-color: #fff;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
p {
font-size: 13px;
color: #7a7a7a;
line-height: 24px;
left: 0.25px;
}
section {
padding-top: 80px;
}
.section-... |
/*!
* Stylesheet for design kmom06.
*
* This stylesheet is for the design course kmom06 design principles.
*/
/**
* Import mixins.
*/
/**
* A small clearfix:
* http://stackoverflow.com/questions/211383/what-methods-of-clearfix-can-i-use
*/
/**
* Normalize and reset the style.
*/
/*! normalize.css v8.0.1 | MI... |
/*# sourceMappingURL=materialize-tags.min.css.map */ |
body {
background-color: #18243c;
font-family: 'Montserrat', 'Avenir', 'Helvetica', 'Arial', sans-serif;
font-size: 16px;
}
#app {
padding: 3rem;
display: grid;
grid-template-columns: minmax(0px, 400px);
grid-gap: 2rem;
}
form {
display: grid;
grid-gap: 1.5rem;
}
form input {
... |
body {
font-family: 'Helvetica Neue', Verdana, Helvetica, Arial, sans-serif;
max-width: 600px;
margin: 0 auto;
padding-top: 26px;
-webkit-font-smoothing: antialiased;
font-size: 1.125em;
color: #333;
line-height: 1.5em;
}
p.convert{
direction: rtl;
text-align: right;
font-size: 1.3em;
margin-to... |
html {
direction: ltr !important;
}
.wrapper {
direction: rtl !important;
}
.new-width {
width: 156%!important;
} |
/*# sourceMappingURL=main.a2a4d745.chunk.css.map */ |
/* Fix user-agent */
* {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family:
"HelveticaNeue-Light",
"Helvetica Neue Light",
"Helvetica Neue",
Helvetica,
Arial,
"Lucida Grande",
sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
}
html,... |
body {
font-family: Tahoma;
padding: 0 0 100px;
margin: 0;
}
h1 {
text-align: center;
font-size: 30pt;
margin: 0;
}
h2 {
font-size: 24pt;
margin: 0;
}
h3 {
font-size: 20pt;
}
ul {
list-style-type: none;
}
input {
outline: none;
}
button {
outline: none;
} |
/*!
* Bootstrap v3.3.2 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-a... |
/*Chat*/
#frame {
width: 100%;
height: 92vh;
min-height: 300px;
max-height: 90%;
background: #E6EAEA;
}
@media screen and (max-width: 360px) {
#frame {
width: 100%;
height: 100vh;
}
}
#frame #sidepanel {
float: left;
min-width: 280px;
max-width: 340px;
widt... |
.{{placeHolderForName}} {
} |
body {
background-color: #000;
overflow: hidden;
}
canvas {
border: #FFF solid 1px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
a {
color: #FFF;
}
input[type="text"], input[type="password"] {
border: 0;
background-color: rgba(0, 0, 0, 0);
b... |
/*
Theme Name: MACCACO
Theme URI: http://www.projekktor.com/downloads
Description: this theme is a screenr clone
Version: 0.9
Author: Michel Maillard
Author URI: http://www.porkhead.org
*/
.projekktor {
background-color:#000;
font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Sans-Serif;
font-size: 1... |
/*!
*
* antd v4.19.1
*
* Copyright 2015-present, Alipay, Inc.
* All rights reserved.
* |
.padding-right-5px {
padding-right: 5px;
} |
.subtitulos {
font-size: "arial black";
height: 50px;
text-align:center;
animation-name:zoomIn ;
animation-duration: 2s;
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opaci... |
.rules-toggle {
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
padding: 0.8rem;
height: 1rem;
position: relative;
}
.rules-container {
position: absolute;
top: 100%;
margin-top: 1rem;
width: 10rem;
font-size: 1rem;
padding: 1rem;
background: var(--background);
... |
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body,
#page-wrapper,
#content-wrapper,
.page-content,
#view {
height: 100%;
width: 100%;
overflow-y: initial;
}
#view {
position: relative;
}
.white-space-normal {
white-space: normal !important;
}
.logo {
display: inline;
max-width: 155... |
@charset 'uft-8';
* {
padding: 0;
margin: 0;
text-decoration: none;
}
#abrir {
position: relative;
z-index: 2;
}
#modal_pai {
width: 100%;
height: 100%;
position: fixed;
background-color: rgba(0,0,0,0.0);
top: 0;
z-index: 1;
transition: 1s;
}
#fechar {
float: right;
margin: 20px;
}
#mod... |
.btn-link-1 {
display: inline-block;
height: 50px;
margin: 0 5px;
padding: 16px 20px 0 20px;
background: #19b9e7;
font-size: 16px;
font-weight: 300;
line-height: 16px;
color: #fff;
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn... |
#page-home {
height: 100vh;
background: url("../../assets/home-background.svg") no-repeat 700px bottom;
}
#page-home .content {
width: 100%;
height: 100%;
max-width: 1100px;
margin: 0 auto;
padding: 0 30px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
#page-home .content header {
mar... |
/* ==UserStyle==
@name ur mom
@namespace USO Archive
@author iconickingz
@description `hola sss`
@version 20120224.16.43
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix('http://www.tumblr.com... |
@import url('https://fonts.googleapis.com/css?family=Orbitron');
body {}
.gamePlayArea {
width: 100%;
height: 100vh;
background-color: blue;
overflow: hidden;
}
.dashboard {
color: white;
font-size: 2em;
font-family: 'Orbitron', sans-serif;
}
.dashboard > div {
width: 48%;
text-al... |
@keyframes color-change {
0% {
background-color: #ff6e51;
}
10% {
background-color: #ff6e51;
}
20% {
background-color: #fcb859;
}
30% {
background-color: #fcc035;
}
40% {
background-color: #5ac9fc;
}
50% {
background-color: #515fff;
}
60% {
background-color: #defc5... |
html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 200;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: rel... |
#content-pc{
display: block;
}
#content-mobile{
display: none;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400&d... |
.split-pane-container.horizontal {
height: 100%;
}
.split-pane-container.vertical {
width: 100%;
height: 100%;
}
.gutter {
background: #eee no-repeat 50%;
}
.gutter.gutter-horizontal {
height: 100%;
float: left;
cursor: col-resize;
}
.gutter.gutter-vertical {
cursor: row-resize;
} |
/** [AIV_SHORT] Build version: 0.1.1 - Sunday, May 27th, 2018, 3:45:34 PM **/
.parallax-container[data-v-569ff987]{perspective:1000px}.parallax-element[data-v-9f140bfc]{transform-origin:center;transition:all 2s;transition-timing-function:cubic-bezier(.23,1,.32,1)}@font-face{font-family:Spoqa Han Sans;font-weight:70... |
.mblDomButtonWhiteCross, .mblDomButtonCross {
background-image: url("../common/domButtons/compat/mblDomButtonWhiteCross.png");
background-repeat: no-repeat;
}
.mblDomButtonWhiteCross div, .mblDomButtonCross div {
display: none;
}
.dj_ie6 .mblTabBar .mblTabBarButton {
display: inline;
}
.mblTabBarTabBar {
backgro... |
.top-bar {
position: absolute;
z-index: 36;
top: 0;
left: 0;
width: 100%;
background: #fff;
background: rgba(255, 255, 255, 0.9);
height: 44px;
}
.esriRTL .top-bar {
left: auto;
right: 0;
}
.top-menu-right {
margin-right: 5px;
}
.esriRTL .top-menu-right {
margin-right:... |
body {
margin: 0px;
display: grid;
}
.formInicio {
display: grid;
width: 90%;
margin: auto;
padding-top: 10px;
grid-row-gap: 5px;
}
.formInicio input {
border-radius: 3px;
border: 1px solid lightgray;
padding: 5px;
}
.formInicio input[type="submit"] {
cursor: pointer;
}
ca... |
@charset "utf-8";
/*heard*/
body{ background:#bebebe url(bg.gif);}
.wrap{ max-width:1000px;margin:0 auto; }
/*.header{ height:170px; background:#4c7298 url(hd_bg.gif);}*/
.header{ height:170px;}
.header .wrap{}
.header .user_img{ float:left; margin:60px 20px 0 0; }
.header .user_img img{border-left:none; border-radius... |
/* button properties */
.button1{
-fx-background-color :linear-gradient(to top left,#FF5A5A, #393351);
-fx-background-radius: 12;
-fx-border-style: solid;
-fx-border-radius: 12;
-fx-border-insets: -5;
-fx-border-color: linear-gradient(to top left,#FF5A5A, #393351);
}
.button1:hover{
-fx-ba... |
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.App-title {
font-size: 1.5em;
}
.App-intro {
font-size: large;
}
@keyframes App-logo-spin {
from { transfor... |
/* --------------------------------
Nucleo Outline Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io
-------------------------------- */
@font-face {
font-family: 'Nucleo';
src: url('../fonts/nucleo.eot');
src: url('../fonts/nucleo.eot') format('embedded-opentype'),
... |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.clearfix::after {
display: table;
content: "";
clear: both;
}
header {
text-align: center;
height: 100%;
width: 100%;
}
nav {
display: inline-block;
width: auto;
height: auto;
}
a {
text-decoration: none;
}
li {
list-style-type: none;
... |
.my-skill .section-title .title-name-gray { left: 110px; }
.my-skill h2 { font-weight: 600; margin-top: 0px; }
.skill-content span { font-weight: 600; font-size: 20px; color: #9ea8b6; line-height: 30px; margin-bottom: 30px; display: block; margin-top: 20px; }
.skill-content p { border-left: 3px solid #07cb79; padding-l... |
.photograph{height:100%;width:100%;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.photograph .header{padding:20px;height:70%}.photograph .footer .el-button{width:80%} |
/*********************************************************************************/
/* Basic */
/*********************************************************************************/
body
{
}
body,input,textarea,select
{
font-size: 11pt;
}
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.