content stringlengths 6 1.05M |
|---|
@import url('https://fonts.google.com/specimen/Barlow+Semi+Condensed');
*{
text-align: justify;
font-family: 'Barlow Semi Condensed';
}
.p1{
color: white;
}
.p2{
color : rgb(163, 159, 159);
}
.principal{
width: 100%;
height: 100vh;
background: #EDF2F8;
display:flex;
}
.maior{
... |
html,body{
margin: 0;
padding: 0;
}
.wrapper{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.button-01{
width: 300px;
height: 50px;
border-radius: 25px;
border:0;
background-color: darkorange;
font-size: 20px;
color: white;
}
.button-ac... |
.token-description {
width: 90%;
float: left;
border-bottom: 0.05em solid #cdcdcd;
margin-top: 0.25em;
margin-left: 5%;
padding: 0.5em;
}
.token-name-desc{
width: 40%;
}
.token-name-desc-symbol {
width: 100%;
text-transform: uppercase;
font: 1.5em bold;
}
.token-name-desc-name {
width: 100%;
fon... |
:root {
--sp-width: 360px;
--minimalist-height: 75px;
--minimalist-width: 100%;
--minimalist-cover-size: var(--minimalist-height);
--minimalist-button-size: 50px;
}
#SPOTIFY {
position: relative;
width: var(--sp-width);
border-radius:10px;
box-sizing:border-box;
color:#EEE;
font-weight:normal;
... |
/*Table of Contents
01 body
02 Helper Classes
02-1 short codes
03 navigation
03-1 side menu
04 owl carousel
05 revolution slider
06 page-header
07 About Us
07-1 aboutwrap
07-2 work process
07-3 Progress Bars
07-4 features
07-5 img wrapps
07-6 background & parallax
08 our team
09 gallery portfol... |
/*
THEME NAME: Sandbox 1.6.1
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> & <a href="http://www.plaintxt.org/">Scott Allan Wall... |
body {
background-color: aquamarine;
text-align: center;
}
#first{
background-color: blueviolet;
}
#second{
background-color: rgb(223, 226, 43);
}
#third{
background-color: rgb(43, 107, 226);
}
#forth{
background-color: rgb(226, 43, 186);
}
#five{
background-color: rgb(45, 182, 51);
}
div{
text-align-la... |
.serviceList {
margin-top: 135px;
} |
* {
box-sizing:border-box;
font-family: sans-serif;
margin: 0;
padding: 0;
}
body{
font-size: 20px;
}
#logo{
font-size: 5em;
}
#logoimg{
width: 3em;
}
#home {
position: relative;
color: black;
text-shadow: 3px 3px 15px(0,0,0,0.5);
}
#main {
posi... |
/*
Style for the vivo-tpf experiment
Caution: Not very familiar with CSS, so there's likely much that can be improved here
*/
body {
margin: 10% 10% 10% 10%;
font-size: 100%;
}
h1, h2, h3, p {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-weight: lighter;
}
h1 {
font-size:... |
html,
body {
height: 100%;
margin: 0;
font-family: sans-serif;
}
body {
display: flex;
flex-direction: column-reverse;
background-color: white;
color: #666;
}
#console {
min-height: 12vh;
background: #fafafa;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
display: flex;
justify-... |
body {
margin: 0;
min-height: 100vh;
max-width: 100vw;
display: flex;
align-items: center;
justify-content: center;
background: radial-gradient(ellipse at bottom, #131B23, #000);
overflow-y:hidden;
}
canvas {
z-index: -1;
position: absolute;
}
.wood {
width: 150px;
height: 40px;
background:... |
div {
margin-left: 0;
margin-right: 10px;
}
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");
.click-me {
background-color: transparent;
border: 0;
padding: 0;
}
.upload {
display: flex;
justify-content: center;
align-items: center;
--btn-color: #3bafda;
--progress-color: #2d334c;
--ease-in-out-quartic: cubic-bezier(0... |
body {
font-family: "Arial", serif;
}
#sidebar-wrapper {
min-height: 100vh;
margin-left: -15rem;
-webkit-transition: margin .25s ease-out;
-moz-transition: margin .25s ease-out;
-o-transition: margin .25s ease-out;
transition: margin .25s ease-out;
}
#sidebar-wrapper .sidebar-heading {
... |
.logo_name_dochkisinochki {
background-image: url('logo_name_dochkisinochki.svg');
}
|
/* dbat.css - Cascaded Style Sheet
@(#) $Id: stylesheet.css 74 2009-01-09 06:55:45Z gfis $
2016-01-04: p1,p2,p3,p5,p7 for prime number coloring
2007-01-08: colors for table column highlighting
2003-03-22: without HTML comments and tags
2000-11-20, Georg Fischer
*/
.grn { color:black ; ... |
.TopArea {
position: relative;
width: 100%;
z-index: 1000;
}
.Header {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-end;
width: 100%;
height: 56px;
padding: 8px 12px 8px 12px;
}
.RoundIcon {
cursor: pointer;
font-size: 20px;
border: 1px solid;
padding:... |
*{
margin:0;
padding: 0;
box-sizing: border-box;
font-family: 'Satisfy', cursive;
}
.clear{
clear:both;
}
.inicio{
background-image: url("../imagens/01.jpg");
width:100%;
height:600px;
margin-top:-30px;
}
.inicio h1{
margin-top:30px;
text-align: center;
font-size: 80px;
color:black;
}
.inicio p {
... |
#wrapper {
width: 960px;
margin: 0 auto;
}
#face {
width:400px;
height: 400px;
background-color: #ffff00;
border-radius: 100%;
border: 2px solid black;
margin: 0 auto;
position: absolute;
}
#face div {
display: inline-block;
position: relative;
}
#left-eye {
width:90px;
height: 90px;
background-color:... |
/**
* Drip Custom Event plugin for Craft CMS
*
* Drip Custom Event CSS
*
* @author Ryan Irelan
* @copyright Copyright (c) 2018 Ryan Irelan
* @link https://craftquest.io
* @package DripCustomEvent
* @since 1.0.0
*/
|
.display-result {
font-family: sans-serif;
background-color: rgb(133, 134, 147);
color: white;
min-height: 70px;
}
.mathematical-operator {
background-color: rgb(245, 145, 62);
}
.active-link {
color: orangered;
text-decoration: underline;
}
|
@charset "utf-8";
/* CSS Document */
.news_index .ui-list a li {
float: left;
width: 98%;
margin-top: 10px;
padding-left: 10px;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #CCCCCC;
padding-bottom: 10px;
}
.list_left {
float: left;
}
.ui-border-t {
padding-top: 10px;
}
.ui-lis... |
body {
font-size: 10pt;
color: #404040;
font-family: "microsoft yahei";
}
#linkPay {
background: url(/yosebook-ssm/images/bg_btns.png) no-repeat;
display: inline-block;
background-position: 0 -300px;
height: 20px;
width: 50px;
text-align: center;
text-decoration: none;
color: #ffffff;
font-w... |
.main-navbar
{
background-color: #fff;
}
.main-navbar .nav-link:hover
{
color: #D62472 !important;
}
.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus
{
color: rgba(0,0,0,.5);
border-color: rgba(0,0,0,0);
outline: 0;
font-size: 24px;
}
.main-logo
{
width: 160px;
}
.btn... |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: "Poppins", sans-serif;
}
.signup-home{
width: 390px;
margin: 3rem auto;
border-radius: 1rem;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.signup-sec{
width: 100%;
height: f... |
html {
height: 100%;
background: url(/static/person.png) #e1f5ff no-repeat center center;
}
html.error {
background: url(/static/personb.png) #ffe1e1 no-repeat center center;
}
#content {
margin: 0;
padding: 25px;
background: white;
}
#footer {
color: #999;
}
|
/*header*/
header #logo{
margin-left: 70px
}
header #logo img{
}
header .input_search{
width: 672px;margin: 16px 0 0 36px
}
header #search-btn{
border-radius: 0;position: absolute;
}
#page-content .row-fluid {
display: flex;
border: 1px solid rgba(7, 17, 27, 0.2);
}
/*个人信息*/
.personal_info{
f... |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
height: 100vh;
background: #9B59B6;
display: flex;
justify-content: center;
align-items: center;
}
.clock{
width: 350px;
height: 350px;
background: white url(./clock.jpg);
background-size: cover;
border-radiu... |
.withd80{
width: 80%;
}
.ui.basic.blue.button, .ui.basic.blue.buttons .button {
box-shadow: 0 0 0 1px hsl(0, 1%, 73%) inset!important;
border: 1px solid transparent;
background-color: #b4b1b1;
color: #2185d0!important;
}
.ui.button {
line-height: 0.74rem;
} |
.loader-container {
display: flex;
align-items: center;
justify-content: center;
position: fixed;
width: 100vw;
height: 100vh;
background: #1f2225;
}
.loader,
.loader:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
.loader {
margin: 60px auto;
font-size: 10px;
position: relative;
te... |
#systems-overview {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-auto-flow: dense;
gap: 0.5em;
margin-right: 1vw;
}
.system-thumbnail {
border: 1px solid rgba(0, 0, 0, 0.2);
}
.system-thumbnail:hover {
border-left: 1px solid black;
border-bottom: 1px solid black;
}
.system-detail {
grid... |
html,
body,
.container {
position: relative;
width: 100%;
height: 100%;
overflow-y: scroll;
/* overflow: hidden; */
}
.splitlayout {
position: relative;
overflow-x: scroll;
min-height: 100%;
width: 100%;
}
.splitlayout.open-right {
background: transparent;
}
.splitlayout.open-lef... |
body {
background-color: #000000 !important;
}
.carousel-item {
height: 100vh;
min-height: 350px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.carousel-backdrop {
height: 100vh;
min-he... |
.app {
/* Add app styles here */
}
.gotItButton{
width:50px
} |
.ui-helper-hidden-accessible { display:none; }
.ui-autocomplete {
background: black;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 10px;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
display: none;
float: left;
left: 0px;
list-style: none outside none;
margin: 0px;
min-widt... |
/*#region CSS Reset */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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,... |
@import './common.css';
@import './canvas.css';
@import './tree-view.css';
@import './tools.css';
:root {
--background-color: #323232;
--color: white;
--vh: 1vh;
--vw: 1vw;
}
body {
align-items: stretch;
background: var(--background-color);
box-sizing: border-box;
color: var(--color);
... |
#us-ar {
background-color: #bf0a30;
width: 22.5em;
height: 15em;
position: relative;
}
.blue-top {
width: .001em;
height: .001em;
border: solid 9.4em transparent;
border-bottom: solid 6.2em #002868;
border-top-width: 0;
position: absolute;
bottom: 7.5em;
... |
/* ==UserStyle==
@name Twist.moe Tweaks
@description Minor video player tweaks
@namespace https://github.com/coffeebank/
@homepageURL https://github.com/coffeebank/
@version 1.0.0
@license MIT
@preprocessor default
==/UserStyle== */
@-moz-document domain("twist.moe") {
@media screen and (min-w... |
#home {
height: 90vh;
}
.title-text {
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
color: white;
}
#first-text {
border: transparent;
min-height: 250px;
margin-top: 40vh;
margin-bottom: 20vh;
padding-right: 15vw;
z-index: -1;
}
#first-text h1 {
text-align: right;
position:... |
h1, h2, h3 {
cursor: pointer;
text-decoration: underline;
color: red;
}
.p {
padding: 0;
margin: 10px;
}
|
/* ==UserStyle==
@name YAHOO!ショッピングの広告を少しスッキリさせる
@namespace USO Archive
@author chopuppy
@description `最終更新日2019/11/1自分用ですが良かったらお使い下さい`
@version 20191102.4.42
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document url("https://shopping.yahoo.co.jp/"), url... |
body{
font-family: Verdana, Geneva, Tahoma, sans-serif;
/*background: url("teste.jpg");*/
background-size: 100%;
color: white;
}
h1{
text-align: center;
font-family:Verdana, Geneva, Tahoma, sans-serif;
}
h2{
text-align: center;
font-family:-apple-system, BlinkMacSystemFont,... |
/* ~~ Index style ~~ */
.homepage{
background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(darkred 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:darkred;
background-size:16px 16p... |
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscal... |
.navbar{
background-color: #004f4f !important;
border: transparent !important;
}
.navbar-header-link h3 {
color: white;
font-family: 'Droid Serif', serif;
font-size: 30px;
}
.navbar-default .navbar-nav>li>a {
color: white !important;
}
.navbar-header-link:hover, .navbar-header-link:active, .navbar-hea... |
/*
Default styling for the coms library,
if you want to rename the custom class make sure to change the
cssSelector variable in the lib.js file!
(No LESS/SASS but a good old search&replace should do the trick :^) )
*/
._comeonmyselector{
display: inline-block;
background-color: #FFF;
color : #5e6570;
}
... |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
a:hover {
text-decoration: none;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
... |
.otherdrugsWrapper {
width: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 1em;
}
.otherdrugsWrapper p {
padding: 0.6em 0;
}
.otherdrugsWrapper h2 {
padding: 0.4em 0 1em 0;
font-size: 1.5rem;
color: #222;
}
.otherdrugsItemAdrenalina,
.otherdrugs... |
/* You can add global styles to this file, and also import other style files */
*, *:before, *:after {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html {
font-size: 18px;
font-family: Lato, Arial, Helvetica, sans-serif;
color: rgba(0, 0, 0, 0.8);
}
|
html,
body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
background-color: #D9D9D666;
font-family: "Trebuchet";
color: #01426A;
}
.modal-body{
text-align: justify;
}
.form-signin {
width: 100%... |
@charset "UTF-8";
.card {
box-shadow: 0px 2px 4px 0px rgba(93, 105, 148, 0.22);
position: relative;
margin-bottom: 1.5rem;
width: 100%;
border-radius: 6px;
}
.card .card {
box-shadow: none;
}
@media print {
.card {
box-shadow: none;
border: none;
}
}
.card-body {
flex: 1 1 auto;
margin: 0;
... |
@charset "UTF-8";
.main {
padding-bottom: 0;
}
.custom-title-info {
float: left;
position: relative;
z-index: 29;
}
.toggle-secondary-navigation {
margin-top: .3em;
}
/* secondary menu styles */
.menu-secondary {
float: right;
}
.menu-secondary-items {
margin-top: .3em;
}
/* 600 */
@media all and (m... |
/* --------- heading --------- */
.heading-section{
text-align: center;
}
.heading-section h1{
font-size: 58px;
}
.heading-section h2{
margin-top: 30px;
}
.heading-button-left{
min-width: 144px;
max-width: 100%;
}
.heading-button-right{
margin-left: 10px;
} |
.svg-16px{
width: 16px;
height: 16px;
}
.svg-24px{
width: 24px;
height: 24px;
}
.svg-32px{
width: 32px;
height: 32px;
}
.svg-40px{
width: 40px;
height: 40px;
}
.svg-62px{
width: 62px;
height: 62px;
}
.fill-white{
fill: white;
}
.fill-black{
fill: black;
}
.svg-ic_logo_ico... |
body {
margin: 0px;
padding: 0px; }
/*# sourceMappingURL=base.css.map */
|
@font-face {
font-family: "iconfont";
src:url('../fonts/iconfont.ttf?t=1584570886247') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smooth... |
:root {
/* Switch type */
--runopencode-switch-type-size: 2rem;
--runopencode-switch-type-primary-color: #007bff;
--runopencode-switch-type-secondary-color: #6c757d;
--runopencode-switch-type-success-color: #28a745;
--runopencode-switch-type-danger-color: #dc3545;
--runopencode-switch-type-warning-color: ... |
.alert, #btnNuevo{
display: none;
}
.divButtonAddProject{
float: right;
}
tr > td{
padding: 0px !important;
} |
.image {
margin-bottom: 30px;
display: block;
max-width: 100%;
height: auto;
}
p {
text-align: justify;
} |
body {
background: rgb(41, 41, 41); }
ul, li, div, section, a {
margin: 0;
padding: 0;}
footer {
height: 150px;
margin: 0 auto; }
section {
float: left;
margin-left: 10px;
padding: 20px;
height: 150px;
color: #ffffff;
}
section h2 {
color: #fffff6;
text-transform: uppercase;
}
section ... |
@import url('https://use.fontawesome.com/releases/v5.14.0/css/all.css');
* {
margin: 0;
padding: 0;
}
body {
max-width: 100em;
margin: 0 auto;
}
ul {
list-style-type: none;
margin-bottom: 1.5rem;
}
ul:first-child {
margin-top: 4rem;
}
li i {
margin-right: 0.4rem;
} |
.App {
/* text-align: center; */
background-color: white;
width: 100%;
font-size: 12pt;
/*font-family: 'Average';*/
/* text-align: justify; */
/* text-justify: inter-word; */
overflow: hidden;
}
.container {
/* height: 100%; */
width: 30%;
display: grid;
/* grid-column-gap: 0.5em; */
/* grid-... |
p {
color:#bfbfbf;
font-family: Chivo;
font-size: 15px;
}
details > summary::-webkit-details-marker {
display: none;
}
.background{
background-color:black;
}
.background_white{
background-color:white;
}
@media(min-width: 0px){
.row_header{
margin-top: 0px;
background-color: black;
}
.image{
max-w... |
/*----------------------------------------------------
@File: Default Styles
@Author: SPONDON IT
Author E-mail: info@spondonit.com
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*==========... |
.poi {
img {
display: block;
max-width: none;
}
}
.poi-container {
max-width: 100%;
display: inline-block;
padding: 1px;
background: #000;
border: 8px double #fff;
border-width: calc(3px - 1px) calc(8px - 1px); // Negate padding
border-image: url(/img/layout/descriptionbox.png) 8/8px;
}
.poi-... |
#divTag{ width:100%;
height: 70px;
position:fixed;
background-color:rgb(25, 216, 230);
opacity:1;
z-index: 100;
}
.dashboard
{
background-color: rgb(31, 135, 143);
padding: 6px;
width: 120px;
border-radius: 15px;
font-weight: bolder;
border:5px solid rgb(18,142,151);
col... |
section { border:2px solid black; margin-bottom:32px; }
p { margin-top:32px; margin-bottom:32px; padding:5px; background-color:gold;
border-left:1px solid gray; border-right:2px solid black;
border-top:1px solid gray; border-bottom:2px solid black;}
.space-remover-large { margin-top:-32px; }
|
/*content-type:text/css*/
.mainBody {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background: url(../images/background_geometry.png) no-repeat fixed;
padding-top: 1%;
padding-bottom: 1%;
}
.formSignUp {
width: 70%;
height: auto;
margin: 6% 14... |
.logo-div a{
z-index: 100;
}
.banner{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.banner img{
width:100%;
}
.text-on-banner{
position: absolute;
}
.text-on-img h3{
color:#fff;
}
.inner-heading-div{
}
.content{
}
.ul-benefits{
list-style-type: none;
}
.ul-benefits l... |
.switches {
display: flex;
}
.title {
margin: 0 0 -10px 5px;
font-size: 14px;
}
.label {
display: block;
font-size: 14px;
}
.divider {
width: 10px;
}
.inputWrapper {
width: 130px;
flex: 0 0 130px;
}
.input {
width: 130px;
} |
/* ==UserStyle==
@name Metal-KAT theme
@namespace USO Archive
@author Sasidhar
@description `A theme Im working on`
@version 20170531.11.26
@license CC-BY-4.0
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
/* Created by Sasidhar ... |
* {
font-size: 10pt;
padding: 0px;
margin: 0px;
text-decoration: none;
color: #000;
font-family: sans-serif;
}
body {
background-color: #FFF;
}
th, td {
padding: 5px;
}
input {
padding: 5px;
}
#menu {
border-bottom: 1px solid #CCC;
background-color: #EEE;
height: 50px;
position: fixed;
width: 100%;
}
... |
body {
padding-right: 3%;
padding-left: 3%;
font-family: 'Times New Roman', Times, serif;
background-color: rgb(188, 201, 202);
padding-top: 1%;
padding-bottom: 1%;
background-image: url("../img/bg.png");
background-color: #eaeaea;
}
main {
background-color: rgb(188, 201, 202);
}
h4 {
... |
.smoke-base {
background: none;
}
.smoke-base .dialog {
top: 25%;
left: 30%;
width: 40%;
}
.smoke-base .dialog-inner {
padding: 10px;
}
.smoke {
text-transform: none;
color:#eee;
font-weight: normal;
background-color: rgba(0,0,0,.75);
border-radius: 5px;
border:1px solid #333;
font... |
/*
#######################
# GENERAL ITEMS #
#######################
*/
html, body {
margin: 0;
padding: 0;
font-family: 'Cinzel', serif;
}
h1 {
margin: 80px 0;
text-align: center;
}
form {
width: 300px;
margin: auto;
}
form input {
margin: 20px 0;
}
/*
###############
# I... |
#team__container {
width: 100%;
color: var(--light-fg);
}
.team__member {
width: 30%;
}
.team__member h4 {
margin: 8px 8px 0;
}
.team__member h5, .team__member p {
margin: 5px 8px 8px;
}
.team__member p {
font-size: 16px;
}
.team__member h5 {
font-size: 15px;
}
.team__member img {
... |
.table {
min-width: 5%;
}
.content-editable {
padding: 1rem;
}
.content-editable:hover {
background: #f7f7f7;
}
.content-editable:focus {
background: #fcf8e1;
outline: 0;
}
.paper {
width: 100%;
overflow-x: auto;
}
.root {
width: 60%;
}
|
:root {
/* Tints */
--color-gray-lighter-4: #fafafa;
--color-gray-lighter-3: gainsboro;
--color-gray-lighter-2: #bdbdbd;
--color-gray-lighter-1: #9f9f9f;
--color-gray: gray;
/* Shades */
--color-gray-darker-1: #676767;
--color-gray-darker-2: #4d4d4d;
--color-gray-darker-3: #343434;
--color-gray-da... |
#background {
width: 100%;
height: 100%;
position: absolute;
z-index: -50;
background: url("../assets/preview-background.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
filter: blur(10px);
}
/* ----------------------------------------------------- */
@font-face {font-family... |
.notifications {
text-align: center;
font-size: 5rem;
padding: 10px;
}
.notifs-container{
padding: 20px;
text-align: center;
margin-left: 30%;
}
.notifs{
list-style: none;
padding: 0;
margin: 0;
position: relative;
}
.notifs li{
margin-top: 60px;
}
.notifs li i{
width... |
@charset "UTF-8";
.container {
width: 400px;
margin: 100px auto;
border: 2px solid black;
}
.output {
width: 400px;
height: 100px;
line-height: 50px;
text-align: left;
padding: 10px;
margin-bottom: 8px;
border:2px solid black;
box-sizing: border-box;
display:none;... |
body{
padding: 0px;
margin: 0px;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
header{
position: relative;
background-color: rgb(239, 234, 234);
top: 0;
left: 0;
width: 86.81%;
padding: 40px 100px;
z-index: 10000;
display: flex;
justify-... |
/* ö barbar */
.bar {
color: blue;
}
|
body {
font-family: RobotoDraft, sans-serif;
color: #303030;
margin: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
backgro... |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
text-decoration: none;
list-style-type: none;
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
.img-container {
background-color: black;
}
img {
display: block;
margin-left: 50%;
transform: translat... |
.Intro-outer-container {
height: 0;
position: absolute;
left: 0;
top: 0;
z-index: 1000;
width: 100vw;
overflow: visible;
}
.Intro-fade-in {
-webkit-animation: Intro-fade-in-animation 0.5s;
animation: Intro-fade-in-animation 0.5s forwards;
animation-iteration-count: 1;
}
@keyframes Intro-fade-in-an... |
/*Limpas formatações padrons*/ |
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
#root {
background-color: #f5f8fa;
min-height: 100vh;
}
.bp3-dark #root, #root.bp3-dark {
background-color: #30404d;
}
label.bp3-label .bp3-input-group .bp3-input {
margin-top: 0;
}
label.bp3-label .bp3-input-group {
margin-top... |
.recommend-left {
position: absolute;
width: 1310px;
height: 900px;
left: -50px;
top: -70px;
background: #FFFFFF;
box-shadow: 0px 0px 56px rgba(0, 133, 255, 0.05);
border-radius: 8px;
}
.recommend-title {
position: absolute;
left: 87px;
top: 83px;
font-family: ... |
canvas.decorationsOverviewRuler {
display: none;
}
/* scrollbar-background-color: darken(fade(@app-background-color, 40%), 15%); // Needs to be opaque -> atom/atom/issues/4578
scrollbar-color: darken(@app-background-color, 12%); //rgba(92, 92, 92, 0.5); */
/* scrollbar-background-color: rgba(13, 13, 13, 0.4);
scr... |
@import url('https://fonts.font.im/css?family=Parisienne|Roboto|Cinzel Decorative|Bellefair:wght@300;400;500;600;700&display=swap');
/* ============ Config =========== */
@import "./config/variables.css";
/* ================ Base ============== */
@import "./base/base.css";
@import "./base/selection.css";
@import "./b... |
.card {
max-width: 600px;
border: 1px solid rgb(188, 219, 231);
border-radius: 10px;
overflow: hidden;
margin-bottom: 20px;
}
.description {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 30px;
}
.avatar {
width: 100px;
height: 100px;
border-radi... |
html, body {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
font-size: 14px;
font-family: sans-serif;
color: #2f2f2f;
}
div ul {
padding: 0;
list-style: none;
}
div li {
display: flex;
align-items: center;
justify-content: space-between;
}
div li + li {
}
.btn {... |
/* ==UserStyle==
@name New Roblox Logo 2.0
@namespace USO Archive
@author SuperCatMario
@description `A New Roblox that works with coloured themes`
@version 20170716.0.21
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
/* New Logo */
.icon-logo {
backgro... |
.product_img {
width: 14%;
height: auto;
}
.pay_for_subscription {
color: #fff !important;
background: #f10000 !important;
}
.mb_5{
margin-bottom: 5px;
}
|
@font-face {
font-family: Greycliff;
font-weight: 400;
font-style: normal;
src: url("./fonts/GreycliffCF-Regular.woff2") format("woff2"), url("./fonts/GreycliffCF-Regular.woff") format("woff");
font-display: swap;
}
@font-face {
font-family: Greycliff;
font-weight: 700;
font-style: normal;
src: url(".... |
/*AGENT_SHEET*/
/*********************************************************************************************
simpleMenuWizard: Firefox 89+ userChrome.css tweaks to remove context menu items.
https://github.com/stonecrusher/simpleMenuWizard
********************************************************************... |
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
justify-content: center;
align-items: center;
font-family: sans-serif;
color: #525252;
}
.game {
width: 1000px;
height: 1000px;
}
#state {
position: absolute;
width: 100%;
bottom: 0vh;
height: 30vh;
border: 1px solid... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.