text stringlengths 1 1.04M |
|---|
body { font-size: 1em; }
h1 { font-size: 200%; }
h2 { font-size: 50%; } |
.Banner {
padding: 20px;
width: 350px;
display: right;
height: 150px;
clear: both;
} |
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url(https://db.onlinewebfonts.com/c/67680f2eb947c5cbd58b40961b4a61e9?family=Apple + SD + Gothic + Neo);
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Open Sans', 'Helvetica... |
.title-row {
margin-bottom: 50px;
}
.title {
margin: auto;
margin-top: 20px;
font-weight: 300;
font-size: 40px;
line-height: 46px;
color: #204056;
}
.menu {
margin-bottom: 20px;
}
.menu-item {
height: 50px;
}
.menu-item,
.title h5 {
font-family: "Oxygen", "Oxygen", "Segoe UI"... |
/*general*/
@font-face {
font-family: Graphik;
font-weight: 400;
src: url(/assets/fonts/Graphik-Regular-Web.woff2) format("woff2");
}
body {
font-family: Graphik, sans-serif;
padding: 0;
/*background-color: #f5f5f5;*/
}
h1 {
font-weight: 400;
font-style: normal;
}
a:hover {
text-decoration: none;
}... |
.rightBarFriend {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.rightBarProfileImgContainer {
margin-right: 10px;
position: relative;
}
.rightBarProfileImg {
width: 40px;
height: 40px;
border-radius: 50%;
object-fit: cover;
}
.rightBarOnline {
width: 12px;
he... |
:root {
--input-padding-x: 1.5rem;
--input-padding-y: .75rem;
}
body {
background-color: lightgrey;
background-size: cover;
}
.card-signin {
border: 0;
border-radius: 1rem;
box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.card-signin .card-title {
margin-bottom: 2rem;
... |
/*
* ___
* /\_ \
* \//\ \ __ ___ __ __ ___ ___
* \ \ \ /'__`\ /' _ `\/\ \/\ \ / __`\ /' _ `\
* \_\ \_/\ \_\.\_/\ \/\ \ \ \_\ \/\ \_\ \/\ \/\ \
* /\____\ \__/.\_\ \_\ \_\/`____ \ \____/\ \_\ \_\
* \/____/\/__/\/_/\/_/\/_/`/___/> \/___/ \/_/\/_/
* ... |
@import url(https://fonts.googleapis.com/css?family=Shojumaru);
select{
background-color:#fff;
}
.top-block{
font-size:14px;
text-align: center;
padding: 5px;
margin-bottom:10px;
font-weight:bold;
position: relative;
display: block;
line-height: 22px;
text-shadow: 0 0 1px #DDD;
text-decoration:none;
-webkit-box-shado... |
@font-face{
font-family:LibreFranklin-Bold;
src:url(../recursos/fuentes/LibreFranklin-Bold.ttf);
}
@font-face{
font-family:LibreFranklin-ExtraLight;
src:url(../recursos/fuentes/LibreFranklin-ExtraLight.ttf);
}
@font-face{
font-family:LibreFranklin-Light;
src:url(../recursos/fuentes/LibreFranklin-Light.ttf);... |
/**
* @name War_Zone
* @author NFLD99(now taking control by ShadowDevilsAvenged)
* @version ersion auto updates
* @description Thank you for choosing NFLD Inc(now taking control by ShadowDevilsAvenged)!
* @source https://github.com/ShadowDevilsAvenged/Better-Discord
* @authorLink https://discordhub.com/profile/23530294... |
.Wrapper {
width: 100vw;
height: 100vh;
background-image: url(../../img/verified.png);
background-repeat: no-repeat;
background-size: 320px;
background-position: center 30px;
font-family: "HelveticaNeueCyr";
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 300px 1fr... |
/*!
* Bootstrap v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
/* Homework-1 Stylesheet */
header {
background-color: #B2B2B2;
}
h1, h2 {
text-transform: uppercase;
}
h1 {
color: #FFFFFF;
text-align: center;
}
h2 {
color: #000080;
}
section {
background-color: #7F7F7F;
}
a {
background-color: #C5C5C5;
color: #000000;
}
img {
display: none;... |
.todos {
list-style: none;
margin: 2rem auto;
padding: 0;
width: 40rem;
} |
/* ==UserStyle==
@name Facebook: Mob Wars - Cleaned Up
@namespace USO Archive
@author odetocodenode
@description `This style removes all the junk from Mob Wars, leaving just the game and the chat box.`
@version 20141216.23.56
@license CC0-1.0
@preprocessor uso
==/UserStyle== */... |
body {
/* border: solid green; */
/* Avoid "empty" pages (pages with just padding/margins) */
-fs-keep-with-inline:keep;
}
#headers div.header {
display: block;
margin-bottom: 1.5cm;
padding-top: 0.50cm;
height: 1.0cm;
}
#headers div.footer {
display: block;
margin-top: 0.5cm;
padding-t... |
header {
background-color: var(--primary-color);
display: flex;
justify-content: center;
}
header nav {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
height: 64px;
padding: 0 42px;
min-width: 980px;
font-size: 14px;
}
nav img {
height: 24px;
}
nav >... |
@tailwind utilities;
.scrollbar-none {
scrollbar-width: none;
&::-webkit-scrollbar {
display: none !important;
}
}
.scrollbar-w-2::-webkit-scrollbar {
@apply w-2 h-2 !important;
}
.scrollbar-track-gray-lighter::-webkit-scrollbar-track {
@apply bg-gray-300 !important;
}
.scrollbar-thumb-gray::-webkit-s... |
body {
background-color: #E4E4E4;
}
h2 {
margin-top: 0;
}
/***
Navbar
**/
.container {
margin-top: 1em;
}
.main-navbar {
padding: 0 0 0 0;
margin-bottom: 0px;
z-index: 999;
}
.sparkline-container svg {
margin: 10px 15px 8px;
float: left;
}
.main-navbar .sparkline {
display:... |
#dom-node {
width: 400px;
background-color: white;
padding: 1em;
}
input {
height: 100%;
width: 100%;
font-family: monospace;
font-size: 20px;
border: 1px solid grey;
padding: 1em;
} |
canvas {
padding: 0;
margin: auto;
display: block;
}
.disabled-group {
pointer-events: none;
}
.form-group input[type="radio"] {
-webkit-appearance: none;
}
.form-group{
margin-bottom:0px;
}
.form-group label {
width: 100%;
margin-right:0px;
}
.form-group span {
margin-top:0px;
}
... |
h1{
color:rgba(2, 5, 10,1);
text-align: center;
/* width
color
style*/
/*border-width: 1px;*/
/*border-style: dashed;*/
/*border-color: gold;*/
border: 2px solid darkslategrey;
font-family: Georgia;
}
/*selector{*/
/*property:value;*/
/*}*/
li{
color:darkslategr... |
/*
See ab2p.common.css for sources info
*/ |
/* cyrillic-ext */
@font-face {
font-family: 'PT Serif';
font-style: normal;
font-weight: 400;
src: local('PT Serif'), local('PTSerif-Regular'), url(http://fonts.gstatic.com/s/ptserif/v8/5hX15RUpPERmeybVlLQEWBkAz4rYn47Zy2rvigWQf6w.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2D... |
.course-content-enroll {
margin-top: 15rem;
}
.course-content-enroll__title {
font-family: Roboto;
font-size: 20px;
font-weight: 500;
color: #313653;
line-height: 1;
border-radius: 0px;
} |
/* ==UserStyle==
@name Tema da Lulu
@namespace USO Archive
@author Yuno Alice
@description `Para quem joga League of legends e é fã da Lulu`
@version 20140820.19.19
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("amordoce.com") {
#container... |
.has-search .form-control {
padding-left: 2.375rem;
}
.has-search .form-control-feedback {
z-index: 2;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 2.375rem;
text-align: center;
pointer-events: none;
color: #aaa;
}
.table{
top:50px;
left: 25%;
}
.ajout{
... |
.container {
min-height: 100vh;
padding: 0 0.5rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.main {
padding: 2rem 0;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footer {
width: 100%;
height: ... |
*{margin:0;padding:0;}
*, *:after, *:before {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;word-break: break-all;word-wrap: break-word;}
html{font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size... |
/* ==========================================================================
Footer - The bottom of every page
========================================================================== */
.site-footer {
position: relative;
margin: 8rem 0 0;
padding: 1rem 15px;
font-family: "Open Sans", sans... |
.arrowlistmenu{
width: 160px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{
height:30px;
font:14px/28px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
color: #fff;
background:url(../images/mvmenu_off.gif) 0px -180px no-repeat;
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-tr... |
.owners:after {
content: "";
clear: both;
display: block;
}
.owners > div {
float: left;
margin: 20px;
padding: 20px;
}
.wj-flexgrid {
max-height: 250px;
}
.wj-flexchart {
max-height: 250px;
}
.ctx-menu {
padding: 3px;
min-width: 120px;
background: #FFFBDD;
overflow: ... |
.bglossary-container .item-icons{padding-top:45px;margin-top:-25px}.bglossary-container .alphabet{padding-bottom:0.25em;margin-left:-15px}.bglossary-container h1[id],.bglossary-container h2[id],.bglossary-container h3[id],.bglossary-container h4[id]{padding-top:45px;margin-top:-25px}.bglossary-container .list-group-ite... |
html {
background-color: #2d2d2d;
}
.titlenav {
display: flex;
flex-direction: column;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 50px;
background-color: lightblue;
text-justify: left;
text-align: center;
}
.logoText {
} |
/*!
* CleanSlate: proprietary rules
* github.com/premasagar/cleanslate
*
*//*
An extreme CSS reset stylesheet, for normalising the styling of a container element and its children.
by Premasagar Rose
dharmafly.com
license
opensource.org/licenses/mit-license.php
**
v0.9.1... |
@font-face {
font-family: 'ActivitiModeler';
src: url('../fonts/activiti-admin-webfont.eot');
src: url('../fonts/activiti-admin-webfont.eot?#iefix')
format('embedded-opentype'),
url('../fonts/activiti-admin-webfont.woff') format('woff'),
url('../fonts/activiti-admin-webfont.ttf') format('truetype'),
url('../... |
/* Made with love by Mutiullah Samim*/
@import url('https://fonts.googleapis.com/css?family=Numans');
html,body{
background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
}
.container{
heig... |
/* modal popup show prd by ajax */
#prdModal .product-wrapper {
display: inline-block;
width: 100%;
}
#prdModal .product-title h3 {
padding-bottom: 0;
text-transform: uppercase;
font-style: italic;
font-weight: bold;
}
#prdModal .product-info__price {
font-size: 1.5em;
color: #1fc0a0;... |
*, *::before, *::after {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
}
#root {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Open Sans';
}
.card-header-details .icon::before {
position: relative;
right: 7px;
top: 1px;
} |
/**
# # # # # # # # # # # # # # # # # # # # # # # #
# Todos los derechos reservados a: #
# CreceLibre Consultores en Tecnologías Ltda. #
# #
# ©Milton Inostroza Aguilera #
# 2009 #
# # # # # # # # # # #... |
.marker-btn {
background: none;
border: none;
cursor: pointer;
}
.marker-btn img {
width: 30px;
height: 30px;
}
.mapboxgl-popup-close-button {
color: red;
}
.card.popup-card {
margin: 11px;
width: 18em;
text-align: left;
}
.card.popup-card .card-content {
margin: -15px;
}
.card.popup-card .card... |
.container{
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
}
.button-search{
width: 48px;
}
.button-search > i, .button-copy i{
font-size: 1.5rem;
}
h1{
margin: 0.25rem;
}
.search-container{
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
position... |
body {
/* padding-top: 70px;*/
}
.login_sidenav {
height: 100%; /* 100% Full-height */
width: 450px; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
/* z-index: 1; Stay on top */
/*
top: 0;
left: 0;
*/
background-color: #111; /* Black*/
overflow-... |
body {
overflow: hidden;
}
@media only screen and (max-width: 1024px) {
.hilang {display:none;}
}
.white-bg {
background: #fff;
}
table.stats {
width: 100%;
}
.main-menu li a {
border:1px solid #eee;
}
.hero-foot ul a:hover {
opacity: 1 !important;
padding-top: 3px !important;
margin-top: -5px;
}
.red... |
/* Global Styling */
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
background-color: #d9dcd6;
}
a {
color: #ffffff;
text-decoration: none;
}
p {
font-size: 16px;
}
/* Header Styling */
.header {
padding: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Luc... |
*, *::before, *::after {
padding: 0;
margin: 0;
}
footer {
position: absolute;
bottom: 0;
width: 100vw;
padding: 10px 0;
}
footer > p {
text-align: center;
margin: 0;
}
.forms {
width: 400px;
} |
/* Universal selectors for the layout/positioning/style of webpage. */
* {
box-sizing: border-box;
padding: 1;
margin: 2;
}
body {
background-color:#fff;
}
p {
display:flex;
flex-wrap: wrap;
margin: 2%;
font-size: 20px;
font-family:sans-serif;
}
h1 {
display: flex;
flex-w... |
/*!
Skin v12.4.0
Copyright 2017 eBay! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/eBay/skin/blob/master/LICENSE.txt" |
html,
body {
background-size: contain;
font-family: 'Flavors', cursive;
height: 100%;
width: 100%;
background-color: #E73842;
}
.container {
height: 100%;
position: relative;
}
.title-block {
margin: 1%;
padding: 5px;
}
.map-title {
color: #0127FF;
font-size: 45px;
font-style: italic;
text-... |
/***********************************************************
* Copyright (C) 2022
* Worktez
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the MIT License
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without ... |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*---------------------------------------------------------------... |
#brand-sidebar {
height: 100%;
background: #f6f6f6;
padding: 40px;
padding-left: 30px;
left: 0;
font-family: 'PT Sans';
font-weight: bold;
color: #000;
position: fixed;
width: inherit;
z-index: 999;
}
#brand-sidebar .title {
font-size: 30px;
margin-top: 20%;
text-align: right;
font-weight:... |
/*!
* # Semantic UI 2.2.13 - Modal
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Modal
*******************************/
.ui.modal {
display: none;
position: fixed;
z-index: 1001;... |
.podcast {
display: grid;
grid-template-columns: 1fr auto;
gap: 2rem;
justify-content: start;
align-items: center;
}
@media (max-width: 700px) {
.podcast {
grid-template-columns: 1fr;
}
}
.description {
display: grid;
justify-items: start;
color: var(--text);
}
.hosts ... |
.fullscreen,
.background {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
}
.app {
z-index: 9999;
}
.logo {
margin: 0 auto -60px;
}
.loading {
position: absolute;
}
.hidden {
display: none;
}
.example {
position: absolute;
left: 50%;
top: 580px;
display: fle... |
/*!
* FilePondPluginFilePoster 2.1.0
* Licensed under MIT, https://opensource.org/licenses/MIT/
* Please visit https://pqina.nl/filepond/ for details.
*/
/* eslint-disable */
.filepond--file-poster-wrapper{z-index:2}.filepond--image-preview-wrapper~.filepond--file-poster-wrapper{display:none}.filepond--file-poster... |
/*=================Form===============*/
.form-element .form-element-padding .form-group,
.form-element .form-element-padding .input-group {
padding: 15px;
}
.form-element .form-element-padding select,.form-element .form-element-padding .select2{
margin-top: 30px;
}
.form-animate-radio .radio {
display: inlin... |
.header-home{padding: 13px 0px 10px 0px;width: 100%;color: #FFFFFF; background-color: rgba(000,000,000,0.5);}
.font11{font-size: 11px;}
.conter{text-align: center;}
body{background-color: #f8f8f8;}
.score{background-color: #FFFFFF;padding: 10px;}
.money-b{border-right-color: #0C0C0C;}
.nav_home{background-color: #FFFFF... |
/**
* material-design-lite - Material Design Components in CSS, JS and HTML
* @version v1.1.0
* @license Apache-2.0
* @copyright 2015 Google, Inc.
* @link https://github.com/google/material-design-lite
*/ |
/*!
* Bootstrap v3.3.0 (http://getbootstrap.com)
* Copyright 2011-2014 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... |
.luxbar-default {
width: 100%;
position: relative;
box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)
}
.luxbar-static {
box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
width: 100%;
position: absolute;
top: 0;
left: 0
}
.luxbar-static .luxbar-checkbox:... |
#post_id {
display: none;
} |
/**
* Lightweight base styles for the front-end form.
*/
.userform-progress .progress {
position: relative;
height: 1em;
background: #eee;
}
.userform-progress .progress-bar {
position: absolute;
height: 1em;
background: #666;
}
.userform-progress .step-buttons {
margin-left: 0;
position: relative;
}
... |
.axis line,.axis path {
fill: none;
stroke: lightgrey;
}
rect.background {
fill: transparent;
}
.resize rect {
fill: rgba(0,0,0,0.1);
}
rect.extent {
fill: rgba(255,255,255,0.25);
stroke: rgba(0,0,0,0.6);
} |
.vc_row:after, .vc_row:before {content: " ";display: table;}
.vc_row:after {clear: both;}
@media (max-width:767px) {.vc_hidden-xs {display: none !important;}}
@media (min-width:768px) and (max-width:991px) {.vc_hidden-sm {display: none !important;}}
@media (min-width:992px) and (max-width:1199px) {.vc_hidden-md {displa... |
@import url('https://fonts.googleapis.com/css2?family=Trispace&display=swap');
body{
background-color: ghostwhite;
margin: 0;
width: 100vw;
font-family: 'Trispace', sans-serif;
}
.game-div{
display: inline-flex;
}
.main-area{
display: flex;
min-height: 96vh;
width: 100vw;
justify-content: center;
... |
html {
font-size: 10px;
background: url(http://i.imgur.com/b9r5sEL.jpg) bottom center;
background-size: cover;
}
body,
html {
margin: 0;
padding: 0;
font-family: sans-serif;
}
/* 外围 */
.keys {
display: flex;
flex: 1;
min-height: 100vh;
justify-content: center;
align-items: ... |
/*!
* Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
/* Global Styles */
body {
margin-top: 100px;
background-color: #222;
}
@media(min-width:768px) {
body... |
/*!
* Dropdownhover v1.0.0 (http://bs-dropdownhover.kybarg.com)
*/
.dropdown .dropdown-menu .caret {
border: 4px solid transparent;
border-left-color: #000;
float: right;
margin-top: 6px;
}
.dropdown-menu {
min-width: 250px;
}
.dropdown-menu > li.open > a {
background-color: #F5F5F5;
color: #26... |
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html,
body {
font-size: 100%; }
body {
background: white;
color: #222222;
padding: 0;
margin: 0;
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: norm... |
:root {
--primary-color: #29e5cf;
--dark-color: #7b818b;
--light-color: #f4f4f4;
--danger-color: #dc3545;
--success-color: #28a745;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "nunito", sans-serif;
font-size: 1rem;
line-height: 1.6;
background-color: #fff;
colo... |
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
font-family: Poppins-Regular;
src: url('../fonts/poppins/Poppins-Regular.ttf');
}
@font-face {
font-family: Poppins-Bold;
src: url('../fonts/poppins/Poppins-Bold.ttf');
}
@font-face {
font-family: Poppins-Medium;... |
/* ===================================
Importing CSS files
=================================== */
@import url('base.css');
@import url('layout.css');
@import url('module.css');
@import url('themes.css') |
/* Byronic Ebook Style
*
* https://github.com/profound-labs/byronic
*
* Based on the ePub Zen Garden structure elements.
* http://epubzengarden.com/
*
* Released under the Creative Commons Attribution License.
* http://creativecommons.org/licenses/by/3.0/ */
/* line 29, ../sass/_byronic.sass */
#content {
fon... |
/*
* Version: 1.8
* Dark Red Color: #a10f2b;
* Dark Red Hover Color: #b61332;
* Additional color: #e6c6cc;
* rgba(161, 15, 43, 1);
*/
a {
color: #a10f2b;
}
a:focus, a:hover, a:active {
color: #a10f2b;
}
a.read-more:hover {
color: #a10f2b;
}
.linked:hover {
color: #a10f2b;
}
code {
color: #a10f2b... |
/* Add here all your CSS customizations */
.float-left {
float: left !important;
}
.float-left.logo {
margin-bottom: 15px;
} |
body {
width: 10cm;
height: auto;
}
p[class=categorie] {
font-weight:bold;
color:#fff;
cursor:pointer;
}
p[class=Filter]{
font-weight:bold;
color:#fff;
cursor:default;
}
div[id=FilterDiv] select {
background-color: #141414;
width: 100%;
color: #fff;
height: 0.75cm;
font-size: larger;
font... |
html{margin:0;padding:0;height:100%;overflow-x: hidden;}
body{margin:0;padding:0;height:100%;}
#editor{
width:100%;
height:100%;
margin:0;padding:0;
}
#terminal{width:100%;margin:0;padding:0;}
#e_container{
width:100%;
height:70%;
margin:0;
padding:0;
}
#t_container{
height:30%;
}
.row {
margin-top: 20px;
... |
.react-tags {
position: relative;
padding: 6px 0 0 6px;
border: 1px solid #d1d1d1;
border-radius: 1px;
/* shared font styles */
font-size: 1em;
line-height: 1.2;
/* clicking anywhere will focus the input */
cursor: text;
width: 100%;
z-index: 10;
}
.react-tags.is-focused {
border-color: #b1b... |
body {
width:100%;
height:100%;
background-color:#333333;
}
main{
width:1022px;
height:766px;
background-color:#FFFFCC;
border:1px solid black;
}
menu{
float:left;
width:150px;
height:766px;
display:flex;
padding:0;
margin:0;
flex-direction:column;
justif... |
/* codeforcoffee.org assets */
/* colours */
/* fonts */
@font-face {
font-family: 'bitterbold';
src: url("../fonts/bitter-bold-webfont.eot");
src: url("../fonts/bitter-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bitter-bold-webfont.woff2") format("woff2"), url("../fonts/bitter-bold-webfo... |
:root{
--blueWiki-color: #36c;
--grayWiki-color: #afafaf;
--whiteWiki-color: #fff;
--plomoLetras-color: #757575;
--BordeBoton-color: #a2a9b1;
}
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
html{
font-size: 62.5%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', ... |
@charset "UTF-8";/*!
* Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/b... |
.anima1 {
background-image:url(../imgs/helicoptero.png);
animation:play .5s steps(2) infinite;
-webkit-animation: play .5s steps(2) infinite;
-moz-animation: play .5s steps(2) infinite;
-ms-animation: play .5s steps(2) infinite;
-o-animation: play .5s steps(2) infinite;
/* prefixos de cada um d... |
html, body {
background: #f4f4f4;
margin: 0;
padding: 0;
}
img {
max-width: 100%;
}
.theme-middle {
margin: 0 auto;
max-width: 600px;
width: calc(100% - 40px);
} |
.ui-rotatable-handle{
height: 16px;
width: 16px;
cursor: pointer;
background-image: url(images/rotate.png);
background-size: 100%;
left: 2px;
bottom: 2px;
z-index: 90;
} |
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
} |
.App {
text-align: center;
margin-top: 5px;
padding: 15px 5px;
}
.App-logo {
height: 12vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
body {
margin-top: 5px;
padding: 15px 5px;
}
.App-header {
backg... |
.flashy {
padding: 2rem 1.25rem;
max-width: 355px;
border-radius: 16px;
background: var(--palette-rock);
margin-bottom: 1.5rem;
text-align: center;
}
.flashy:not(:last-child) {
margin-right: 1.5rem;
}
.flashy--primary {
background: var(--palette-pink);
}
.flashy__title {
margin-bottom: 0.5rem;
fo... |
table {
border: 1px solid #ccc;
border-collapse: collapse;
border-radius: 20px;
padding-top: 16px;
align: center;
}
input[type=text], input[type=password] {
width: 90%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-b... |
.card_social {
width: 400px;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
padding: 1em 0;
}
.card_social img {
width: 32px;
height: 32px;
}
.card_social a {
text-decoration: none;
} |
/* common */
html{
font-size: 10px;
}
body{
box-sizing: border-box;
font-size: 1.5rem;
}
.container {
background-color: #2d197c;
height: 100vh;
width: 100vw;
position: relative;
}
.card {
background-color: #fff;
width: 50vw;
padding: 3rem;
position: absolute;
top: 50%;
... |
/* ==UserStyle==
@name Aywas Ugly Easier Adventure - columns
@namespace USO Archive
@author Tyger.dw
@description `Rather than having adventure text below the exploring pictures, makes two columns with text in one, and pictures in the next. Code provided entirely by Conium!`
@version 20... |
.sidebar ul li.active > a {
color: #8f1b1b;
}
.sidebar-toggle span {
background-color: #8f1b1b;
} |
/* You can add global styles to this file, and also import other style files */
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
@import "~bootstrap/dist/css/bootstrap.min.css";
@import "~font-awesome/css/font-awesome.min.css";
thead{
color: #337AB7;
}
th.playerName{
width:225px;
}
th.lineupName{
... |
body{
font-size:15px;
font-family: Roboto;
padding: 0; margin: 0;
background: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.header{
background: linear-gradient(225deg, rgba(164,97,243,0.9) 0, rgba(46,149,187,0.9) 64.39%, rgba(63,139,216,0.9) 100%);
font-family: 'Roboto', sa... |
/* ==UserStyle==
@name Newells Old Boys
@namespace USO Archive
@author RubiaNewells
@description `/*-------------------------------------------------------------------*//* Excelent Facebook Layout by CoolFacebookLayout.com *//*----------------------------------------------------... |
@media only screen and (min-width: 600px) {
#navbar {
width: 500px;
min-height: 100vh;
position: fixed;
margin-left: 20px;
top: 0;
left: 0;
bottom: 0;
z-index: 11;
padding: 30px 0;
width: 300px;
color: #fff;
}
#main-doc {
margin-left: 300px;
}
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.