text stringlengths 1 1.04M |
|---|
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(../fonts/MaterialIco... |
@import "./reset.css";
@import url("https://fonts.googleapis.com/css2?family=Mate+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Mate+SC&display=swap");
.root {
width: 100%;
}
a:link {
text-decoration: none;
}
body {
font-family: "... |
.menu-container {
width:100%;
margin: 0 auto;
padding: 20px 0;
}
label.responsive_menu span {
margin-left: 10px;
color: white;
display: none;
}
.menu {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 15px;
position: relative;... |
body {
background: #232526; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #232526 , #414345); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #232526 , #414345); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.centered-text {
... |
.home{background-color:#f9fafd}.home .el-tabs{margin:30px auto 0}.home .el-tabs .el-select{margin:5px 10px 15px 0} |
/* Site
The root stylesheet, importing everything. The single stylesheet that's included and that imports all other styles.
***************************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
... |
/*Zero browser defaults*/
body * {margin:0; padding:0; border:none;text-indent:0;text-decoration: none;outline:none;}
/* ------------------------
Basic style
------------------------ */
body {font-family:georgia; font-size:15px; line-height:21px; }
h1, h2, p, ol {font-weight:normal;margin-bottom:15px;}
ol li {... |
#page_main {
background: #FDFDFD;
}
#div_nav {
position: fixed;
top: 0;
background: rgba(255,255,255,0.95);
padding: 10px 12px;
color: #2770ec;
z-index: 100;
}
#div_form {
padding: 55px 5% 10px 5%;
}
#div_form .div_input {
font-size: 14px;
}
.div-select {
display: inl... |
* {
box-sizing: border-box;
font-family: -apple-system, '.SFNSText-Regular', 'San Francisco', 'Roboto', 'Segoe UI', 'Helvetica Neue', 'Lucida Grande', sans-serif;
}
html,
body {
position: fixed;
margin: 0;
padding: 0;
border: 0;
width: 100%;
height: 100%;
}
body {
font-size: 12pt;... |
body{color:#ffffff;background-color:#fff;}
a, span.tag{color:#ffffff;}
a.view_details{ background:url(images/bullet_cross_white.png) no-repeat left; }
a.button_11, a.button_12{color:#FFFFFF;}
#header{ background-color:#353535; color:#FFFFFF;}
.logo{ text-align:left; margin:auto; padding:40px 0 25px 20px;font-size:50px;... |
/*
Copyright 2020 Adobe. All rights reserved.
Copyright 2021 Gaoding. All rights reserved.
This file is licensed to you 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/LICENSE-2... |
.THIS {
display: inline-block;
text-align: center;
width: 100%;
margin-bottom: 20px;
}
.THIS .button-navigate {
cursor: pointer;
background-color: #FFFFFF;
margin: 20px 0;
}
.THIS .button-navigate-page {
cursor: pointer;
width: 1rem;
margin: 4px;
}
.THIS .button-navigate-svg {... |
.nav, .nav * {
margin: 0;
padding: 0;
}
.nav {
z-index: 10;
height: 34px;
line-height: 1;
position: relative;
width: 100%;
}
.nav ul {
background: #fff; /*IE6 needs this*/
float: left;
position: relative;
}
/* LEVEL1 NORMAL */
.nav li {
background: #f1f1f1;
float: left... |
.heading {
width: 100%;
background-color: transparent;
height: 30px;
display: table;
font-weight: bold;
margin-top: 20px; }
.heading .inner-heading {
display: table-cell;
text-align: left;
padding: 0;
vertical-align: middle; } |
/* ==========================================================================
Author's custom styles
========================================================================== */
#map { height: 450px; }
.word-freq{
font-size: 1.25em;
text-transform: capitalize;
}
.word-freq div{
padding: 5px;
}
#network{
w... |
/*
*
* Copyright 2020 HuiFer All rights reserved.
*
* 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/LICENSE-2.0
*
* Unless required by applicab... |
/**
* Template Name: BizLand - v1.2.1
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------... |
.v-enter-active, .v-leave-active {
transition: opacity 2s;
}
.v-enter, .v-leave-to {
opacity: 0;
}
.item {
padding: 4px 8px;
transition: background-color 0.4s;
}
.is-active {
background: #ffdada;
} |
.container{
background-color: rgba(255, 255, 255, 0.95);
border-radius: 3px;
border: solid 3px black;
margin-right: 20%;
margin-top: 5%
}
.titre{
text-align: center;
background-color: black;
color: white;
} |
/*# sourceMappingURL=document.b53a6f9a.css.map */ |
body {
background-image:url('../img/default.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
p{
margin: 0;
padding: 0;
}
@font-face {
font-fam... |
.radio, .textarea-icons-wrapper, .modal-title, .form-group.flex-property.flex-center, div:nth-of-type(1) .modal-header, #sortWebcamtBtn, .watchingMeContainer {
position: absolute !important;
left: -9999px !important;
}
#footer{
position : absolute !important;
bottom : 0px !important;
}
#header {
dis... |
:root {
--color-background: #F0F0F7;
--color-primary-lighter: #9871f5;
--color-primary-light: #916bea;
--color-primary: #8257e5;
--color-primary-dark: #774dd6;
--color-primary-darker: #6842c2;
--color-secondary: #04d361;
--color-secondary-dark: #04bf58;
--color-title-in-primary: #fff... |
.s0{
display: flex;
flex-direction: column-reverse;
align-items: center;
}
.s1{
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
background-image: linear-gradient(40deg, rgba(252, 0, 0, 0.85) 0%, rgba(99, 0, 173, 0.9) 100%);
}
.container .chat-container {
b... |
.test{
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.test form{
display: flex;
flex-direction: column;
}
.test form input{
height: 30px;
width: 300px;
margin: 5px;
outline: none;
border: 1px solid black;
padding-left: 10px;
}
.test form input[ty... |
/*!
* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) |
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?14440140');
src: url('../font/fontello.eot?14440140#iefix') format('embedded-opentype'),
url('../font/fontello.svg?14440140#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'fontello';
}... |
/*
this App should be a positioned ancestor
of its descendents. So: position: relative
*/
.App {
text-align: center;
min-height: 100vh;
overflow: hidden;
position: relative;
padding-bottom: 5px;
display: grid;
grid-template-rows: 70px 1fr 15px;
} |
/*-----------------------------------------------------------------------------
- Revolution Slider 4.1 Captions -
Screen Stylesheet
version: 1.4.5
date: 27/11/13
author: themepunch
email: info@themepunch.com
website: http://www.themepunch.com
----------------------------------------------------... |
@import url("https://fonts.googleapis.com/css2?family=DM+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk&display=swap");
@font-face {
font-family: ApercuPro;
src: url("../../../assets/fonts/ApercuPro-Regular.ttf");
}
* {
margin: 0;
padding: 0;
box-sizing: inherit;
}
... |
.left[type=submit] {
float: none;
margin-top: 8px;
}
form.login > div,
form.register > div {
margin-bottom: 5px;
}
.join.button {
margin: 0 12px 13px;
right: 13px;
position: absolute;
}
.action-open .join.button {
display: none;
}
.subview-login .email { display: none; } |
.Container {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.FormContainer {
display: flex;
flex-direction: column;
align-items: center;
background-color: #ffffff;
width: 770px;
height: 777px;
margin-top: 20px;
justify-content: space-evenly;
padding-left: 100px;
... |
/* Geeklog JQuery UI custom CSS */
/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; margin-bottom: 10px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { m... |
@font-face {
font-family: eleganticons;
src: url(../fonts/ElegantIcons.eot);
src: url(../fonts/ElegantIconsd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/ElegantIcons.woff) format('woff'), url(../fonts/ElegantIcons.ttf) format('truetype'), url(../fonts/ElegantIcons.svg#ElegantIcons) format('svg'... |
/*
* Orange angular-swagger-ui - v0.4.4
*
* (C) 2015 Orange, all right reserved
* MIT Licensed
*/
.swagger-ui a {
cursor: pointer;
}
.swagger-ui .api-description {
margin-bottom: 20px;
}
.swagger-ui .api-version {
color: #999;
}
.swagger-ui .endpoint {
border-bottom: 1px solid #ddd;
}
.swagger-ui .endpoint... |
@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT Licens... |
/*! jQuery UI - v1.11.2 - 2015-02-09
* http://jqueryui.com
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
|
@import url(https://fonts.googleapis.com/css?family=Nunito);/*!
* Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
* License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
/*!
* Font Aw... |
/* base variables */
/* Edit the CSS properties in this file to create a custom
Distill theme. Only edit values in the right column
for each row; values shown are the CSS defaults.
To return any property to the default,
you may set its value to: unset
All rows must end with a semi-colon. ... |
li.L9 { background-color: grey; }
li.L12 { background-color: grey; }
li.L15 { background-color: grey; }
li.L19 { background-color: grey; }
li.L23 { background-color: grey; } |
/*
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Candal);
*/
p{
_font-family: 'Droid Serif', serif;
}
h1,.precio{
_font-family: 'Candal', sans-serif;
}
.precio{
color:red;
} |
/**
* @file: list.h
* @details: qt style sheet css example
* @author: chenwen(chenwen1126@tom.com)
* @datetime: 2017-7-25
* @history: V1.0 first edition
*/
/*/////////////////////////////////////////////////QDialog///////////////////////////////////////////*/
QWidget, QFrame,QDialog
{
background:#f2f2f2;
}
QMain... |
/*
* Names: Samuel Munoz
* Names: Erik Cohen
*/
.project-content {
float:right;
margin-top: 1em;
margin-right: 5em;
margin-left:auto;
border-radius: 0.25em;
}
#all-btns{
margin-right:50px;
}
button.form{
font-size: 16px;
border: none;
outline: none;
box-shadow: inset 0px 0p... |
@charset "UTF-8";/*!
* Bootswatch v5.1.3 (https://bootswatch.com)
* Copyright 2012-2022 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*//*!
* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.... |
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto+Condensed:ital,wght@0,400;0,700;1,300;1,400;1,700&display=swap');
a {
color: #248232 !important;
font-size: medium;
font-style: normal;
font-family: 'Roboto Condensed', sans-serif;
/* margin: 20px 20px;
padding: 40px 40px; */
... |
@font-face {
font-family: Junge;
src: url(Junge-Regular.ttf);
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
a {
color: #001028;
text-decoration: none;
}
body {
font-family: Junge;
position: relative;
height: 29.7cm;
color: #001028;
... |
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
.rb-navbar {
background-color: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
position: relative;
z-index: 9999;
}
.rb-navbar-nav {
height: 100px;
lin... |
/*! Forms Plus: JS.1.4.8 - 2016-06-09 */
.spaced-p-form .p-block-description,
.spaced-p-form .p-block-title {
display: block;
margin: 5px 0;
}
.spaced-p-form .p-block-title {
font-size: 18px;
}
.spaced-p-form .p-block-title + .p-block-description {
margin-top: 10px;
}
.spaced-p-form .panel,
.spaced-p-form .aler... |
/*
Theme Name: Commoners theme
Theme URI: https://github.com/creativecommons.org/commoners
Author: Creative Commons
Author URI: https://creativecommons.org/
Description: The theme for Creative Commons Global Network
Version: 2020.10.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licen... |
body{
background: rgb(64, 195, 228);
font: normal 15pt arial;
}
header{
color: white;
text-align: center;
}
section{
background: white;
border-radius: 10px; /* Raio da borda*/
padding: 15px; /* espaço*/
width: 500px; /*largura fixa*/
margin: auto; /* centralizar*/
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.432);
}
foot... |
.qqFace{margin-top:4px;background:#fff;padding:2px;border:1px #dfe6f6 solid;}
.qqFace table td{padding:0px;}
.qqFace table td img{cursor:pointer;border:1px #fff solid;}
.qqFace table td img:hover{border:1px #0066cc solid;}
.top{
padding:10px 0;
background:transparent;
background-color:blue;
}
#userCount{
... |
a {
border: none;
}
b {
BACKGROUND: none
}
s {
border-top: none;
} |
@import "./normalize.css";
/*:root -> 根html。里面定义的变量,使用时直接var(--color-text)*/
:root {
--color-text: #666;
--color-high-text: #ff5777;
--color-tint: #ff8198;
--color-background: #fff;
--font-size: 14px;
--line-height: 1.5;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
... |
@charset "UTF-8";
/* Styleguide Doc Pages */
/* ==========================================================================
/ Barricade Styleguide
/ https://github.com/barricadeio/barricade-styleguide
/ ---------------------------------------------------
/ - normalize
/ - foundation 5
/ - font awesome
/ - brand stylegui... |
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,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, ... |
/*!
* Bootswatch v5.1.3
* Homepage: https://bootswatch.com
* Copyright 2012-2021 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*//*!
* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/tw... |
body {
background: #fff;
font: caption;
padding: 0;
margin: 0;
-webkit-user-select: none;
cursor: default; }
* {
box-sizing: border-box; }
.wrap {
display: flex;
flex-direction: column;
height: 300px; }
.content {
display: flex;
flex: auto;
flex-direction: column;
background: linear-gradi... |
html,
body,
#cesiumContainer {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
position: fixed;
font-family: "MS Pゴシック", sans-serif;
background-color: black;
}
#twCounter {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
margin-top: 30px;
... |
@import url('https://fonts.googleapis.com/css?family=Poppins');
body {
font-family: 'Poppins', sans-serif;
padding:0px;
margin:0px;
max-width:100vw;
overflow-x:hidden;
scroll-behavior: smooth;
}
#loading {
width: 100vw;
height: 100vh;
position: fixed;
background: white;
z-in... |
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
font-size: 100%;
font-family: 'Open Sans', sans-serif;
background:#ffffff;
}
ul li,ol li{
font-size:14px;
}
p{
margin:0;
}
h1,h2,h3... |
/*
Map.css
Styles for the Map component for the Neighborhood Map App
Author: Steve Prager
*/
#map-container {
width: 100%;
}
#map {
height: 100%;
}
#info-window {
color: black;
text-align: center;
font-style: italic;
font-size: 12pt;
padding: 5px;
}
#info-window-img {
width: 150px;
height: 150... |
@media screen and (min-width: 1200px){
*{
margin: 0px;
padding: 0px;
}
#init {
position: absolute;
width: 100%;
height: 100vh;
background: rgba(0, 0, 0, 0.931);
display: flex;
justify-content: center;
}
.init-h1 {
text-align: center;
font-size: 50px;
font-family: impact;
... |
/*!
* Materialize v1.0.0 (http://materializecss.com)
* Copyright 2014-2017 Materialize
* MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
*/
.materialize-red {
background-color: #e51c23 !important
}
.materialize-red-text {
color: #e51c23 !important
}
.materialize-red.ligh... |
/* ==UserStyle==
@name Google Underline
@namespace USO Archive
@author justy123
@description `Brings back the old look of google search results after the changes introduced in March 2014.`
@version 20140319.2.4
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document... |
.lazyblocks-component-block-slug{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.lazyblocks-component-block-slug>.lazyblocks-component-block-slug-prefix{padding:7px 8px;line-height:normal;color:#fff;background-color:#1e1e1e;border-top-left-radius... |
/*
** Default :: Wallet Nav-bar
************************************/
QToolBar {
border: 0 solid transparent;
border-bottom: 2px solid rgba(1, 22, 18, 0.6); /* Theme::DARK + Transparency */
padding: 0;
margin: 0;
}
/* Wallet Primary Nav-Bar >> Item */
QToolBar > QToolButton {
background: none transparent;
... |
/*! purgecss start ignore */
@tailwind base;
@tailwind components;
/*! purgecss end ignore */
@tailwind utilities;
section#home {
background-image: linear-gradient(
rgba(0, 15, 200, 0.25),
rgba(0, 15, 200, 0.25)
),
url("../images/oberry_ame_zion_church.jpg");
margin: 3px;
background-position:... |
.tableBodyScroll tbody {
display:block;
height:230px;
max-height:230px;
overflow-y:scroll;
table-layout:fixed;
}
.tableBodyScroll thead, tbody tr {
display:table;
width:100%;
table-layout:fixed;
}
.backGroundColor{
background-color: lightgrey;
}
.martop... |
/*!
* # Semantic UI 2.2.13 - Breadcrumb
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.breadcrumb{line-height:1;display:inline-block;margin:0 0;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child... |
.vxe-table .vxe-table--header-wrapper .vxe-table--repair{position:absolute;left:0;bottom:0;height:0;border-bottom:1px solid #e8eaec}.vxe-table:not(.b--style-none) .vxe-table--header-wrapper{background-color:#f8f8f9}.vxe-header--column{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none... |
/*
* pylons.css_t
* ~~~~~~~~~~~~
*
* Sphinx stylesheet -- pylons theme.
*
* :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
@import url("basic.css");
/* -- page layout ----------------------------------------------------------- */
body {
... |
:root {
--primary-black: #15161f;
--secondary-black: #2a2c3d;
--darker-gray: #463e36;
--dark-gray: #675d55;
--gray: #847970;
--mid-gray: #a39c96;
--light-gray: #d9d4d0;
--lighter-gray: #f8f5f3;
--lightest-gray: #f5f5fa;
--white: #ffffff;
--orange: #fe5e00;
--hover-orange: #b84400;
--red: #eb... |
#header {
background-color: #3f475f;
max-height: 58px;
}
#header .navbar-default {
background: #3f475f;
}
.new-ads-navigation-field a {
max-height: 34px;
font-size: 12px !important;
font-family: 'Lucida Grande', Arial, sans-serif;
font-weight: bold !important;
border-radius: 2px !impor... |
.card{font-size:.875rem;font-weight:400}/*!
* Bootstrap v4.2.1 (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)
/*# sourceMappingURL=bootstrap.min.css.map */ |
html, body { height : 100%; }
body { color : #424449; font-family : arial; padding-top : 0; }
#wrapper { min-height : 100%; position : relative; }
#content { padding-bottom : 400px; }
#languages-bar { background : #444444; background : linear-gradient(to bottom, #444444 0%,#333333 100%); background : -moz-linear-gradie... |
@keyframes material-spinner-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@keyframes fabric-spinner-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.e-dropdownbase .e-list-item .e-list-icon {
padding: 0 8px 0 0;
}
.e-bigger .... |
.signUpForm{
width:80%;
margin:auto;
}
.buttonPerson{
text-align:center;
}
.createPerson{
background-color:#eeeeee;
} |
.team-boxed {
color: #313437;
background-color: #eef4f7;
}
.team-boxed p {
color: #7d8285;
}
.team-boxed h2 {
font-weight: bold;
margin-bottom: 40px;
padding-top: 40px;
color: inherit;
}
@media (max-width:767px) {
.team-boxed h2 {
margin-bottom: 25px;
padding-top: 25px;
font-size: 24px;
... |
#numPowerUps {
font-size: 3em;
text-align: center;
width: 1em;
height: 1em;
} |
/* ==UserStyle==
@name NU.NL - Dark and Clean
@namespace USO Archive
@author jrz
@description `Nu.nl is a Dutch news portal. This is a dark theme for nu.nl which also hides some advertorials and unnecessary items.`
@version 20151210.22.34
@license CC0-1.0
@preprocessor uso
==/U... |
head
#header .header-top{
min-height: 34px;
background: #ffffff;
}
#header .header-top .container-fluid .usermenu{
float: right;
color: #11998b;
}
#header .header-top .container-fluid .usermenu a{
color: #11998b;
text-decoration: underline;
}
#header .header-main .header-main-content{
padding: 15px 0 ... |
.AwesomeListMenu {
position: sticky;
top: 0px;
}
@media (max-width: 768px) {
.AwesomeListMenu {
display: none;
}
} |
.bfs {
width: auto;
border: solid 2px
}
.max-width {
width: 100%
}
.width_no_care {
width: 30%;
}
.text-center {
text-align: center;
}
.selected-border {
border-color: orange;
}
.visited {
background-color: purple;
}
.path {
background-color:rgb(57, 208, 219);
}
.other {
background-c... |
body { background-color: #FFFFFF; }
* { font-family: Verdana, Arial, Helvetica; }
div, p, th, td { font-size:12px; }
a {color:rgb(180, 80, 80);text-decoration:underline}
a:hover {color:rgb(180, 80, 80);text-decoration:none}
h1 { font-size:16px; color:#FFFFFF; font-weight:normal; padding:6px; background-color:rgb(180, 8... |
:root {
--primary:#303030
}
.loading-bar1 {
width: 100%;
background-color: #FFFA;
height: 10px;
border-radius: 1rem;
position: relative;
}
.loading-bar1:after {
position: absolute;
content: '';
left:0;
width: 10px;
height: 10px;
background-color: var(--primary);
bord... |
/*!
* Start Bootstrap - Resume v5.0.8 (https://startbootstrap.com/template-overviews/resume)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
*/
body{font-family:Muli,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvet... |
@import url('https://fonts.googleapis.com/css?family=Lato');
body, ul, header, footer, section, article, ul, li, a, span, nav, h1, h2, aside, div {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Lato', sans-serif;
background: url('img/site-background.jpg') fixed;
backgr... |
.languageSelect {
margin-top: 10px;
}
@media screen and (max-width: 890px) {
.search {
display: none; }
.languageSelect {
display: none; }
} |
/* ==UserStyle==
@name New Gmail - Combined Style - text + colour buttons
@namespace USO Archive
@author eliotc
@description `Combines/modifies a number of existing userstyles for the new Gmail interface. + Adds TEXT labels to the top row of buttons + Adds COLOUR to the button icons+ Adds icon... |
html,body {
font-family: 'Open Sans', serif;
font-size: 14px;
font-weight: 300;
}
.hero.is-success {
background: #f2f7fa;
}
.hero .nav, .hero.is-success .nav {
-webkit-box-shadow: none;
box-shadow: none;
}
input {
font-weight: 300;
}
p {
font-weight: 700;
}
.btn__edit{
margin-top: 1%;
background-co... |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Roboto+Slab&display=swap');
*{
margin: 0 auto;
padding: 0;
box-sizing: border-box;
font-family: 'Inter', sans-serif;
}
.main{
width: 100%;
}
.header{
height: 100px;
width: auto;
}
.contact{
position: absolute;... |
body {
margin: 0;
padding: 0;
font-family: 'Raleway', sans-serif; }
.content {
display: flex;
flex-direction: column;
min-height: 100vh; }
h1, h2, h3, h4, h5 {
font-family: 'futura-pt';
margin: 0; }
a {
color: inherit;
text-decoration: none; }
a:hover {
color: #bc0077; }
main {
flex: 1 0 au... |
.loading {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
}
.loading-icon {
color: #fff;
} |
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: i... |
.customrepeater {
margin-top: 10px;
}
.customrepeater .customset {
display: block;
}
.customrepeater .customset ul {
margin: 0;
padding: 0;
list-style: none;
}
.customrepeater .customset ul li {
min-height: 30px;
margin: 0 0 1em 1em !important;
padding: 1.5em 1.25em 0 1.25em !important;
... |
#map{
height: 50vh;
}
.titol-caracteristica {
font-weight: 600;
} |
/*# sourceMappingURL=2.c93bd47f.chunk.css.map */ |
/* http://localhost:1841/ext/packages/core/sass/src/util/SizeMonitor.scss:5 */
.x-size-monitored {
/**
* @class Ext.util.SizeMonitor
*/
position: relative;
}
/* http://localhost:1841/ext/packages/core/sass/src/util/SizeMonitor.scss:9 */
.x-size-monitors {
position: absolute;
left: 0;
top: 0;
w... |
@import '../../common/vars.css';
.register-page {
display: flex;
flex-direction: column;
align-items: center;
justify-content: stretch;
color: var(--color-dark-blue);
height: 100vh;
width: 100%;
background: linear-gradient(180deg, #FFFFFF 0%, #003E53 100%, rgba(0, 65, 87, 0.32) 100%);... |
.example-card {
display: flex;
flex-direction: column;
font-family: 'GameOfThrones';
justify-content: space-between;
color: white;
width: 20vw;
background-image: linear-gradient(to top, #00aa09 0%, #86dfa1 100%);
}
.shadow{
-webkit-box-shadow: 0 4px 4px #777;
-moz-box-shadow: 0 4px ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.