text stringlengths 1 1.04M |
|---|
.by{
background: yellow;
}
a{
text-decoration:none;
color: #1DAEED;
}
.bb{
background: blue;
}
.br{
background: red;
}
.bg{
background: green;
}
.bp{
background: purple;
}
.bw{
background: white;
}
.fr{
float: right;
}
.fl{
float: left;
}
.wrap{ /*外套*/
width:100%;
h... |
.flexcontainer {
display: flex; /* or inline-flex */
flex-direction: row;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.App-title {
font-size: 1.5em;
}
.App-intro {
font-size: l... |
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen,... |
/* navbar css */
body {
font-family: sans-serif;
}
* {
box-sizing: border-box;
}
header {
background: gray;
border-radius: 4px;
height: 150px;
padding-top: 20px;
}
.inner {
max-width: 1000px;
margin: 0 auto;
padding: 0px 20px;
position: relative;
}
.logo{
max-width: 140px;
... |
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");
/*
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
html, body, div, span, apple... |
:root {
--background: #fff5ee;
--highlight: #fed1b1;
--main: #773f29;
--bold: #572d1c;
--underline: #9a5337a6;
--sans: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont,
'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI S... |
#playground-container {
height: 500px;
overflow: hidden !important;
-webkit-overflow-scrolling: touch;
}
body{
background: url('/img/background-login.png');
position: relative;
background-position: center;
}
body, html{
font-family: 'Oxygen', sans-serif;
}
.main{
margin:50px 15px;
}
h1.... |
@font-face {
font-family: iranyekan;
font-style: normal;
font-weight: bold;
src: url("/assets/fonts/IRANYekanWebBold.eot");
src: url("../fonts/iranyekan/eot/IRANYekanWebBold.eot?#iefix")
format("embedded-opentype"),
/* IE6-8 */ url("../fonts/iranyekan/woff/IRANYekanWebBold.woff")
format("woff"... |
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
body {
background-color: #222;
height: 100%;
}
header {
display: flex;
align-items: center;
justify-content: center;
background-color: white;
width: 80vw;
margin: auto;
margin-top: 30px;
height: 20vh;
border-to... |
@charset "UTF-8";
/*
To customize the look and feel of Ionic, you can override the variables
in ionic's _variables.scss file.
For example, you might change some of the default colors:
$light: #fff !default;
$stable: #f8f8f8 !default;
$positive: ... |
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
footer,
header,
nav,
section {
display: block
}
figcaption,
figure,
main {
display: b... |
@layer components {
/*! purgecss start ignore */
.navigation {
@apply p-0 pr-gutter;
}
.navigation-service {
font-size: 0;
@apply border-0 border-b-1 border-solid border-gray-grey2 relative m-0 mb-4;
}
.navigation-service-name {
padding-top: 14px;
padding-bottom: 11px;
max-width:... |
/*!
* Start Bootstrap - Blog Home (https://startbootstrap.com/template-overviews/blog-home)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-home/blob/master/LICENSE)
*/
body {
padding-top: 54px;
background: url("../img/fondo1.png");
}
@media ... |
h1{font-size:28px;font-weight:400}body{padding:20px 0;max-width:1200px;margin:auto}.flash-message{margin:20px 20px 0}.flash-message .alert{white-space:pre}.form-group .datepicker{width:100px}.form-group .generate-slug{cursor:pointer;font-size:12px}.index-header h1{float:left}.index-header .buttons{float:right;margin-to... |
/*! jQuery UI - v1.12.1 - 2017-04-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... |
.highlight .hll { background-color: #ffffcc }
.highlight { background: #F8F8FF; color: #000000; background-color: #F8F8FF }
.highlight .c { color: #999988; background-color: #F8F8FF } /* Comment */
.highlight .err { color: #000000; background-color: #F8F8FF } /* Error */
.highlight .g { color: #000000; background-colo... |
/**
* public/theme/bootswatch/css/home-style.css
*
* css style for home page
*
* @package GigCentral
* @subpackage Home
* @author Kate Lee
* @version 1.0 2015/6/6
* @link
* @license http://www.apache.org/licenses/LICENSE-2.0
* @see application/view/themes/bootswatch/header.php
* @todo none
*/
body{
pa... |
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,900");
/*
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1,... |
/* BASICS */
.react-codemirror2 {
height: 100%;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
}
.CodeMirror {
/* Set height, width, borders, and global font properties here */
font-family: monospace;
height: 100% !important;
width: 100% !important;
/*position: static;*/
color: black;
direc... |
.product-container {
width: 90%;
height: 8vh;
margin: 0 auto;
display: grid;
grid-template-columns: 8vh auto 10vh 5vh;
grid-template-rows: 50% 50%;
grid-template-areas: "prodImg name pricePerUnit iconImg" "prodImg description price iconImg";
-webkit-column-gap: 10px;
column-gap: 10px;
border... |
@import url(../../../../base/text/template/css/main.css);
.bx-tasks-tasklist-title {
font-weight: bold;
}
.bx-task-due-date {
color: red;
}
.bx-tasks-members .bx-base-pofile-unit-wo-info {
width: 2rem;
height: 2rem;
display: inline-block;
}
.bx-tasks-members .bx-def-thumb-size{
width: 2rem;
he... |
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html {
height: 100%;
}
body {
padding: 0;
margin: 0;
font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Gen... |
/*--------------------- Cambios plantilla -----------------------------------------*/
.btn-floating{
background: #01579b !important;
}
/*----------------------- Fin cambios --------------------------------------------*/
.s12 .container{
margin-bottom: 80px;
}
.s12.login .container{
margin-bottom: 0px;
}
table thead... |
/* This is custom CSS applied to every page. */
/* This will change the avatar image for every user. */
span.avatar {
background-image: url(https://techtogether20.blob.core.windows.net/images/cat.jpg) !important;
} |
.main {
grid-area: main;
padding: 20px 30px;
overflow: scroll;
} |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 16px;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
button {
border: none;
outline: none;
}
img {
display: block;
height: a... |
@charset "utf-8";
/* CSS Document */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{background:#fff;font:12px "微软雅黑","Arial Narrow",HELVETICA;line-height:24px; }
a{color:#c32b6e/*#424242*/; text-decoration:none;}
a:hover{text-decoration:underline}
ol,ul{li... |
@charset "UTF-8";
/**
* @name u87-dark.css
* @version 0.9.19
* @see https://github.com/Serrin/u87.css
* @license MIT https://opensource.org/licenses/MIT
*/
html, body { background-color: #000000; color: #ffffff; }
a, a:link, a:visited, a:active, a:hover, a:focus { color: cyan; }
.jumbotron { background-color: #222... |
body{
background-image: url('../../assets/images/indian-nature-2.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
ul.tab_ul{
list-style: none;
padding: 0;
}
li.tab_li{
/*display: flex;
justify-content: space-around;*/
padding: 10px;
}
ul li a.tab_a{
color: white;
t... |
div{
color: #fff;
padding: 10px;
text-align: center;
font-size: 20px;
font-weight: bold;
} |
.Controller {
} |
.profile {
display: flex;
flex-direction: column;
margin: 0 auto 50px auto;
padding-top: 40px;
width: 270px;
background-color: #fff;
box-shadow: 0px 4px 4px 4px rgb(228, 188, 188);
border-radius: 5px;
}
.description {
display: flex;
flex-direction: column;
justify-content: center;
align-items: ... |
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 *... |
html {
background-color: black;
background-image: url(fond.jpg);
background-attachment: fixed;
background-size: cover;
background-color: black;
background-repeat: no-repeat;
margin-left: 15vh;
margin-right: 15vh;
background-position: center
}
header h1 {
-webkit-animation: anim... |
@charset "UTF-8";
/*!
* Start Bootstrap - SB Admin v6.0.1 (https://startbootstrap.com/templates/sb-admin)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin/blob/master/LICENSE)
*/
/*!
* Bootstrap v4.5.0 (https://getbootstrap.com/)
* Copyright 2011-20... |
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");
@import url("font-awesome.min.css");
/*
Helios by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
.centonimg {
position: absolute;
t... |
.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
margin: auto;
}
.form-signin .checkbox {
font-weight: 400;
}
.form-signin .form-floating:focus-within {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
... |
img.openness-rating-stars {
margin-bottom: -4px !important;
}
.facet-item {
padding-bottom: 3px;
padding-top: 3px;
}
.pkg-rss-feed-text {
color: white;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
border: 1px solid #ddd;
}
.tabl... |
/* Cubic Bezier Transition */
/***
Tasks Widget
***/
.tasks-widget:after {
clear: both; }
.tasks-widget .task-list {
list-style: none;
padding: 0;
margin: 0; }
.tasks-widget .task-list > li {
position: relative;
padding: 10px 0;
border-bottom: 1px solid #F4F6F9; }
.tasks-widget .task-list > li... |
:root {
--main-theme-color: #f79837;
--dark-bg-color: #f8f9ff;
--heading-color: #0a0d14;
--paragraph-color: #777c87;
}
a,
h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--heading-color);
margin: 0;
} |
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 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;
-ms-text-size-adjust: 100%;
-webkit-... |
/* clear float */
.clear {
clear: both;
}
/* nobr */
.nowrap {
white-space: nowrap;
}
/* not visible in print */
@media print {
.noprint {
display: none;
}
}
/* not visible on screen */
@media screen {
.noscreen {
display: none;
}
}
/* Forms
-------------------------------------------------------... |
/*home page*/
.no-flexbox .banner h1 {
padding: 3em 0 1em 0;
}
/*nav*/
.no-flexbox .edit-nav {
display: block;
max-width: 100%;
}
/*content on all pages*/
.no-flexbox .main-content {
display: inline-block;
}
.no-flexbox .main-content .card {
display: inline-block;
max-width: 20em;
}
/*bar ... |
html {
padding: 0px;
margin: 0px;
}
/*
* General settings
*/
body, table, div, p, dl, button {
font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
font-size: 14px;
padding: 0px;
margin: 0px;
}
table {
border-collapse: collapse; /* Do not show table borders*/
}
.small {
font-size: small;
}
/* @gr... |
@font-face {
font-family: 'Benton';
font-path: 'fonts/BentonSans-Bold';
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Benton';
font-path: 'fonts/BentonSans-Medium';
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Benton';
font-path: 'fonts/BentonSans-Regular... |
.color-light-gray {
color: #fafafa;
}
.color-gray {
color: #3F4040;
}
.color-green {
color: #60b0f4;
}
.color-light-green {
color: #9AD93D;
}
.color-charcoal {
color: #262626;
}
.color-black {
color: #0D0D0D;
}
.color-red {
color: red;
}
.text-left {
text-align: left;
}
.text-center {
text-ali... |
/* .Button {
background-color: transparent;
border: none;
color: white;
outline: none;
cursor: pointer;
font: inherit;
padding: 10px;
margin: 10px;
font-weight: bold;
border-radius:2em;
} */
.Button {
display:inline-block;
padding:0.3em 1.2em;
margin:0 0.3em 0.3em 0... |
.questionnaireCard {
background-color: whitesmoke;
border-radius: 0.5rem;
overflow:hidden;
cursor: pointer;
color: gray;
margin: 0.8rem;
box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
}
.ques... |
#ff0000,#ff00ff,#0000ff,#00ffff,#00ff00,#ffff00,#ff0000 |
body {
background: #2f3542;
}
.container {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
width: 100vw;
}
.logo_text {
font-family: "PingFang SC";
font-size: 84px;
fill: none;
stroke: url("#geekColor");
stroke-width: 1;
stroke-dasharray: 10 800;
stroke-dashoffset... |
.list-selection-view {
-fx-padding: 10px;
}
.list-selection-view > .grid-pane {
-fx-vgap: 10px;
-fx-hgap: 10px;
}
.list-selection-view > .grid-pane > .list-header-label {
-fx-font-size: 1.0em;
-fx-font-weight: bold;
} |
body{background:#000;color:#fff}
/*# sourceMappingURL=/style.c0e23185.css.map */ |
@charset "UTF-8";
/*!
* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
... |
body {
background: url(backgound.html) no-repeat center center fixed;
background-color: black;
cursor: url(images/favicon.html), auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-user-select: none;
-moz-user-select:... |
/***********************************************************
// * *
// * Copyright (C) Microsoft. All rights reserved. *
// * *
// ********************************************************/
:focus {
... |
/*!
* Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
/* Global Styles */
body {
margin-top: 100px;
background-color: #DCDCDE;
}
@media(min-width:768px) {
b... |
/* main-section */
.main {
position: relative;
max-width: 160rem;
margin: 0 auto;
padding-top: 2.75rem;
color: #1d1d1f;
}
.main .main-section {
width: 100%;
height: fit-content;
text-align: center;
position: relative;
overflow: hidden;
}
.main .main-section .unit-container {
position: relative;... |
@import "~nouislider/distribute/nouislider.min.css";
a.active {
background-color: gray;
}
.row {
width: 100%;
}
.noUi-horizontal .noUi-handle {
border-radius: 50%;
}
.noUi-horizontal {
height: 5px;
}
.noUi-horizontal .noUi-handle {
width: 28px;
height: 28px;
left: -17px;
top: -12px;
... |
#modal-posts img {
height: 30px;
} |
.drawer {
position: relative;
box-sizing: border-box;
width: 500px;
}
.drawer input {
width: 100%;
height: 60px;
position: absolute;
opacity: 0;
top: 0;
left: 0;
margin: 0;
z-index: 3;
cursor: pointer;
}
.drawer__name {
display: flex;
justify-content: spac... |
@font-face{
font-family: "grandhotel";
src : url("font/grandhotel-regular-webfont.woff") format("woff");
src : url("font/grandhotel-regular-webfont.woff2") format("woff2");
}
@font-face{
font-family: "dancing";
src : url("font/dancingscript-regular-webfont.woff") format("woff");
src : url("font/... |
/* -- css-variables -- */
body {
/* primary background (black) */
--color-primary-background: #2D2926;
--color-primary-background-light: #333333;
--color-primary-background-dark: black;
--color-primary-text: #e1e1e1;
--color-primary-text-light: white;
/* BU official red accent background [http://www.bu.e... |
.dropdown-menu,.navbar-default{background-color:#297FB9}.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}body{padding-top:70px;padding-bottom:0}.arab,.arabic,.ayat,.quran{cursor:pointer}.terjemahan{font-size:16px}.navbar-default{border-color:#032876;bor... |
._clientTitle {
font-size: 34px;
font-family: Monotype Corsiva;
font-weight: 600;
font-style: italic;
}
#clientTitle {
color: #ffffff;
text-shadow: 1.5px 1.5px #000000;
}
#divLoginContainer {
margin-top: -20px;
border-radius: 20px;
box-shadow: 1px 1px 1px 1px #000;
background: rgba(0, 0, 0, 0.5);
}
... |
/* line 2, ../sass/main-custom.scss */
.has-error .help-block {
font-style: italic; }
/* line 3, ../sass/main-custom.scss */
.login .content .has-error p.help-block, .has-error p.help-block {
color: #a94442; }
/*# sourceMappingURL=main-custom.css.map */ |
* {
margin: 0;
padding: 0;
}
.leaflet-popup-content-wrapper {
border-radius: 0;
}
.popupDescription {
margin: 20px 20px 0 20px; font-size: 20px;
}
.popupImage {
width: 30%; margin: 25px 10px 5px 20px; float: left; box-shadow: 2px 2px 5px black;
}
.popupDate {
margin-left: 20px; font-family: Roboto; font-siz... |
button.retry {
color: #eee;
background-color: #ff4040;
}
button.retry:hover {
background-color: #ff3030;
} |
/* copied from here: http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/darcula.min.css*/
.hljs{display:block;overflow-x:auto;padding:0.5em;background:#2b2b2b}.hljs{color:#bababa}.hljs-strong,.hljs-emphasis{color:#a8a8a2}.hljs-bullet,.hljs-quote,.hljs-link,.hljs-number,.hljs-regexp,.hljs-literal{color:#68... |
.table {
display: table;
}
.row {
display: table-row;
}
.cell {
display: table-cell;
vertical-align: middle;
} |
/*
Theme Name: Bell
Theme URL: https://bootstrapmade.com/bell-free-bootstrap-4-template/
Author: BootstrapMade.com
Author URL: https://bootstrapmade.com
*/
h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", Helvetica, Arial, sans-serif;
}
p {
line-height: 1.55;
color: #333;
font-size: 400;
font... |
.swingVertical{
color: #474E51;
}
.swingVertical:hover
{
animation: swingVertical 1s ease;
animation-iteration-count: 1;
}
@keyframes swingVertical
{
15%
{
transform: translateY(6px);
}
30%
{
transform: translateY(-6px);
}
50%
{
transform: translateY... |
.Intervalo input{
font-size: 1.8rem;
margin-left: 20px;
margin-right: 20px;
width: 100px;
} |
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
... |
.navbar-toggler {
}
.top-row {
height: 3.5rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.navbar-brand {
font-size: 1.1rem;
}
.oi {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}
nav {
background-color: var(--semanticColors-... |
body
{
color: black;
background-color: white;
font-size: 16px;
line-height: 1.43;
text-align: left;
text-indent: 0em;
border: 0 none;
margin-left: 10%;
margin-right: 10%;
padding: 1em;
text-align: left;
oeb-column-number: 1; /* Never display in multiple columns */
text-rendering: geometricPrecision;
... |
/*
* Text-style
* ================ */
.big {
font-size: 18px; }
.font__family-open-sans {
font-family: 'Open Sans', sans-serif; }
.font__family-montserrat {
font-family: 'Montserrat', sans-serif; }
.font__family-montserrat-alt {
font-family: 'Montserrat Alternates', sans-serif; }
.font__family-playfair {
... |
/*! formstone v0.5.11 [pagination.css] 2015-05-08 | MIT License | formstone.it */
/**
* @class
* @name .fs-pagination-element
* @type element
* @description Target elmement
*/
/**
* @class
* @name .fs-pagination
* @type element
* @description Base widget class
*/
/**
* @class
* @name .fs-pagina... |
body{
line-height: 20px;
}
h1 {
padding: 0px;
margin: 0px;
}
.header{
display: inline-block;
padding: 0px;
padding-bottom: 10px;
margin: 0px;
background-image: url(../images/backscreen3.png);
background-position: top center;
background-repeat: no-repeat;
width: 100%;
height: 150px;
/*line-height: 100px;*/... |
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: ... |
@import './assets/materialize/materialize.css';
/* Google Material Icons */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
/* loaded via link element in index.html */
/* for best StackBlitz compatibility */
}
.material-icons {
font-family: 'Material Icons';
font-weigh... |
::-moz-selection {
background: yellow;
}
::selection {
background:yellow;
color: #2b0458;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html {
font-size: 14px;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
box-sizing: border-box;
}
html,
body {
margin: 0;
line-height: 1.4285em;
color... |
/**
DETAILS DATA
**/
.header_title {
background: #0b5a0b;
padding: 10px;
margin-bottom: 20px;
color: white;
}
.title_name {
font-size: 22px;
}
.detail_page {
padding :20px;
}
.ea_data {
display: none;
}
.p-top-13 {
padding-top: 13px;
}
.no-pad-rl {
padding-right:0px;
padd... |
span{
font-size:15px;
}
a{
text-decoration:none;
color: #0062cc;
border-bottom:2px solid #0062cc;
}
.box{
padding:60px 0px;
}
.box-part{
background:#FFF;
border-radius:0;
padding:60px 10px;
margin:30px 0px;
}
.text{
margin:20px 0px;
}
.fa{
color:#4183D7;
} |
/*!
* Bootstrap v2.3.0
*
* 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-height:... |
a, a:hover,
.link, .link:hover {
text-decoration: none;
cursor: pointer;
}
a .spieler-farbe-selector.active,
a .spieler-farbe-selector.active:hover,
a .spieler-farbe-selector:hover {
border: 2px solid;
margin: 0px 10px 5px 0px !important;
}
a .spieler-farbe-selector {
border: 1px solid;
margin: 1px 11px ... |
.example-container .mat-form-field + .mat-form-field {
margin-left: 8px;
}
.example-right-align {
text-align: right;
}
input.example-right-align::-webkit-outer-spin-button,
input.example-right-align::-webkit-inner-spin-button {
display: none;
}
input.example-right-align {
-moz-app... |
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, t... |
/* SUMMARY
1. GLOBAL
2. LAYOUT
3. SECTION
4. CARD
*/
/*** 1. GLOBAL ***/
/* Reset / Normalize
============================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.6... |
/*!
* Start Bootstrap - Grayscale v5.0.6 (https://startbootstrap.com/template-overviews/grayscale)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
*/
#mainNav {
min-height: 56px;
background-color: peachpuff
;
}
#mai... |
/* 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,
strike,
strong,
sub,
sup,
tt,
var,
... |
body {margin: 0;}
ul.topnav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #f8efc0;
border:1px solid #f0ad4e;
}
ul.topnav li {float: left;}
ul.topnav li a {
display: block;
color: #8a6d3b;
text-align: center;
padding: 40px 16px;
text-de... |
/* Include a custom set of styles */
html, body {
font-family: Verdana;
} |
.notFoundContainer {
text-align: center;
}
.notFoundBlob {
max-width: 300px;
} |
:root {
--white-color: #fff;
--black-color: #000;
--text-color: #333;
--primary-color: #dc143c;
--star-gold-color: #ffce3e;
/* --primary-color-rgba: rgb(221, 69, 51); */
/* --header-height: 120px;
--navbar-height: 28px;
--header-with-search-height: calc(
var(--header-height) - var(--navbar-height... |
.titleInput {
composes: TextArea from 'src/common-ui/elements.css';
width: 100%;
margin: 0;
margin-bottom: 8px;
}
.textArea {
composes: TextArea from 'src/common-ui/elements.css';
} |
/* ===================== TABLE OF CONTENT =======================
1. Navbar responsive
2. Home page 1 responsive
3. Home page 2 responsive
4. Home page 3 responsive
5. Archive Page responsive
6. Single Page responsive
7. Search Page responsive
8. About Page responsive
9. Contact Page responsive
10. 404 page responsive
... |
.deleteButton {
height: 4em;
display: flex;
justify-content: center;
align-items: center;
font-weight: lighter;
font-size: 1.4em;
background-color: #c5c3cd;
color: black;
flex: 1;
outline: 1px solid #888888;
} |
h1{
font-family: fantasy;
font-size: 50px;
color: #08088A;
}
h2{
font-family: fantasy;
color: #08088A;
font-size: 35px;
}
body{
height: 500px;
background: #CEF6F5;
margin-left: 100px;
margin-right : 100px;
}
p {
font-family: fantasy;
color : #0174DF;
font-size: 25px;
text-align: justify;
}
a{
color: #0808... |
/*!
* Slider for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.price-range h2:before {
width: 160px !important;
left: 50%;
transform: translate(-50%, 0);
margin-left: 0 !important;
}
.slider {
display: inline-bloc... |
@charset='utf-8';
body,html{ padding:0; margin:0; font-size:14px; color:#666; font-family:'微软雅黑';}
ul,li,p,h1,h2,h3,dl,dt,dd,input{ padding:0; margin:0; list-style:none;}
a{ text-decoration:none; color:#666;}
a:hover{ color: #ee3843; text-decoration: none; }
.demo{ -webkit-transition:all .7s ease;-moz-transition:all .7... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.