text stringlengths 1 1.04M |
|---|
* {
box-sizing: border-box;
}
body {
margin: 0;
font-size: 1rem;
line-height: 1.5;
color: #333;
overflow-x: hidden;
}
.header {
height: 100vh;
display: flex;
align-items: center;
color: #fff;
}
.content {
max-width: 40rem;
padding-left: 1rem;
padd... |
Image{
border-width: 1;
border-color: #666;
vertical-align: center;
horizontal-align: center;
}
.page{
background-color: #358ccb;
}
.shatteritem{
vertical-align: center;
horizontal-align: center;
margin: 20 0;
}
Button{
padding: 40 20;
} |
.grid-container {
width: 600px;
height: 600px;
margin: 3rem auto 0;
background-color: #34495e;
color: #fff;
border: 6px solid #2c3e50;
border-radius: 10px;
display: grid;
grid-template: repeat(3, 1fr) / repeat(3, 1fr);
}
.grid-item {
border: 6px solid #2c3e50;
border-radius:... |
body {
background-color: #000;
color: #aaa;
font-family: sans-serif !important;
text-align: center;
}
#game canvas { margin:auto; border: 1px solid #aaa; }
a {
color: #ffa;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: underline;
} |
body {
background: #e0e0e0;
}
.content {
padding: 15px 15px 60px 15px;
}
.layui-layout-admin .layui-logo, .layui-layout-admin .layui-side, .layui-nav-tree{
width: 240px;
}
.layui-side-scroll {
width: 240px;
box-sizing: border-box;
padding: 10px;
}
.layui-side-scroll .layui-card-header {
bo... |
body {
background-color: #54364a;
background-size: cover;
background-image:url(../../images/j.jpg);
} |
.stopNames{
font-family: "Voces", cursive;
font-size: 1rem;
}
.showMap{
margin-right: 0.3rem;
}
#noMargin{
margin: 0;
padding-right: 0;
padding-left: 0;
} |
.whole{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(500px, 6fr));
justify-content: center;
grid-gap: 50px;
font-family: 'Ubuntu', sans-serif;
}
.left{
padding: 0%;
}
.right{
width: 50%;
}
.heading{
color: rgb(4, 0, 241);
font-size:350%;
}
.typed{
font-size: 300%;
color: black;
}
... |
a{color:#348fe2}a:focus,a:hover{color:#1968b0}.pace .pace-progress{background:#348fe2!important}.pace .pace-activity{border-top-color:#348fe2!important;border-left-color:#348fe2!important}.header .navbar-brand .brand-logo{border-color:#348fe2 #1c75c7 #165b9a}.text-primary{color:#348fe2!important}.forum-list>li .media .... |
@import url("https://fonts.googleapis.com/css?family=Alex+Brush&display=swap");
@import "bootstrap.min.css";
@import "animate.min.css";
.logo {
font-family: "Alex Brush", cursive;
font-size: 4rem;
line-height: 1.2;
-moz-user-select: all; /* Firefox 43+ */
-ms-user-select: all; /* No support yet */
-webkit-... |
html, body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img {
height: 25px;
}
a {
display: flex;
justify-content: space-between;
align-items: center;
width: 100px;
border: 1px solid;
gap: .4rem;
padding: 5px 20px;
border-radius: 5px;
margin: 10px;
text-de... |
/*! jQuery UI - v1.10.3 - 2013-09-18
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.u... |
pickup-availability {
display: block;
}
pickup-availability[available] {
min-height: 8rem;
}
.pickup-availability-preview {
align-items: flex-start;
display: flex;
gap: 0.2rem;
padding: 1rem 2rem 0 0;
}
.pickup-availability-preview .icon {
flex-shrink: 0;
height: 1.8rem;
}
.pickup-availability-previ... |
@tailwind base;
@tailwind components;
@tailwind utilities;
.text-shadow {
text-shadow: 2px 2px 0 rgba(255, 255, 255, 1);
} |
@charset "UTF-8";
/*!
* Start Bootstrap - Clean Blog v6.0.7 (https://startbootstrap.com/theme/clean-blog)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-clean-blog/blob/master/LICENSE)
*/
/*!
* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-... |
.theme-toggler {
background-color: #fbc02d;
color: var(--ui-color-inverted);
position: fixed;
right: 3em;
bottom: 2.25em;
z-index: 888;
} |
/*!
* Start Bootstrap - Stylish Portfolio v5.0.6 (https://startbootstrap.com/template-overviews/stylish-portfolio)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE) |
/* .blog {
box-shadow: var(--lightShadow);
transition: var(--mainTransition);
}
.blog:hover {
box-shadow: var(--darkShadow);
}
.img-container {
position: relative;
background: var(--primaryColor);
transition: var(--mainTransition);
}
.img {
transition: var(--mainTransition);
}
.img-container:hover .img {... |
/* Base */
body,
body *:not(html):not(style):not(br):not(tr):not(code) {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
box-sizing: border-box;
}
body {
background-color: #f8fafc;
color... |
/*!
* AdminLTE v3.0.4-pre
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT>
*//*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed unde... |
.article {
margin-bottom: 2.4rem;
}
@media (min-width: 30em) {
.article {
display: flex;
justify-content: flex-start;
align-items: flex-start;
}
}
.article__img {
width: 11.3rem;
margin-right: 1rem;
margin-bottom: 1rem;
}
.article__title {
font-size: 22px;
color: var(--foregroundDark);
... |
.trustpass{clear:both;overflow:hidden}.trustpass-checklist{clear:both;overflow:hidden;list-style:none;padding:10px 0;margin:0}.trustpass-checklist li{display:block;list-style:none;float:left;width:50%;line-height:1.5em;font-size:1em;margin:0;padding:0;overflow:hidden;opacity:1;-webkit-transition:opacity .4s ease-in-out... |
WalletFrame {
border-image: url(':/images/drkblue/drkblue_walletFrame_bg') 0 0 0 0 stretch stretch;
border-top:0px solid #000;
margin:0;
padding:0;
}
QStatusBar {
background-color:#ffffff;
}
.QFrame {
background-color:transparent;
border:0px solid #fff;
}
QMenuBar {
background-color:#fff;
}
QMenuBar::item {
backgro... |
/* latin-ext */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF,... |
/*
* This combined file was created by the DataTables downloader builder:
* https://datatables.net/download
*
* To rebuild or modify this file with the latest versions of the included
* software please visit:
* https://datatables.net/download/#se/dt-1.10.18/b-1.5.6/b-flash-1.5.6/r-2.2.2/sc-2.0.0
*
* Include... |
/**
* @package Gantry Template Framework - RocketTheme
* @version 2.5.2 March 31, 2010
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2010 RocketTheme, LLC
* @license http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
*/
/* Headings */
.rt-jo... |
/* chathura-telugu-700-normal*/
@font-face {
font-family: 'Chathura';
font-style: normal;
font-display: swap;
font-weight: 700;
src: url('./files/chathura-telugu-700-normal.woff2') format('woff2'), url('./files/chathura-all-700-normal.woff') format('woff');
unicode-range: U+0951-0952, U+0964-0965, U+0C00-0C... |
nav.navbar.navbar-default {
margin-bottom: 0px;
border-radius: 0px;
}
@media (min-width:768px) {
.navbar
{
border-radius: 0px;
}
header .container
{
padding-top: 20px;
padding-bottom: 20px;
}
}
.table > tbody > tr.future > td {
background-color: #CBCBC... |
*{display:none} |
:root {
--pink: #c51d4a;
}
/* overrides for the old theme */
body {
font-family: initial;
font-weight: initial;
background: transparent;
color: initial;
font-size: initial;
line-height: initial;
margin: 0;
}
h1 {
width: auto;
min-height: auto;
margin: 0;
padding: 0;
f... |
#hovering-board {
width: 100%;
height: 720px;
overflow: hidden;
background-color: rgba(24, 24, 24, 1);
box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}
#hovering-board.mobile {
-webkit-overflow-scrolling: touch;
overflow: auto;
}
#hovering-board-inner {
padding: 50px 100px;
width:... |
path
{
fill: green;
}
g svg circle
{
fill: green;
}
g > ellipse
{
fill: green;
}
ellipse + circle
{
fill: green;
}
[id=testAttributeSelector]
{
fill: green;
}
#testIdSelector
{
fill: green;
}
#testPseudoClassSelector:first-child
{
fill: green;
} |
body {
background-color: #ffffff;
}
p {
font: 24px "Agency FB";
color: #808080;
}
p.welcome {
height: 30px;
font: 24px "Agency FB";
color: #808080;
}
h1.login-h1 {
font: bold 48px "Agency FB";
color: #808080;
}
p.success {
font: 24px "Agency FB";
color: #808080;
}
div.content... |
.sf-menu .sf-mega {
position: absolute;
display: none;
top: 100%;
width: 1000px;
left: 0;
z-index: 99;
left: 0;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
display: block;
}
.sf-menu .sf-mega {
box-shadow: 2px 3px 6px rgba(0,0,0,.2);
width: 1000px; /* allow long menu items to... |
body{
background:white;
color:black;
font-size:16px;
font-family:arial;
margin: 0 auto;
padding:3em 5em;
width:100%;
}
#pie_principal{
margin: 1em 0 0 0;
padding:0.5em;
text-align: center;
width: auto;
} |
.ChannelBrowser {
z-index: 1;
position: absolute;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
background: #fff;
}
.ChannelBrowser .Header {
flex: 0 0 auto;
display: grid;
grid-template-columns: 100%;
grid-gap: 1rem;
margin: 0 1rem;
padding: 0.8rem 0;
}
.ChannelBrowser h... |
/*!
* 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)
*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545... |
/*# sourceMappingURL=pink-bluegrey.css.map */ |
h1
{
} |
/**
* Lightcase - jQuery Plugin
* The smart and flexible Lightbox Plugin.
*
* @author Cornel Boppart <cornel@bopp-art.com>
* @copyright Author
*
* @version 2.5.0 (11/03/2018)
*/
/**
* Lightcase settings
*
* Note: Override default settings for your project without touching this source code by simply
* defi... |
/*!
* @package yii2-krajee-base
* @subpackage yii2-widget-activeform
* @author Kartik Visweswaran <kartikv2@gmail.com>
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2016
* @version 1.8.4
*
* Common CSS file for all kartik\widgets.
*
* For more JQuery/Bootstrap plugins and demo... |
.pdf-outer-container {
display: flex;
justify-content: center;
align-items: center;
height: 500px;
width: 100%;
padding-left: 16px;
}
.pdf-viewer {
display: flex;
flex-direction: column;
overflow-y: scroll;
height: 100%;
}
.paginator {
display: flex;
justify-content: cen... |
.logoB {
background-image: url("images/logoB.png");
} |
body {
font-size:15px;
}
/*a {
color: #f0e6f1 !important;
text-decoration: none;
}
a:hover
{
color:#f0e6f1 !important;
text-decoration:none;
cursor:pointer;
}
*/
table a:link, table a:visited, table a:active {
color: #f0e6f1 !important;
text-decoration: none;
}
table a:hover {
c... |
:root {
--primary-color: #5040C0;
--white: rgb(255, 255, 255);
}
* {
font-family: 'Montserrat', sans-serif;;
box-sizing: border-box;
outline: none;
box-shadow: none;
border: none;
}
h1{
border-bottom: solid 1px #5040C0;
}
body {
margin: 0;
padding: 0;
background: var(--pri... |
#page-create-point {
width: 90%;
max-width: 1100px;
margin: 0 auto;
/* Alinhamento de Caixa pelo lado de fora */
}
#page-create-point header {
margin-top: 48px;
display: flex;
justify-content: space-between;
align-items: center;
}
#page-create-point header a {
color: var(--title-c... |
/* Google font */
@font-face {
font-family: 'IRAN Sans';
src: url('../../login/fonts/ttf/IRANSansWeb.ttf');
}
body {
background-color: rgba(0, 0, 0, 0.1);
}
/* styling paper */
#paper {
width: 600px;
height: auto;
position: relative;
margin: 20px auto;
padding-top: 40px;
padding... |
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
/**
* Black theme for reveal.js.
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
/*********************************************
* GLOBAL S... |
#map {
width: 800px;
height: 500px;
margin:0 auto;
}
body{
margin: 0;
padding: 0;
}
#header{
padding:20px;
height: 115px;
background: #561616;
margin-bottom: 30px;
color: white;
}
#header p{
color:white
}
.map{
box-shadow: 5px 5px 10px #585656;
}
.icono{
float: ri... |
.Explore {
height: 100%;
overflow-y: scroll;
}
.Explore::-webkit-scrollbar {
display: none;
}
.title {
margin-bottom: 20px;
} |
.preprocessing-card {
text-align: left;
}
.preprocessing-card-header-row {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-bottom: -1em;
}
.preprocessing-card-header {
width: 100%;
text-align: center;
}
.preprocessing-card-add-btn {
margin-top: -1em;
margi... |
.jumbotron{
background-image: url("../images/logo.jpg");
background-size: cover;
}
.jumbotronDiv{
padding: 20px;
margin-left: 20px;
width: 40%;
color: white;
background: rgba(44, 62, 80, 0.38);
border-radius: 10px;
}
footer {
background-color: #2c3c50;
color: #f5f5f5;
pa... |
@charset "utf-8";
/*! fileicon.css v0.1.1 | MIT License | github.com/picturepan2/fileicon.css */
/* fileicon.basic */
.file-icon {
font-family: Arial, Tahoma, sans-serif;
font-weight: 300;
display: inline-block;
width: 24px;
height: 32px;
background: #018fef;
position: relative;
bord... |
/* Common, default styles for the notification box */
.s-alert-box,
.s-alert-box * {
box-sizing: border-box;
}
.s-alert-box {
position: fixed;
background: rgba(42,45,50,0.85);
border-radius: 3px;
padding: 22px;
line-height: 1.4;
z-index: 1000;
pointer-events: none;
color: rgba(250,... |
html, body {
max-width: 100%;
overflow-x: hidden;
}
.btn-h1-space{
margin-top: 20px;
}
.form-spacing-top {
margin-top: 40px;
}
.comment {
margin-bottom: 45px;
}
.author-image {
width: 50px;
height: 50px;
border-radius: 50%;
float: left;
}
.author-name {
float: left;
margin-left: 15px;
}
.autho... |
.DottedList > li {
list-style: none;
display: inline-block;
}
.DottedList > li:not(:last-of-type)::after {
margin: 0 0.5ch;
content: '·';
color: #dd7eb4;
font-family: monospace;
} |
ion-content ion-toolbar {
--background: translucent;
}
.actualite-date-chip {
display: block;
border-radius: 8px;
text-align: left;
margin: 0;
}
.ion-p-small {
font-size: 11px !important;
}
.ion-segment-actu {
border-radius: 0 !important;
} |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audi... |
/*
-------------------------------------------------------
MAIN
-------------------------------------------------------
*/
/* PERSON LIST
--------------------------------------------------------
*/
.list {
margin: 1rem 0 0 0;
padding: 0 0 2rem 0;
}
/* .page .container {
margin: 0;
padding: ... |
/* Home **************************************************/
.panel-login{
position: absolute;
width: 300px;
height: 360px;
top: 50%;
left: 50%;
margin-top: -180px;
margin-left: -150px;
}
.title{
text-align: center;
color: #262262;
}
.logo{
margin: auto;
width: 250px;
}
/* Reports Page ******************... |
/* Task list (Featured & Most Active) */
.task-list li a {
font-size:1.5em;
margin:0.3em;
margin-bottom:0.5em;
padding:0.5em;
border-radius: 4px;
background:#1562A5;
}
.task-list li {margin:1.25em 0; padding:0;}
.task-list li a { color:white;}
.task-list li a:hover { text-decoration:none; background:#163047; }
... |
/*!
* # Semantic UI 2.2.6 - Message
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Message
*******************************/
.ui.message {
position: relative;
min-height: 1em;
margi... |
/*! #######################################################################
MeanMenu 2.0.7
--------
To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
####################################################################### */
/* hide the link until viewport size is ... |
* {
box-sizing: border-box;
}
body {
color: #555;
font-size: 1rem;
font-family: "Montserrat", sans-serif;
text-align: center;
}
a {
color: #1ABC9B;
text-decoration: none;
}
a :hover {
color: #117964;
}
.centered-cover {
display: flex;
align-items: center;
justify-content: center;
width: 100%;... |
/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/ |
html, body {
background-color: #F1F1F1;
height: 100%;
margin: 0;
padding: 0;
position: absolute;
width: 100%;
}
.wrapper {
background-color: #FFF;
border-radius: 2px;
box-shadow: 0px 2px 1px 0px #DDD;
box-sizing: border-box;
height: 300px;
left: 50%;
margin: -150px 0 0 -150px;
position: abs... |
/* ==========================================================================
Mixins
========================================================================== */
/* ==========================================================================
Variables
=========================================================... |
html {
font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 16px; }
html,
body {
-webkit-user-select: none;
user-select: none; }
body {
font-size: .28rem; }
* {
box-sizing: border-box; }
html,
body,
div,
object,
iframe,... |
body{
margin: 0px;
background-image: url("https://keyassets.timeincuk.net/inspirewp/live/wp-content/uploads/sites/8/2019/12/K8RHEH-e1576655908297.jpg");
background-repeat: no-repeat;
background-size: 100%;
}
h1{
font-family: Cursive;
font-size: 35px;
text-align: center;
color: red;
font-weight: bo... |
body{
font-family: 'Montserrat Alternates', sans-serif;
background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(204,204,204,1) 35%);
}
header {
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 35%); padding:20px 0;
}
.box{
position: relative;
width: 940px;
margin... |
#createQuestionWrap {
position: absolute;
display: inline-block;
box-sizing: border-box;
width: 50vw;
min-height: 30vh;
top: -100%;
left: 0;
right: 0;
padding-bottom: 0.5em;
margin: auto;
font-size: 1.25em;
background-color: var(--background-color);
transition: 0.3s;
... |
#wrapper {
margin: 0 auto;
text-align: center;
width: 90%;
}
#banner {
border: 3px solid black;
background-color: rgb(137, 244, 124);
margin-bottom: 10px;
}
#sidebar {
border: 3px solid green;
float: left;
width: 37%;
display: inline-block;
height: 30em;
margin-bottom: 1em;
}
#content {
bor... |
div.header {
font-family: Courier;
font-size: 3em;
text-align: center;
width: 100%;
background-color: #AFA;
}
div.footer {
font-family: Courier;
font-size: 0.5em;
text-align: center;
width: 100%;
}
div.page {
min-height: 90%;
}
div.top-menu {
width: 100%;
border-collap... |
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88oo... |
body{
font-family: 'Open Sans', sans-serif;
background:#3498db;
margin: 0 auto 0 auto;
width:100%;
text-align:center;
margin: 20px 0px 20px 0px;
}
p{
font-size:12px;
text-decoration: none;
color:#ffffff;
}
h1{
font-size:1.5em;
color:#52... |
/* ==UserStyle==
@name Cubecraft Dark
@namespace USO Archive
@author Meinen Namen
@description `Dark theme for the Cubecraft forum`
@version 20180222.0.42
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("www.cubecraft.net") {
/* Colors defin... |
/* GENERAL STYLES */
body {
font-family: var(--primary-font)
}
p {
padding: 0.8rem 0;
}
.title {
font-family: var(--title-font);
font-size: 4rem;
color: var(--highlight-4)
}
/* .subtitle {
} */
.paragraph-note {
font-size: 0.8rem;
font-style: italic;
}
/* UTILS */
.display-none {
display: none... |
#listOfSkills {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
button,
button:active,
button:focus,
button:hover,
.btn,
.btn:active,
.btn:focus,
.btn:hover {
outline: none !important;
}
#userControls {
border: 1px dashed lightgrey;
width: 90px;
height: 100px;
text-align: center;
background... |
/*
Copyright (C) Air Liquide S.A, 2017-2018
Author: Sébastien Lalaurette and Cyril Ferté, La Factory, Creative Foundry
This file is part of Predictable Farm project.
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated document... |
* {
box-sizing: border-box;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
body {
background-image: url(/images/pexels-laura-tancredi-7078387.jpg);
margin: 0 0 0 240px;
padding: 0;
}
header {
text-align: center;
}
#headshot {
width: 160px;
border-radius: 50%;
border: 2px solid ... |
.cssTitulo {
height: 60px;
background-color: #E0E0E0;
width: 100%;
position: relative;
margin: 0px 0px 4px 0px;
background-position: 10px 5px;
background-repeat: no-repeat;
}
input.txt {
color: #00008B;
background-color: #E3F2F7;
border: 1px inset #00008B;
width: 200px;
}
input.btn {
col... |
/*!
* UI development toolkit for HTML5 (OpenUI5)
* (c) Copyright 2009-2016 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
*/ |
/* vampiro-one-latin-ext-400-normal*/
@font-face {
font-family: 'Vampiro One';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url('./files/vampiro-one-latin-ext-400-normal.woff2') format('woff2'), url('./files/vampiro-one-latin-ext-400-normal.woff') format('woff');
} |
/*# sourceMappingURL=solarized.min.css.map */ |
.new-room-button {
background-color: white;
color: #F14D7B;
border: none;
border-radius: 6px;
padding: 2% 10% 2% 10%;
font-size: 16px;
font-weight: 600;
float: left;
margin-left: 10%;
margin-right: 35%;
}
.new-room-button:hover {
cursor: pointer;
}
.header {
font-weight: 450;
color: #ECF0F1;... |
#oc_login_masking_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
z-index: 99999;
}
#oc_login_masking_overlay_wrap {
margin: 0;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 5... |
.btn-hide-show{
border: none;
padding: 0px!important;
font-size: 2rem!important;
background-color: #ffffff;
border-radius: 0px;
}
.btn-hide-show:hover{
background-color: #ffffff!important;
color: #000000;
}
.btn-container-hiden-show{
position: relative;
}
.btn-container-hiden-show > .b... |
.bx-form-advanced-wrapper .bx-form-section-wrapper:first-child {
margin-top:0;
}
.bx-form-advanced-wrapper .bx-form-section-divider:first-child {
border-top:none;
padding-top:0;
}
.bx-form-advanced-wrapper .bx-form-section-divider:first-child .bx-form-section-content {
padding-top:0;
}
.bx-form-ad... |
#header_area {
background: white;
padding: 0 15px;
display: table;
width: 100%;
}
.center_content {
margin: 0 auto;
}
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... |
/*body {*/
/*background-color: #f5f5f5;*/
/*}*/
/*.upload-drop-zone {*/
/*color: #ccc;*/
/*border: dashed #ccc;*/
/*line-height: 100px;*/
/*text-align: center*/
/*}*/
/*.gray-text {*/
/*color: #9E9E9E;*/
/*}*/
html, body, * {
box-sizing: border-box;
font-size: 16px;
}
html, body {
heig... |
.tag-name {
color: #515151;
}
.tags-list {
list-style-type: none;
}
.tags-list__i {
margin: 0 0 0 0;
}
.tags-list__date {
font-size: 14px;
}
.tag-cloud ul {
margin: 0;
padding: 0;
list-style: none;
}
.tag-cloud ul li {
display: inline-block;
margin: 0 .3em .3em 0;
padding: 0;
}
... |
@import url('https://fonts.googleapis.com/css?family=Oxygen');
@import url('https://fonts.googleapis.com/css?family=Comfortaa:700|Open+Sans:400,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
body {
background: #927057;
color: #fff;
padding: 20px;
font-family:... |
/*!
* Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css... |
.button-go-shell {
list-style-type: none;
margin: 0;
padding: 0;
}
.button-go-shell .button-go {
--c: white;
color: var(--c);
font-size: 16px;
border: 0.3em solid var(--c);
border-radius: 0.5em;
width: 30%;
height: 3.5em;
text-transform: uppercase;
font-weight: bold;
... |
* {
margin: 0;
padding: 0;
}
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
html {
height: 100%;
font-family: 'Lato', sans-serif;
}
body {
height: 100%;
margin: 0;
background-color: rgba(33,45,51);
/* background: linear-gradient(135deg, rgba(65,131,155,1) 0%,rgba(51,98,123,1) 100%... |
body {
font-family: 'Raleway', sans-serif;
margin: 0 auto;
overflow: auto;
padding: 25px 50px;
text-align: left;
width: 760px;
}
/* Font, margins */
h1 {
float: left;
font-size: 3.0em;
font-weight: normal;
margin: 43px 0 0 0;
}
blockquote {
float: right;
margin: 35px 0... |
.Result {
text-align: center;
margin-top: 5rem;
}
.PlayAgain {
margin-top: 1rem;
border: 2px solid #4d96e4;
border-radius: 20px;
padding: 12px 20px;
cursor: pointer;
background-color: white;
transition: all 0.5s ease;
outline: none;
}
.PlayAgain:focus, .PlayAgain:hover {
background-... |
body { padding-top: 40px; }
@media screen and (max-width: 768px) {
body { padding-top: 0px; }
} |
body {
margin: 0;
padding: 0;
position: relative;
width: auto;
}
body #page {
background: url("../images/bg-home.jpg") no-repeat scroll center top #000000;
margin: 0;
overflow: hidden;
padding: 0;
width: auto;
z-index: 3;
}
a {
text-decoration: none;
outline: none;
}
a:active {
background: none;
}
img {
b... |
/*
* @Author: lishihao
* @Date: 2014-11-08 10:00
* @Last Modified by: lishihao
* @Last Modified time: 2014-11-21 17:20:19
* 用户教育信息css样式文件
*/
#choose-box-wrapper{
width: 652px;
background-color:#000;
filter:alpha(opacity=50);
background-color: rgba(0, 0, 0, 0.5);
padding:10px;
border-radius:5px;
d... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.