text stringlengths 1 1.04M |
|---|
div{
width: 150px;
height: 150px;
}
/*The Blue Div*/
.blue-div{
background-color: blue;
cursor: pointer;
}
.blue-div:hover{
animation-name: blue-div-animation;
animation-duration: 3s;
transition: all 1s ease-in-out;
}
/*The Pink Div*/
.pink-div{
background-color: pink;
cursor: p... |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/ |
.react-datepicker-wrapper
{
border: 1px solid lightgrey;
border-radius: 5px;
padding: 15px;
} |
html {
height: 100%;
font-family: 'Open Sans', sans-serif;
font-size: 54px;
}
body {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
margin: 0%;
background-position: center;
}
.text-container{
background-color: rgba(0,0,0,.5);
border-radius: ... |
@import "color-2.css";
:host {
color: var(--color);
--lolz: green;
} |
$fontColor: #666; |
@keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-30px); }
to {
opacity: 1;
transform: translateY(0px); } }
@keyframes bounce {
0% {
opacity: 1;
transform: translateY(0px); }
50% {
opacity: 0.7;
transform: translateY(-20px); }
100% {
opacity: 1;
transfo... |
/**
* alertifyjs 1.13.1 http://alertifyjs.com
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
* Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
* Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {... |
@charset "UTF-8";
/*!
* Bootstrap v3.3.6 (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 */
/* line 9, ../../../../.rbenv/versions/2.3.1/lib/ruby/ge... |
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,700,600,500,300,200,100,800);
h2 {
color: #4C4C4C;
word-spacing: 5px;
font-size: 30px;
font-weight: 700;
margin-bottom:30px;
font-family: 'Raleway', sans-serif;
}
.ion-minus{
padding:0px 10px;
}
.team{
background-colo... |
body {
background-color: black;
}
div#board {
position: relative;
width: 1024px;
height: 863px;
margin: auto;
background: url("img/board.jpg") no-repeat;
}
div#messageArea {
position: absolute;
top: 0;
left: 0;
color: rgb(83, 175, 19);
}
table {
position: absolute;
left: 173px;
top: 98px;
border-spaci... |
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:wght@200;500;800&family=Roboto:wght@400;500;900&display=swap');
a:visited{
text-decoration: none;
color: #272727;
}
a{
text-decoration: none;
color:#272727;
}
*{
margin:0px;
padding:0px;
}
model-viewer{
background-image: url("https://t... |
/* -----------------------
* ��� *
* ----------------------- */
.l-grid-mask{
position:absolute;left:0;top:0;width:100%;height:100%;
display1:none;font-size:1px; *zoom:1;overflow:hidden; display:none;z-index: 9000;
}
.l-selectorwin .l-panel {
}
.l-panel table{ width:auto;}
.l-panel table,.l-panel td{ margin:0; ... |
html {
font-size: 14px;
}
body {
background-color: #c8e6c9;
} |
html {
font-size: 14px; }
/*!
* 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;
--pi... |
p{
font-family: “Verdana”;
font-size: 18pt;
color: red;
}
.content{
color: blue;
}
#info {
background-color: green;
height: 100px;
width: 100px;
} |
.MonoIcon-Map {
fill: var(--icon-color, var(--grey-3));
} |
@import "../../node_modules/mathquill/build/mathquill.css";
*,
*:before,
*:after {
box-sizing: border-box;
}
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
}
.btn:focus {
outline: none;
}
#root {
--blue: #3abdff;
--blueShadow: #007fbe;
--mainHighlight: #0a4e9c;
--yellow... |
/* if the viewport is equal to 340px or less than that */
@media only screen and (max-width:340px){
.header_area .main-menu .navbar,
.header_area .main-menu .navbar .navbar-brand,
.site-main .subscribe-us-area .subscribe .subscribe-title,
.site-main .subscribe-us-area .subscribe .subscribe-title p, h4,... |
/**
* Solarized Light theme for reveal.js.
* Author: Achim Staebler
*/
@import url(../../lib/font/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/**
* Solarized colors by Ethan Schoonover
*/
html * {
color-profile: sRGB;
rendering-intent... |
/*///////////////////////////////// Debugging ////////////////////////////////*/
/* section {
background-color:#888888;
}
section > div {
background-color:#aa99aa;
} */
/*////////////////////////////// Background //////////////////////////////////*/
.reveal {
/*background-color:#fffff8;*/
color:#111111;
}
/*... |
#myCarousel .carousel-caption {
left:0;
right:0;
bottom:0;
text-align:left;
padding:10px;
background:rgba(0,0,0,0.6);
text-shadow:none;
}
#myCarousel .list-group {
position:absolute;
top:0;
right:0;
}
#myCarousel .list-group-item {
border-radius:0px;
cursor:pointer;
}
#myCarousel .list-group .active {
... |
html,
body {
padding: 0;
margin: 0;
font-family: Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}
html {
font-size: 62.5%;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--... |
/*************************GO-LICENSE-START*********************************
* Copyright 2014 ThoughtWorks, Inc.
*
* 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... |
/*!
* 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%;
... |
@import url("https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap");
* {
box-sizing: border-box;
}
body {
font-family: "RocknRoll One", sans-serif;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
height: 100vh;
overflow: hidden;
margin: 0;
paddin... |
@charset "UTF-8";
body{
background-color: rgb(35, 37, 37);
}
header {
text-align: center;
font-family: 'Courier New', Courier, monospace;
font-size: 20px;
color: white;
}
.tudo{
background-color: rgb(86, 166, 236);
padding: 5px;
margin: auto;
}
.corpo {
width: 500px;
margin: au... |
@charset"UTF-8";
* {
margin: 0px;
padding: 0px;
}
html,body{
min-height: 100vh;
background-color: darkgrey;
}
header {
background-color: black;
} |
/***--LAYOUT3--***/
/**--main-content--**/
#main-content{
margin-top: 0.1875rem;
}
#main-content .container{
position: relative;
margin:0 auto;
width: 64rem;
height: 30rem;
/*background: #fafaf7;*/
}
.arrowLeft{
font-size:1.875rem;
line-height: 1.875rem;
color: #8a8a8a;
font-weight: 100;
}
.panel .panel-heade... |
/*-- Chart --*/
.c3 svg {
font: 10px sans-serif;
-webkit-tap-highlight-color: transparent;
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.c3 path, .c3 line {
fill: none;
stroke: rgba(0, 40, 100, 0.12);
}
.c3 text {
-webkit-user-select: none;... |
@font-face {
font-family: 'icomoon';
src:
url('fonts/icomoon.ttf?bx9y5c') format('truetype'),
url('fonts/icomoon.woff?bx9y5c') format('woff'),
url('fonts/icomoon.svg?bx9y5c#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="f-icon-"], [class*=" f-ico... |
@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";
/*!
* Bootstrap v4.6.0 (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 {
--blue: #3490d... |
body, html {
margin: 0;
padding: 0;
background: #f0f0f0
}
h1,h2,h3,strong,b {
color: #333333;
}
.app {
display: flex;
flex-flow: row;
/* height: inherit; */
}
.navSection {
width: 16rem;
display: flex;
flex-flow: column;
background: #333333;
color: #f0f0f0;
align-items: center;
position: fixed;
hei... |
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
* vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to a... |
body{
font-family: 'Kaushan Script', cursive;
margin: 0px;
padding: 0px;
background: url("./images/mainbg.jpg");
opacity: 0.5 px;
background-size: cover;
}
.main{
display: flex;
flex-direction: row;
border: 1px solid black;
margin : 50px 100px;
height : 605px;
... |
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT Licen... |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/ |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,600,600italic,700");
@import url("fontawesome-all.min.css");
/*
Miniport 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, applet, object,
ifram... |
#home-link{
color: gray;
text-decoration: none;
}
#home-link:hover{
color: black;
} |
/*! jQuery UI - v1.12.1 - 2018-01-26
* 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, slider.css, spinner.css, tabs.css, tooltip... |
/*
* Essential for kanboard
* Licensed under the MIT license - Essential/LICENSE
* https://github.com/kenlog/Essential
* Copyright (c) 2019 Valentino Pesce - https://iltuobrand.it
*/
h1,
li,
ul,
ol,
table,
tr,
td,
th,
p,
blockquote,
body {
margin: 0;
padding: 0;
font-size: 100%
}
bod... |
/* 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,
... |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
sup { font-size: 60%; line-height: 0; position: relative; vertical-align: baseline; @apply text-red-900; @apply font-medium;}
sup { top: -0.2em; vertical... |
body {
background-image: url('http://s3.amazonaws.com/codecademy-content/courses/ltp2/img/reader/bg.png');
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
p {
margin: 0;
}
.row {
margin: 0;
}
.articles {
margin-top: 30p... |
@import url('https://fonts.googleapis.com/css?family=Poppins');
:root {
--green: #00b265;
--gray: gray;
--yellow: #d8a928;
--black: #333;
}
html {
box-sizing: border-box;
font-size: 62.5%;
height: 100%;
}
html,
body {
height: 100%;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
font-siz... |
/*! 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... |
.simplecolorpicker.fontawesome span.color[data-selected]:after {
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
content: '\f00c'; /* Ok/check mark */
margin-right: 1px;
margin-left: 1px;
} |
.recruit-data-row a:hover {
cursor: pointer;
} |
/* CSS Reset
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, su... |
/***** Top content *****/
.top-content { padding: 40px 0 170px 0; }
.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; }
.top-content .description { margin: 20px 0 10px 0; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hov... |
body{
font-family:'Sansita Swashed', cursive;
background: url(../img/3704.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
font-size: 1.2rem;
}
.hero-content a{
text-decoration: none;
background-color: transpar... |
/**
* ThreeLittleDots
* Simple "..." animated
*
* Example:
* Carregando<span class="threeLittleDots">.</span><span class="threeLittleDots">.</span><span class="threeLittleDots">.</span>
*/
span.threeLittleDots {
-webkit-animation: pulsate_threeLittleDots-2 0.45s ease-in-out infinite;
-o-animation: pulsate_thr... |
/* montserrat-regular - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'),
url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/m... |
/*!
* Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
overflow-x: hidden;
background: #ECF0F1;
}
p {
font-size: 20px;
text-align: justify;
}
p.small {
... |
body,html {
height: 100%;
}
body {
padding-top: 50px;
background-image: url('bgimg1.jpg');
background-repeat: repeat;
background-size: cover;
background-position: center;
/*
background: linear-gradient(-90deg,#ff8008, #ffc837);
*/
}
#myBtn{
display: none;
position: fixed;
bottom: 20px;
right... |
@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");
/*
Twenty 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, applet, object,
iframe,... |
* {
box-sizing: border-box;
padding: 0;
margin: 0px;
}
/* seach bar*/
/* search bar end */
#myInput {
background-image: url('/css/searchicon.png'); /* Add a search icon to input */
background-position: 10px 12px; /* Position the search icon */
background-repeat: no-repeat; /* Do not repeat t... |
.flex-input-list{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.flex-input-list .ant-row{width:20%}.tables{margin-top:30px}.scatter-from{padding:10px}.scatter-from .search{margin:25px 40px} |
#filter-btns {
padding-top: 40px;
}
.filter-label{
margin-right: 5px;
}
.select-all:hover{
cursor: pointer;
}
.clear-all:hover{
cursor: pointer;
}
.date-filter{
padding-top: 10px;
}
#program-visit-encounter-filter{
border-style: solid;
border: 1px double lightgray;
padding-top: 10px;
... |
@import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
background-color: #24252A;
}
li, a, button {
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 16px;
color: #edf0f1;
text-decorati... |
/*******************************
Site Settings
*******************************/
/*-------------------
Fonts
--------------------*/
/*-------------------
Base Sizes
--------------------*/
/* This is the single variable that controls them all */
/* The size of page text */
/*-------------------
E... |
a { cursor: pointer }
h1 {
color: rgb(7, 44, 82);
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
.navigationbar {
overflow: hidden;
background-color: #333;
font-family: Arial, Helvetica, sans-serif;
}
.navigationbar a {
float: left;
font-size: 16px;
color... |
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);@import url(https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css);.theme--light.v-application {
background: #FFFFFF;
color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-application .text--primary {
color: rgba(0, 0... |
/**
* Custom theme, based on the simple theme.
*
* reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic);
section.has-dark-background, section.has-dark-background h1, section.has-dar... |
.edit_password {
border: solid 1px black;
text-align: center;
margin: auto;
padding: 25px;
width: 40%;
}
.basic_info {
text-align: center;
margin: auto 0px;
}
.textInfo {
border-style: none;
} |
*{
margin:0;
padding:0;
box-sizing: border-box;
}
/* body{
background-color: rgb(34, 31, 31);
} */
.logo img{
height: 35px;
color:white;
margin-left: 30px;
}
nav{
background-color: #2f1793;
display: flex;
justify-content: space-between;
align-items: center;
height: 8... |
#manage-requirements {
right: 16px;
position: absolute;
top: 2em;
}
#req-messages {
display: none;
}
#requirementsContainer {
width:660px;
margin:0 auto;
margin-top:2.5em;
}
#requirementsContainer select {
width:284px;
}
#activeContainer {
margin-top:-1.88em;
float:right;
position:relative;
}
#... |
.Login {
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
background-color: #fff;
}
.Login .Modal {
display: grid;
justify-items: center;
grid-template-columns: 100%;
grid-gap: 2rem;
padding: 1rem;
background-color: #fff;
}
.Login h1 {
margin: 0;
te... |
/* ==UserStyle==
@name Createblog Minimilism
@namespace USO Archive
@author josephbc
@description `This removes the createblog logo, as well as the unnecessary footer, so it decreases the vertical scroll. It also, disable the MOTM to change the color of members links and makes them always stay... |
/*!
* Fuel UX v3.15.6
* Copyright 2012-2016 ExactTarget
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
*/
@charset "UTF-8";
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
... |
.content {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
display: block;
background: #fff;
}
.loading {
background: #fff;
position: fixed;
z-index: 99;
top: var(--header-height-policy);
left: 0;
bottom: 0;
right: 0;
display: flex;
align-items:... |
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
* 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, and the H5BP dev community and team.
*/
/* ===============================... |
/* ----------------------------------
CUSTOM STYLES HERE...
----------------------------------- */
body,
button,
input,
select,
textarea {
color: #404040;
background: #FFF;
font-size:16px;
font-size:1rem;
line-height:1.5
}
a {
color:#4169e1;
}
a:visited {
color:purple;
}
a:hover,
a:... |
/**
* angular-growl-v2 - v0.7.3 - 2015-01-05
* http://janstevens.github.io/angular-growl-2
* Copyright (c) 2015 Marco Rinck,Jan Stevens; Licensed MIT
*/
|
/*
Copyright (C) 2011-2014 Hoefler & Co.
This software is the property of Hoefler & Co. (H&Co).
Your right to access and use this software is subject to the
applicable License Agreement, or Terms of Service, that exists
between you and H&Co. If no such agreement exists, you may not
access or use this software for... |
@font-face {
font-family: 'Caveat';
font-style: bold;
font-weight: 700;
src: url('/_assets/fonts/caveat/caveat-bold.woff2') format('woff2'),
url('/_assets/fonts/caveat/caveat-bold.woff') format('woff');
font-display: swap;
}
@font-face {
font-family: 'Karmilla';
font-style: bolder;
font-weight: 800;... |
#<%= name %> {
font-size: 18px;
line-height: 200%;
margin: 50px;
} |
*{
font-font-family: arial, Helvetica, sans-serif;
font-size: 16px;
}
body{
background-color: rgb(204, 157, 248);
}
main{
background-color: white;
width: 500px;
margin: auto;
padding: 10px;
box-shadow: 3px 3px 5px rgb(0, 0, 0.473);
} |
/* ------------------------------------------------------------------------- */
/* global styling */
/* ------------------------------------------------------------------------- */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--clr-1: #66bb6a;
--clr-2: #388e3c;
}
html {
scroll-behavior: s... |
.register-container {
width: 100%;
max-width: 1120px;
height: 100vh;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
}
.register-container .content {
width: 100%;
padding: 96px;
background: #f0f0f5;
box-shadow: 0 0 100px rgba(0, 0, 0,... |
a {
color: #e0d6b2;
}
.ui-slider-horizontal .ui-slider-range {
background: #e0d6b2 !important;
}
a:hover {
color: #e0d6b2;
}
#header-main .dropdown-menu li a:hover {
color: #e0d6b2 !important;
}
#header-main .yamm-fw .dropdown-menu li a:hover {
color: #e0d6b2 !important;
}
#header-main .navbar-nav > li > a... |
/* MAIN stylesheet */
/* GENERAL */
html, body
{
font: normal 100%/1.5 Constantia, Georgia, serif;
color: #000000;
background: #fafafa;
padding: 0;
margin: 0;
}
body, table, th, tr, td, caption, select, input, button, pre
{
font-size: 100%;
}
img
{
border: none;
}
form
{
padding: 0;
margin: 0;
}
h1, h2, h3,... |
* {
padding: 0;
margin: 0;
font-family: 'Roboto';
box-sizing: border-box;
transition: all 0.2s;
}
html, body {
height: 100%;
width: 100%;
}
body {
position: absolute;
background: white;
}
h1 {
text-align: center;
color: white;
font-size: 4rem;
margin-top: 6rem;
}
main {
display: bloc... |
/* stylelint-enable */
.pf-c-toolbar {
--pf-c-toolbar--PaddingTop: var(--pf-global--spacer--md);
--pf-c-toolbar--PaddingRight: var(--pf-global--spacer--xl);
--pf-c-toolbar--PaddingBottom: var(--pf-global--spacer--md);
--pf-c-toolbar--PaddingLeft: var(--pf-global--spacer--xl);
--pf-c-toolbar--md--PaddingRight:... |
body{
background:#fff;
}
.navbar-brand{
color: #16697a !important;
font-size: 38px;
font-weight: bold;
text-decoration: none;
border: none;
background:transparent;
}
h2{
color: #16697a !important;
font-size: 28px;
font-weight: bold;
}
.btn-lavue{
background: rgba(22, 105, ... |
* {
margin: 0;
padding: 0;
}
body {
font: 8px 'Microsoft YaHei', arial;
}
/*头部*/
header {
width: 100%;
background: #84c225;
}
/*头部的logo*/
header .logo {
background: url("../img/phone.png") no-repeat -10px -10px;
width: 120px;
height: 103px;
margin: 0 auto;
}
/*主体内容*/
.content {
... |
@charset "UTF-8";
/*!
Theme Name: Corpboot
Theme URI: http://www.rafamemmel.com/themes/corpboot
Description: Corporate HTML5 Template based on twitter bootstrap.
Version: 1.0
Author: Rafael Memmel
Author URI: http://www.rafamemmel.com
*/
/* Table of Content
==================================================
#GENERAL
#... |
/*
* Generated by the DevExpress ThemeBuilder
* Version: 19.1.0 (build 19071)
* http://js.devexpress.com/ThemeBuilder/
*/
.dx-swatch-dark .dx-colorview-palette-handle {
background: radial-gradient(transparent 5px, rgba(255, 255, 255, 0.2) 6px, #363640 7px, #363640 12px, rgba(255, 255, 255, 0.2) 13px);
-webkit-box-... |
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the backg... |
.ynab-toolkit-grid-cell-check-number {
text-align: right;
width: 10%;
} |
#typePosition2[data-v-cbd355c4],#typePosition[data-v-cbd355c4]{width:96%;height:530px;padding:10px;border-radius:10px}#mapchina[data-v-cbd355c4]{width:100%;height:200px}.el-row[data-v-cbd355c4]{margin:0!important} |
.window,
.title-text {
background-color: rgb(31, 31, 31);
}
.editor_wrap,
.editor_wrap textarea {
color: #7eb6f6 !important;
}
/* Syntax highlighting */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: #7C7C7C;
}
.token.punctuation {
color: #c5c8c6;
}
.namespace {
opacity: .7;
}
.token.p... |
body{
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
color: red;
background: #ddd;
} |
#form {
display: flex;
width: 400px;
flex-direction: column;
}
input {
height: 40px;
}
input,
textarea {
border: 4px solid #fec63e;
resize: none;
color: white;
padding: 10px;
font-size: 14px;
width: 400px;
background: transparent;
}
textarea {
height: 120px;
}
#form label {
font-size: 18px... |
code[class*=language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-ms-hyphens:none;hyph... |
.daterangepicker {
position: absolute;
color: inherit;
background-color: #fff;
border-radius: 4px;
width: 278px;
padding: 4px;
margin-top: 1px;
top: 100px;
left: 20px;
/* Calendars */ }
.daterangepicker:before, .daterangepicker:after {
position: absolute;
display: inline-block;
border-... |
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
* vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to a... |
/* Show it is fixed to the top */
body {
min-height: 75rem;
padding-top: 4.5rem;
}
@media (min-width: 576px) {
.card-columns {
column-count: 2;
}
}
@media (min-width: 768px) {
.card-columns {
column-count: 3;
}
}
@media (min-width: 992px) {
.card-columns {
column-c... |
/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about
5. features
6. services
7. video
8. choose
9. brand
10. work-process
11. team
12. counter
13. cta
14. testimonial
15. blog
16. pagination
17. f-cta
18. pricing
19. contact
20. footer
*/
/* 1. Theme default css */
@imp... |
table {
max-width: 800px;
}
td {
vertical-align: top;
border-top: 1px #f07300 solid;
border-bottom: 1px #f07300 solid;
}
.content a:link {
color: #007CF0;
}
.content a:visited {
color: #7400F0;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.