text stringlengths 1 1.04M |
|---|
.App {
text-align: -webkit-center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: colu... |
/* Color Palette */
:root {
--background-color: #eee;
--background-color-secondary: #ddd;
--background-color-tertiary: #ccc;
--text-color: #222;
--text-color-hover: #000;
/* --background-color: #111111;
--background-color-secondary: #222;
--background-color-tertiary: #333;
--text-color: #eee; */
--... |
/*!
* Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('/css/vendor/font-awesome-4.2.0/fonts/fontawesome-webf... |
.cd-words-wrapper {
display: inline-block;
position: relative;
text-align: left;
}
.cd-words-wrapper b {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
}
.cd-words-wrapper b.is-visible {
position: relative;
}
.no-js .cd-words-wrapper b {
opacity:... |
@import url('https://fonts.googleapis.com/css2?family=Average+Sans&family=Ropa+Sans&display=swap');
* {
padding: 0;
margin: 0;
}
.background {
width: 100%;
margin-top: 1.5rem;
}
.btned {
width: 2rem;
}
body {
display: flex;
}
.calendarwatch {
height: 2rem;
}
.contenedordbtn {
displ... |
#introduction>* {
width: 500px;
display: block;
margin: 20px auto;
}
.hidden {
display: none;
}
#introduction>.hidden {
display: none;
}
#canvas {
margin: 30px auto;
}
#bar {
display: flex;
justify-content: center;
}
#bar button {
display: inline-block;
margin: 5px;
padding: ... |
@font-face {
font-family: 'sulu';
src:
url('fonts/sulu.ttf?ioqu4p') format('truetype'),
url('fonts/sulu.woff?ioqu4p') format('woff'),
url('fonts/sulu.svg?ioqu4p#sulu') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="su-"], [class*=" su... |
.tnTab{width: 100%; background: #fff; overflow: hidden;}
.tnTab li{width: 33.33%; height: 49px; line-height: 48px; float: left; }
.tnTab li:last-child{border-right: none;}
/*.tnTab li a{font-size: 1.6rem; color: #595c64; text-align: center; display: block;}*/
.tnTab li.now a{color: #ff6b13; border-bottom: 1px solid #ff... |
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
/* line 8, home/static/home/css/main.scss */
html {
background-color: whitesmoke; }
/* fonts */
/* line 13, home/static/home/css/main.scss */
body {
font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
/* body image ... |
.em,
.em-svg {
height: 1.5em;
width: 1.5em;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
vertical-align: middle
}
.em---1 {
background-image: url("https://twemoji.maxcdn.com/2/72x72/1f44d.png")
}
.em---1.em-svg {
backgr... |
canvas{
border: 1px solid blue;
width: 855px;
height: 900px;
} |
:root {
/* size variables */
--header-height: 56px;
}
/* START GLOBAL STYLES */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
.icon-image {
height: 24px;
width: auto;
}
.btn {
height: 40px;
max-height: 40px;
width: 40px;
max-width: 40px;
border: non... |
@charset "UTF-8";
/*!
Theme Name: Caravel Media Site
Theme URI: http://caravelweb.com/
Author: Caravel Media
Author URI: http://caravelweb.com/
Description: A theme for Caravel Media.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
This theme, ... |
/* You can add global styles to this file, and also import other style files */
#particles-js{
/*background: gray;
height: 400px;*/
position: absolute;
width: 100%;
height: 100%;
background: #00356B;
}
body{
background: #00356B;
} |
/* Todos los elementos de la pagina */
* { font: 1em/1.3 Arial, Helvetica, sans-serif; }
/* se puede poner body en vez de * ya que hay propiedades que se heredan, sería mas
/* correcto y eficiente hacerlo de esta manera
body{ font: 1em/1.3 Arial, Helvetica, sans-serif; }*/
/* Todos los parrafos de la pagina */
p { co... |
.doc {
line-height: 0.8;
box-sizing: border-box;
}
* {
box-sizing: inherit;
}
*::before, *::after {
box-sizing: inherit;
}
.page {
background-color: #f1f1f1;
color: #7e7e7e;
font-family: "Titillium Web", sans-serif;
}
.page__inner {
margin: 0 auto;
max-width: 940px;
}
.page__inne... |
@import url(https://fonts.googleapis.com/css?family=Oswald);
body {
/*font-family: 'Open Sans', sans-serif;*/
font-family: 'Arial', sans-serif;
background-color: #f7f7f7;
position: relative;
margin: 0px;
font-size: 12px;
padding: 0px;
}
.page-content > .row {
margin-left: 0px !important;
margin-right... |
/*
* adapted from:
* https://philipwalton.github.io/solved-by-flexbox/demos/grids/
*/
/* =============================== BASE GRID =============================== */
.Grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
... |
*{
margin: 0;
padding: 0;
outline: 1px dotted orange;
}
body {
font-family: helvetica;
}
a {
text-decoration: none;
color: inherit;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 30px;
}
img{
width:90%;
}
header {
background-color: rgba(255, 225, 0, 0.851);
... |
html {
/* background: url(bg.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
height: 100%;
overflow-y: hidden;
font-family: 'Montserrat', sans-serif;
background-color: #101010;
}
#heading{
positi... |
.section {
width: 200px;
height: 100px;
}
/* Uses hex code to define color */
.section-blue {
color: #ffa500;
background-color: #0000FF;
}
/* Uses predefined colors */
.container {
color: white;
background-color: black;
}
/* Purple and yellow are example of high contrast colors */
#section-1 {
color: #... |
.header {
text-align: center;
}
.header-container {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
background: linear-gradient(90deg, #004390 34.32%, #00003C 60.27%);
padding-top: 15px;
padding-bottom: 15px;
}
.logo {
height: 45px;
margin-right: 20px;
}
@media (max-widt... |
*{
margin: 0;
padding: 0;
}
body{
width: 100vw;
height: 100vh;
background: radial-gradient(#e66465, #9198e5);
display: flex;
align-items: center;
justify-content: center;
}
.leap-card{
position: relative;
display: flex;
flex-direction: column;
align-items: center;
... |
.componentSearch {
display: flex;
flex: 1 1 100%;
flex-direction: column;
overflow: hidden;
}
.search {
flex: 1 1 100%;
}
.componentList {
flex: 1 1 100%;
overflow: auto;
}
.cancelContainer {
flex: 0;
text-align: right;
}
.cancelContainer :global(button) {
margin-right: 0 !important;
}
.toolCom... |
form label {
font-weight: normal
}
form .webform-component {
margin-bottom: 10px
}
form label.checkbox {
margin: 0px;
padding: 0px
}
form .form-actions {
background-color: transparent;
border: 0px;
margin: 0px;
padding: 0px
}
form .fileupload .uneditable-input {
-webkit-box-sizin... |
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: grayscale;
}
code {
font-family: source-code-pro, Menlo, Mona... |
:root {
--style1-bgcolor: rgb(83, 83, 83);
--style1-text-color: white;
--style2-bgcolor: rgb(168, 168, 168);
--style2-text-color: white;
--transparent-background: rgba(50,50,50,50%);
/* Fonts! Who does not like them? Ofcourse, import them in your HTML file too! */
--font-regular: 'Roboto',... |
body {
background: #fff;
font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 1.9;
color: #6c757d;
overflow-x: hidden;
}
a {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
text-decoration: ... |
vaadin-notification-card flow-component-renderer {
flex-grow: 1;
}
/* === Close button === */
vaadin-notification-card vaadin-button[theme~="icon"] {
--button-color: var(--notification-color);
--button-hover-bg: transparent;
--button-hover-color: var(--notification-color);
--button-active-bg: transparent;
... |
.nearbyFields>* {
display: inline-block;
} |
.app {
display: flex;
height: 100vh;
}
.header {
position: fixed;
left: 0;
color: white !important;
width: 100vw;
padding: 0 50px 0 30px !important;
}
.header .logo {
font-size: 26px;
}
.header .github {
float: right;
color: white;
font-size: 26px;
}
.sider {
position: fixed;
top: 64px;
... |
body {
margin: 0;
padding: 0;
}
body {
background: url(../svg/patternBackgroundDesktop.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
/* =================
Navbar
================= */
nav {
display: flex;
align-items: center;
}
nav a {
text-d... |
/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/**
* @file
* Special grid system for sidebar.
*/
.sidebar-grid > .site-main {
-ms-grid-column: 1;
-ms-grid-column-span: 6;
grid-column: 1 / 7;
align-self: f... |
body{
overflow-x: hidden;
margin-top:20px;
background:#eee;
}
.col-md-8{
position: relative;
left: 60px;
}
@media (min-width: 0) {
.g-mr-15 {
margin-right: 1.07143rem !important;
}
}
@media (min-width: 0){
.g-mt-3 {
margin-top: 0.21429rem !important;
}
}
.g-... |
.users-view-header-actions-presentation-type-selector-list-button {
cursor: pointer;
} |
.source-info {
display: block;
position: fixed;
bottom: 100%;
left: 0;
margin-left: 30px;
margin-top: 30px;
font-size: 0.67em;
padding-left: 50px;
color: rgba(0, 0, 0, 0.4);
text-align: left;
}
.source-info a {
display: block;
text-decoration: none;
outline: 0;
color: inherit;
}
.source-in... |
@import url('https://fonts.googleapis.com/css2?family=Grandstander:wght@300&display=swap');
:root {
--primary-color:#0f324e;
--secondary-color:#047aed;
--dark-color:#002240;
--light-color: #fefefe;
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
font-family: 'Grandstander', sans-serif;
... |
.error-modal {
position: fixed;
top: 30vh;
left: calc(50% - 15rem);
width: 30rem;
background: #dae1e7;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
z-index: 100;
border-radius: 7px;
}
.error-modal h2 {
margin: 0;
padding: 1rem;
background: #27496d;
color: white;
border-radius: 7px 7px 0 0;
}
.... |
@import url('https://fonts.googleapis.com/css?family=Boogaloo&display=swap');
.how-to{
font-family: 'Boogaloo', cursive;
font-size: 20pt
}
.navbar-nav{
font-family: 'Boogaloo', cursive;
font-size: 15pt;
} |
@import url("https://use.typekit.net/snz0vyw.css");
/*general styles*/
h1, h2, h3, h4, h5 {
font-family: blenny, sans-serif !important;
}
a {
color: white;
}
p {
font-family: mr-eaves-xl-modern, sans-serif !important;
}
body {
font-family: none;
}
.home, .about, .shop, .contact, .shopsingle {
... |
/* BEM support Func
-------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Colors
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
... |
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?87191154');
src: url('../font/fontello.eot?87191154#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?87191154') format('woff2'),
url('../font/fontello.woff?87191154') format('woff'),
url('../font/fontello.ttf... |
.panel {
overflow: hidden;
text-align: left;
margin: 0;
border: 0;
-moz-border-radius: 0 0 0 0;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.panel-header,
.panel-body {
border-width: 1px;
border-style: solid;
}
.panel-header {
padding: 5px;
position: relative;
}
.panel-title {
bac... |
.clock {
width: 500px;
margin: 0 auto;
padding: 20px;
border: 1px solid #333;
background-color: #0a0a0a;
color: #fff;
}
#Date {
font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
font-size: 32px;
text-align: center;
text-shadow: 0 0 5px #00c6ff;
}
.clock ul {
wi... |
/* ==================================================================
* Ceevee Media Queries
* url: styleshout.com
* 03-18-2014
/* ================================================================== */
/* screenwidth less than 1024px
--------------------------------------------------------------------- */
@med... |
@charset "UTF-8";
/*
Template Name: Greeva - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Version: 2.0.0
Website: https://coderthemes.com/
Contact: support@coderthemes.com
File: Custom Bootstrap Css File
*/
/*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
*... |
/* ==UserStyle==
@name Cursor Kentin
@namespace USO Archive
@author anynhaoliveira
@description `tenha um cursor do seu paquera favorito Kentin`
@version 20160725.19.52
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
body, a, a:hover {
cursor: url('http://i66.tin... |
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
.ql-editor {
min-height: 200px;
}
@font-face {
font-family: 'ApexMk3';
src: URL('../fonts/ApexMk3.ttf') format('truetype');
}
.unturned-font {
font-family: ApexMk3
}
i {
vertical-align: 0.125em;
}
@media (max-width: 980px) {
... |
section {
float: left;
margin-top: .5em;
margin-left: .5em;
padding: 1em;
width: 20em;
height: auto;
background-color: #87CA63;
color: #444;
}
section .title {
color: inherit;
font-size: 2em;
}
section .author {
color: inherit;
}
section .author a {
color: inherit;
}
section .author:hover a ... |
@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");
/**
* Spacelab Bootswatch theme for Owncloud
* ------------------------------------
*/
/**
* Import - don't change
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-siz... |
#news-container {
position: relative;
width: 250px;
}
.news {
position: absolute;
left: 0;
top: 0;
border: 1px solid #ccc;
}
h1 {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #ff0088;
border-bottom: 1px solid #ccc;
padding: 5px;
margin: 0;
}
p {
font-size: 13px;
text-align: ju... |
@charset "utf-8";
/* CSS Document */
iframe,ul,li,ol,dl,dt,dd,p,table,tr,td,form,button,select,textarea { margin:0; padding:0; font-weight:normal; font-style:normal; list-style-type:none; border:none;}
ul {list-style:none;}
a img {border:none;}
a {text-decoration:none;}
body { font:14px "微软雅黑"; margin:0}
h1,h2,h3,h4,h5... |
.website-contentExpansion-window .modal-dialog {
width: 617px;
}
.contentExpansion {
width: 617px;
min-height: 566px;
background-color: #F2F2F5;
border: 2px solid #E1DFDB;
border-radius: 4px;
}
.contentExpansion .head {
height: 28px;
width:100%;
}
.contentExpansion .head img {
curso... |
/*!
* # Semantic UI 2.2.4 - Segment
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
* |
.jcarousel-skin-tango .jcarousel-container {
-moz-border-radius: 10px;
border-radius: 0px;
background: #444;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
width: 560px;
padding: 8px 40px 0 40px;
}
.jcarousel-skin-... |
/* AddThisEvent theme CSS
---------------------------------------------------------------------- */
/* General */
.addthisevent {visibility:hidden;}
.addthisevent span {display:none!important;}
.addthisevent .data {display:none!important;}
/* The button */
.addthisevent-drop {width:280px;displ... |
/*! Pure v0.6.0 Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. https://github.com/yahoo/pure/blob/master/LICENSE.md *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */ |
* {
padding: 0;
margin: 0;
}
@font-face {
font-family: "iransans";
font-style: normal;
font-weight: 300;
src: local('iransans-300'),url("../fonts/iransans/IRANSansWeb_Light.eot?") format("eot"),url("../fonts/iransans/IRANSansWeb_Light.woff") format("woff"),url("../fonts/iransans/IRANSansWeb_Ligh... |
@font-face {
font-family: 'fontawesome';
src:url('../fonts/fontawesome/fontawesome.eot?-e43dk9');
src:url('../fonts/fontawesome/fontawesome.eot?#iefix-e43dk9') format('embedded-opentype'),
url('../fonts/fontawesome/fontawesome.woff?-e43dk9') format('woff'),
url('../fonts/fontawesome/fontawesome.ttf?-e43dk9') for... |
/* Member registration styles */
span.error {
padding-left: 3px;
color: red;
}
ul.success {
list-style: none;
padding-left: 3px;
color: green;
}
form {
padding: 1em;
font: 80%/1 sans-serif;
width: 375px;
border: 1px solid #D5D5D5;
}
label {
float: left;
width: 15%;
margin-left: 20px;
mar... |
/*!
* Bootstrap v2.2.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-heigh... |
html,body {
margin:0;
}
#main {
width:100vw;
height:100vh;
display:flex;
flex-direction: column;
}
/* Shin */
.header {
display: flex;
width: 100%;
align-items: center;
justify-content: center;
}
.image {
background-image: url("comps/headerpic/headerbackground.png");
}
.caption {
background-col... |
#pview1 {
position:relative;
top: -7px;
left: -20px;
}
#pview2 {
position:relative;
top: -1022px;
left: -20px;
}
#pview3 {
position:relative;
top: -2018px;
left: 570px;
}
#box1{
z-index: 2;
opacity:0.6;
margin-top: 2px;
height:10px;
width:200px;
background-color: #bfe3f4;
}
... |
.theme-red .navbar {
background-color: #00ffc3; }
.theme-red .navbar-brand {
color: #fff; }
.theme-red .navbar-brand:hover {
color: #fff; }
.theme-red .navbar-brand:active {
color: #fff; }
.theme-red .navbar-brand:focus {
color: #fff; }
.theme-red .nav > li > a {
color: #fff; }
.theme-red .... |
/* Base */
* {
margin: 0;
padding: 0;
}
body {
background-image: url('img/bg.jfif');
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 20px;
color: #353535;
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
}
h1,h2,h3,h4,h5,h6 {
margin: 30px 0... |
/* css Zen Garden submission 118 - 'Some Leafs', by Michael Tupy, http://www.t-2.at/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */
/* All associated graphics copyright 2004, Michael Tupy */
/* Added: Sept. 2nd, 2004 */
/* IMPORTANT */
/* This design is not a ... |
.highlight .c {
color: #998;
font-style: italic;
}
.highlight .err {
color: #a61717;
background-color: #e3d2d2;
}
.highlight .k {
font-weight: bold;
}
.highlight .o {
font-weight: bold;
}
.highlight .cm {
color: #998;
font-style: italic;
}
.highlight .cp {
color: #999;
font-weight: bold;
}
.hi... |
body, ul, li, ol, p, dl, dd, h1, h2, h3, h4, h5, h6, img, iframe, form, div {
margin: 0;
padding: 0;
list-style-type: none; }
ul, ol {
list-style: none; }
img {
border: 0;
vertical-align: middle; }
a {
text-decoration: none;
color: #666; }
input {
outline: none;
border: none; }
em {
font-size... |
.App {
text-align: center;
}
.navbar { margin-bottom: 0 }
.nopadding {
padding: 0 !important;
margin: 0 !important;
}
.draggable-container {
margin: 0;
width: 100%;
height: calc(100vh - 52px);
overflow: auto;
border-right: 1px solid #ccc;
}
.rc-tree li .rc-tree-node-content-wrapper {
he... |
/*!
* Bootstrap v3.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
.popovers-section h6 {
color: #3b3f5c;
font-size: 0.875rem;
margin-top: 25px;
margin-bottom: 20px;
}
.popover {
border: 1px solid #ebedf2;
border-radius: 4px;
}
/*
Popovers
*/
.popover-primary { border-color: #c2d5ff; }
.popover-success { border-color: #e6ffbf; }
.popover-info { border-color... |
body{
margin: 0;
padding: 0;
font-size: 2vw;
}
.container {
padding: 0;
margin: 0;
width: 100%;
}
.row{
padding:0;
margin:0;
}
/* NAVIGATION */
#navigation{
background: #E1E8E8;
margin-top: 160px;
}
#titre{
color: #778888;
text-align: center;
padding-top: 2vw;
font-size: 2.5vw;
font-weight: bold;
}
#fo... |
body,
body * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#section_left {
width: 40%;
float: left;
color: aliceblue;
background-image: url(/src/images/black-marble.jpg);
background-repeat: no-repeat;
background-size: cover;
padding-left: 20px;
padding-top: 450px;
display: -... |
input:focus::placeholder {
color: transparent;
}
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
font-family: 'Poppins', sans-serif;
overflow: hidden;
}
.wave{
position: fixed;
bottom: 0;
left: 0;
height: 100%;
z-index: -1;
}
.container{
width: 100%;
heig... |
.sortable {width:700px; border-left:1px solid #c6d5e1; border-top:1px solid #c6d5e1; border-bottom:none; margin:0 auto 15px}
.sortable th {background:url(images/header-bg.gif); text-align:left; color:#cfdce7; border:1px solid #fff; border-right:none}
.sortable th h3 {margin:0; padding:0; outline:none; font-size:10px; p... |
.list-role-remove-rights {
position: relative;
margin-right: 4px;
background: lightblue;
padding: 8px;
border-radius: 4px;
color: white;
}
.list-role-remove-rights-btn {
padding: 0;
} |
@font-face{font-family:sw-ffg;src:url(fonts/sw-ffg.eot?j5ielj);src:url(fonts/sw-ffg.eot?j5ielj#iefix) format('embedded-opentype'),url(fonts/sw-ffg.ttf?j5ielj) format('truetype'),url(fonts/sw-ffg.woff?j5ielj) format('woff'),url(fonts/sw-ffg.svg?j5ielj#sw-ffg) format('svg');font-weight:400;font-style:normal;font-display:... |
/*
* #%L
* GraphWalker Dashboard
* %%
* Copyright (C) 2005 - 2014 GraphWalker
* %%
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation th... |
ul.tab-nav {
list-style: none;
border-bottom: 1px solid #bbb;
padding-left: 5px;
}
ul.tab-nav li {
display: inline;
}
ul.tab-nav li .button {
font-size: 13px;
font-weight: 500;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
margin-bottom: -1px;
border-bottom: none... |
*{
box-sizing: border-box;
}
:root{
--main-bg-color: #f5f5f5;
--white-color: #fff;
--bright-white: #f9f9f9;
--text-color: #000;
--more-dark-color: #333;
--tred-color: #f60e0e2e;
--mred-color: #ec1212cf;
--post-block-border: #f0e2e2;
--tags-bg: #96b596;
}
body{
background... |
@charset "utf-8";
/* CSS Document */
body {
margin:0;
padding:0;
font-family: 'Scada', sans-serif;
background:url(../img/bg.png) repeat;
}
.top_menu_bg {
position:relative;
width:100%;
height:100px;
background:url(../img/top_menu_bg.png) repeat-x;
}
.top_menu {
position:relative;
width:960px;
height:100px;... |
/* @import "stylesheet"; */
.upload-mod {
height: 300px;
border: 5px dotted #ccc;
line-height: 280px;
}
.upload-mod a, .upload-mod p {
font-size: 32pt;
}
.upload-mod a:hover, .upload-mod p:hover {
text-decoration: none;
} |
body {
font-family: 'Raleway', sans-serif;
/*background: url('../img/body.png') no-repeat center center fixed;
background-size: cover;*/
background-color: #ff9e80;
}
/* ============= css related to chats =============== */
.widget {
display: none;
width: 350px;
right: 15px;
height: 50... |
div {
font-size: 20px;
font-family: blippo, fantasy;
}
p {
font-size: 20px;
} |
@CHARSET "ISO-8859-1";
#container {
min-height: 100%;
position: relative;
}
#header {
padding: 10px;
background: #E74C3C;
color: white;
}
#body {
padding: 10px;
padding-bottom: 220px;
}
.center-content {
width: 500px;
margin: auto;
text-align: center;
}
.album {
width: 20... |
/* Signup */
.signup {
display: grid;
grid-template-columns: 1fr 1fr;
}
.signup__container {
display: flex;
justify-content: center;
align-items: center;
}
.signup__banner {
width: 75%;
}
.signup__form-container {
width: 60%;
padding: 1.2rem;
border-radius: 12px;
display: flex;
gap: 1.2rem;
flex... |
input[type=range] {
transform: rotate(90deg);
/* height: 34px; */
-webkit-appearance: none;
margin: -160px 0 0 -40px;
width: 140px;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 12px;
cursor: pointer;
... |
body {
margin: 0px;
color: whitesmoke;
font-family: 'Lato', 'Courier New', Courier, monospace;
min-height: 100%;
}
.container {
text-align: center;
background-image: linear-gradient(lightgreen 15%, green);
min-height: 100vh;
}
label {
display: none;
}
.svg-section {
position: rela... |
.banner-panel {
display: none;
background-color: #dee0e2;
color: #0b0c0c;
}
.banner-panel--show {
display: block;
}
.banner-panel__container {
padding: 10px 2.78947em 20px;
position: relative;
}
.banner-panel a {
color: #0b0c0c;
}
.banner-panel__title {
font-size: 16px;
font-weig... |
body {
font-family: 'Roboto', sans-serif;
background: linear-gradient(#ffffff, #efe1d1);
background-attachment: fixed;
}
a:link,
a:visited {
text-decoration: none;
color: #b46166;
}
a:hover,
a:active {
color: #e89194;
}
label {
display: block;
}
nav a {
display: inline-block;
margin: 1em;
}
form ... |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.1-master-c5b5386
*/
md-tabs.md-THEME_NAME-theme md-tabs-wrapper {
background-color: transparent;
border-color: '{{foreground-4}}'; }
md-tabs.md-THEME_NAME-theme .md-paginator md-icon {
color: '{{primary-color}}'; }
md... |
/* -----------------------------------------------------------------------
Blueprint CSS Framework 0.8
http://blueprintcss.org
* Copyright (c) 2007-Present. See LICENSE for more info.
* See README for instructions on how to use Blueprint.
* For credits and origins, see AUTHORS.
* This is a compressed f... |
.control-bar {
opacity: 0;
width: 300px;
position: absolute;
background: rgba(60, 60, 60, 0.7);
z-index: 10;
transition: opacity .3s;
border-radius: 6px;
bottom: 40px;
left: 50px;
left: 50%;
transform: translateX(-150px);
display: flex;
flex-direction: column;
pad... |
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
... |
/*! jQuery UI - v1.12.1 - 2016-10-24
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, t... |
@charset 'UTF-8';
body {
color: white;
background-color: black;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
text-align: center;
}
#imgs {
width: 405px;
margin: auto;
} |
html {
box-sizing: border-box;
height: 100%;
background-color: transparent;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
height: 100%;
}
#root {
height: 100%;
display: flex;
flex-direction: column;
} |
/** layui-v2.0.2 MIT License By http://www.layui.com */ |
/*
* File: demo_table.css
* CVS: $Id$
* Description: CSS descriptions for DataTables demo pages
* Author: Allan Jardine
* Created: Tue May 12 06:47:22 BST 2009
* Modified: $Date$ by $Author$
* Language: CSS
* Project: DataTables
*
* Copyright 2009 Allan Jardi... |
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body{
background-color: #2c9785;
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
font-family: IBM Plex Mono,monospace;
}
.crud{
position: relative;
display: flex;
flex-d... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.