text stringlengths 1 1.04M |
|---|
body {
background-image: url('../images/grass.jpg');
background-repeat: repeat;
}
ul.navbar-nav li a {
text-transform: uppercase;
}
.form-signin
{
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
margin-bottom: 10px;
}
.form-signin .chec... |
/*! jQuery UI - v1.13.0 - 2021-12-10
* 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... |
body{
font: 14px arial, sans-serif;
}
#motionDetectors {
list-style: none;
margin: 0;
padding: 0;
}
.status{
cursor: pointer;
}
.table{background:None;}
.table ul{float:left;margin:0px;padding:0px}
.table ul li{list-style:none;padding:4px 9px;}
.table ul li.title{font-weight:bold;background:#333;color:#fff... |
/* 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, M... |
.videoPlayer {
position: relative;
width: 70%;
height: calc(100vh - 8rem);
display: flex;
justify-content: center;
align-items: center;
} |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
min-height: 100vh;
}
.loginbg{
top: 0;
background: url(asset/login.jpg);
background-size: cover;
background-repeat: no-repeat;
min-height: 100vh;
}
.flex{
display:flex;
}
.flex h1{
flex: 1;
border-radius: 5px;
}
... |
/*Custom styles here*/
.edit-form {
display: none;
}
li {
text-align: center;
list-style-position: inside;
}
br {
line-height: 30px;
}
form {
line-height: 40px;
} |
.badge {
border: none;
border-radius: var(--app-size-radius);
padding: calc(var(--app-size-spacing) * 0.25) calc(var(--app-size-spacing) * 0.5);
font-size: 0.75rem;
font-weight: 700;
background: var(--app-color-medium);
color: var(--app-color-medium-contrast);
} |
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap);*,:after,:before{padding:0;margin:0;box-sizing:border-box}:root,html{font-size:10px}body{min-height:100vh;background-color:#0e3d59}button,input{border:none;background-color:#fcfdfd;overflow:hidden}button:active,button:focus,i... |
/*!
* =====================================================
* Ratchet v2.0.2 (http://goratchet.com)
* Copyright 2015 Connor Sears
* Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE)
*
* v2.0.2 designed by @connors.
* ===================================================== |
/*------------------------- Texts -------------------------*/
.Dark .Subtitle, .Dark .Title
{
color: rgb(200, 200, 200);
}
.Dark .Text, .Dark .Subtext
{
color: rgb(150, 150, 150);
}
.Dark .Hyperlink
{
color: rgb(0, 128, 255);
}
/*------------------------- Blocks -------------------------*/
.Dark .Foreground
{
ba... |
@font-face {
font-family: 'OpenExtra';
src: url("fonts/OpenSans-ExtraBold.eot");
src: url("fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("fonts/OpenSans-ExtraBold.woff") format("woff"), url("fonts/OpenSans-ExtraBold.ttf") format("true... |
/*!
* Datepicker for Bootstrap v1.4.1 (https://github.com/eternicode/bootstrap-datepicker)
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
.datepicker {
padding: 4px;
border-radius: 4px;
direction: ltr;
}... |
@font-face {
font-family: 'SF Pro Display';
src: url("../fonts/SFProDisplay-Regular.eot");
src: url("../fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"),
url("../fonts/SFProDisplay-Regular.woff") format("woff"),
url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
}
@font... |
.logoArea {
height: 78px;
}
a {
color: #666;
}
.btn-danger:active,
.btn-danger.active,
.btn-danger:hover,
.btn-danger:focus {
background-color: #e1251b;
border: 1px solid #e1251b;
}
.logo {
background: url(../img/icons.png) no-repeat;
width: 182px;
height: 78px;
position: absolute;
background-position... |
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(1.334em) translateZ(0);
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(1.334em) translateZ(0);
}
100% {
opacity: 1;
}
}
@keyframes fadeInRight {
0... |
.root {
-fx-background-color: #6bb450;
}
#originalFrame {
-fx-effect: dropshadow(three-pass-box, rgba(0, 0, 0, 0.8), 10, 0, 0, 0);
} |
/*!
* Start Bootstrap - Clean Blog v5.0.10 (https://startbootstrap.com/theme/clean-blog)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-clean-blog/blob/master/LICENSE)
*/
body {
font-size: 20px;
color: #212529;
font-family: 'Lora', 'Times New Roma... |
.fade-scale {
transform: scale(0);
opacity: 0;
-webkit-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear;
}
.fade-scale.in {
opacity: 1;
transform: scale(1);
} |
#containerWrap{width:100%; max-width:1900px; min-width:960px; margin:0 auto; overflow:hidden; padding-top:97px;}
/*################# mainVisual ####################*/
#mainVisual{width:100%; overflow:hidden;}
#mainVisual ul{width:100%;}
#mainVisual ul li{text-align:center; position:relative;}
#mainVisual ul li i... |
a:hover, .tooltip-shortcode{
color:#e10707;
}
#nav ul .current_page_item a, #nav ul .current-menu-item a, #nav ul > .current-menu-parent a,
#sticky-nav ul .current_page_item a, #sticky-nav ul .current-menu-item a, #sticky-nav ul > .current-menu-parent a,
.footer-area ul li a:hover,
#slidingbar-area ul li a:hover,
.port... |
/*
Template Name: Groci - Organic Food & Grocery Market Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 1.3
*/
/*
-- Body
-- Top Menu
-- Link Menu
-- Category Slider
-- Main Slider
-- Featured Product
-- Featured Box
-- Footer
-- Cart Sidebar
-- Shop Filte... |
@charset "utf-8";
@import url(common.css);
/*********************************************************************************/
/*********************登录页的CSS文件*********************************************/
/********************************************************************************/
#logbox{
width: 524px;
height:... |
@-webkit-keyframes line-spin-fade-loader
{
50%
{
opacity: .3;
}
100%
{
opacity: 1;
}
}
@-moz-keyframes line-spin-fade-loader
{
50%
{
opacity: .3;
}
100%
{
opacity: 1;
}
}
@-o-keyframes line-spin-fade-loader
{
50%
{
opacity... |
table {
width: 80%;
margin: auto;
}
#head {
padding-bottom: 20px;
}
.product {
display: flex;
align-items: center;
}
.product h1 {
font-size: 1em;
margin-right: 20px;
/*width: 400px;*/
}
td {
border: 1px solid black;
position: relative;
text-align: center;
}
.first_column {
... |
/*Body*/
body.imce {
padding: 2px;
background: none;
text-align: left;
height: auto;
}
/*Main container*/
/*reset all tags.*/
#imce-content, #imce-content * {
font: 11px/16px Verdana, sans-serif;
margin: 0;
padding: 0;
color: #444;
background: none;
border: none;
float: none;
list-style: none;
... |
.title {
background-color: rgb(249, 228, 163);
margin-top: 0px;
border-bottom: darkgreen;
border-bottom-style: inset;
box-shadow: 0px 1px 8px;
margin-bottom: 10px;
}
.jumboback {
margin-bottom: 0px;
background-image: url('../images/Pretty Forest.jpg');
background-position: 0% 25%... |
.wpc-library {
--border-color: #e1e1e1;
--border: 1px solid var(--border-color);
margin: 2rem 0 0;
&__heading {
font-size: 1.6rem;
line-height: 1;
font-weight: 300;
text-transform: uppercase;
margin: 2rem 0 1.5rem;
}
&__item {
display: grid;
grid-template-columns: 10% auto;
grid-template-rows: ... |
#timer{
font-size: 40px;
} |
svg {
width: 3%;
overflow: hidden;
vertical-align: middle;
}
.g-grid {
display: grid;
/* W(adjusted) = W(individual) - (1rem * 1/2) */
grid-template-columns: calc(50% - (30px * 1/2)) calc(50% - (30px * 1/2));
grid-column-gap: 30px;
}
.g-g... |
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
font-family: 'Roboto', sans-serif;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.container {
margin: 0 auto;
width: 1110px;
}
.clearfix {
content: '';
dis... |
html,
body {
padding: 0;
margin: 0;
}
.wrap {
display: flex;
border: 1px solid #ccc;
height: 500px;
padding: 40px;
background: url("../image/test.png") no-repeat center/cover #ddd;
color: #000;
filter: alpha(opacity=70);
transition: all 0.5s ease;
}
::placeholder {
color: gray;
} |
body {background-color: white;}
h1 {color: blue;}
p {color: black;font-size:40}
.container 2 {position: absolute; top: 170px;}
#text { position: relative;left:230px;bottom:300px;}
ol {font-style: normal;font-size:30;color:black;
font-weight:bold;line-height: 2.5;}
#signal {display: none; position: absolute; ... |
/*
Syntax error: Undefined mixin 'button'.
on line 13 of D:/Code/forcremation/laravel/public/css/form.scss, in `button'
from line 13 of D:/Code/forcremation/laravel/public/css/form.scss
Backtrace:
D:/Code/forcremation/laravel/public/css/form.scss:13:in `button'
D:/Code/forcremation/laravel/public/css/f... |
/*
===============
Fonts
===============
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");
/*
===============
Variables
===============
*/
:root {
/* dark shades of primary color*/
--clr-primary-1: hsl(205, 86%, 17%);
--clr-primary-2: hsl(205, 77%, 27%);
--clr-... |
.common {
position: fixed;
left: 10px;
bottom: 10px;
max-height: 150px;
width: calc(100% - 20px);
z-index: 100;
display: flex;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
border-radius: 3px;
background-color: white;
overflow-x: scroll;
}
.common > :global(.cspace-ui-Notification--common) {
min-hei... |
.navbarContainer{
display: flex;
width: 100%;
justify-content: space-between;
padding: 0.4rem;
position: fixed;
background-color: #ffffff;
box-shadow: 0 0 5px 0 #022E40;
z-index: 99;
}
.autofix{
padding: 0 0.5rem 0;
width: 100%;
}
.logoStyle{
max-height: 20rem;
max-widt... |
/*!
* Waves v0.6.0
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE |
/* ==UserStyle==
@name Hatena Bookmark(hide ad)
@namespace USO Archive
@author eioj5fsx
@description `Hatena Bookmark(hide ad)`
@version 20070303.6.11
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document do... |
.App {
display: grid;
grid-template: minmax(500px, 100vh) minmax(100px, auto) / minmax(320px, 1fr) ;
transition: all .5s;
background-color: var(--color-primary);
}
.Overview {
grid-area: 1 / 1 / 2 / 2;
display: flex;
justify-content: center;
align-items: center;
background-color: va... |
/*! jQuery UI - v1.11.2 - 2015-01-16
* http://jqueryui.com
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
|
h4{
font-size: 14px;
color: #000;
text-transform: uppercase;
font-weight: 300;
text-align: center;
margin-bottom: 5px;
}
table{
width:100%;
table-layout: fixed;
}
.tbl-header{
background-color: #DE8C87;
}
.tbl-header-1{
background-color: #F4F18B;
}
.tbl-header-2{
background-color: #A9BFFB;
}
... |
/* import fonts */
@import url(https://fonts.googleapis.com/css?family=Lato);
body {
padding: 0;
margin: 0;
font-family: "Lato";
text-align: center;
}
/* ! Title */
#info {
position: absolute;
left: 5%;
}
/* 整页 */
.section {
padding-top: 40px;
font-size: 1em;
text-align: center;
background: #f1ede3... |
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
/*# sourceMappingURL=bootstrap.min.css.map */ |
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,900");
@font-face {
font-family: "Maax Rounded";
src: url("//db.onlinewebfonts.com/t/10875ab5a017f30340245f91c470c330.eot");
src: url("//db.onlinewebfonts.com/t/10875ab5a017f30340245f91c470c330.eot?#iefix") format("embedded-opentype"),... |
/*!
* Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
*/
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Boot... |
.site-navbar {
background-color: #55c0e0;
}
@media (min-width: 768px) {
.site-navbar .navbar-header {
display: none;
}
}
.site-navbar .navbar-container {
background-color: #fff;
}
.site-navbar .navbar-container .navbar-brand-center {
position: absolute;
left: 50%;
padding: 0;
margin: 0;
-webkit-tr... |
html,body {
margin:0;
}
#main {
width:100vw;
height:100vh;
display:flex;
flex-direction: column;
}
/* DONT TOUCH !! Chisaki Part Start from here */
.container {
min-width:100%;
}
.cardquestions{
background-color:#1BA68F;
}
.card {
display:flex;
flex-direction:row;
flex-wrap: wrap;
justify-content... |
#content #dataimport {
background-image: url( ../../img/div.gif );
background-position: 21% 0;
background-repeat: repeat-y;
}
#content #dataimport #frame {
float: right;
width: 78%;
}
#content #dataimport #form {
float: left;
width: 20%;
}
#content #dataimport #form #navigation {
border-right: 0;
}
#content... |
.something1{
text-align: center;
font-size: 70px;
color: red;
}
.center2{
color: red;
}
.harrypotter2{
text-align: center;
font-size: 20px;
}
.thing2{
height: 220px;
align-items: center;
} |
/*@import url("./pub.css");*/
#title {
width:600px;
margin:20px auto;
text-align:center;
}
/* 定义关键帧 */
@-webkit-keyframes shade {
from {
opacity:1;
}
15% {
opacity:0.4;
}
to {
opacity:0;
}
}
@-moz-keyframes shade {
from {
opacity:1;
}
15% {
opacity:0.4;
}
to {
opacity:1;
}
}
@-ms-keyframes shade {
from {
opac... |
/* variables/imports for important utilities */
/* sass variables */
/* x/3 selected themes font */
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap");
/* imports for page content */
* {
box-sizing: border-box;
}
body {
margin: 0;
}
@media only screen and (max-width: 48rem) {
.m... |
#content {
display: flex;
}
.show-range * {
display: inline-block;
}
select {
display: block;
width: 100%;
}
.auth-wrapper {
margin-left: 30px;
}
.show-range {
margin: 20px;
}
#counter {
display: inline-block;
} |
@charset "utf-8";
/* CSS Document */
body {
background: url(../img/bodyBack.png);
}
#container {
background: #fff;
margin: 40px auto;
width: 880px;
font-family: "Trebuchet MS", arial;
box-shadow: 0 0 30px rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 30px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.4... |
/*
* 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, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path... |
body {
width:100%;
height:100%;
margin: 0;
padding: 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 {
... |
#ff0000,#ff00ff,#0000ff,#00ffff,#00ff00,#ffff00,#ff0000 |
body {
background-color: rgb(0, 31, 63);
color: rgb(212, 213, 214);;
font-family: 'avenir next', avenir, roboto, noto, ubuntu, 'helvetica neue', helvetica, arial, sans-serif;
}
h1 {
color: rgb(0, 31, 63);
font-size: 7em;
text-shadow: rgb(212, 213, 214) 3px 3px;
text-align: center;
}
form {
border-bott... |
.global{
background: #3690a0;
}
.ua{
background:#a4d0d8;
}
.ancho{
} |
/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
.texto {
font-family: Roboto, sans-serif !important;
color: #e2e2e5;
--background-color: #121212;
}
.texto-bl {
font-family: Roboto, san... |
.card {
background-image: url(https://wallpapercave.com/wp/wp3528351.jpg);
background-position: center;
background-repeat: no-repeat;
padding: 10px;
margin: 5px;
max-width: 400px;
text-align: center;
}
.pizzaImg {
position: absolute;
width: 200px;
height: auto;
}
.card__img {
order: 50;
max-wi... |
/*!
* DevExtreme
* Version: 19.1.0 (build 19094-0309)
* Build date: Apr 4, 2019
*
* Copyright (c) 2012 - 2019 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
.dx-colorview-palette-handle {
background: radial-gradient(transparent 5px, rgba(0, 0... |
:root {
--primary-color: #1d362c;
--secondary-color: #d7e1dd; }
body {
width: 100% !important;
min-width: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
Margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
i... |
* {
margin: 0;
padding: 0;
border: none;
box-sizing: border-box;
}
:root {
--title-active: #222222;
--grey1: #888888;
--grey2: #bbbbbb;
--grey3: #d7d7d7;
--off-white: #f6f6f6;
--white: #ffffff;
--primary: #2ac1bc;
--primary2: #a0e1e0;
--primary3: #219a95;
--error: #f45452;
}
body {
font-... |
@import url("https://theme-park.dev/CSS/addons/unraid/login-page/alien/alien_base.css");
:root {
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
url(https://theme-park.dev/CSS/addons/unraid/login-page/alien/wallpaper/hallway4.jp... |
/******************************************************************
Template Name: Ogani
Description: Ogani eCommerce HTML Template
Author: Colorlib
Author URI: https://colorlib.com
Version: 1.0
Created: Colorlib
******************************************************************/
/*----------------------... |
article:hover {
background-color: lightcyan;
}
body {
padding: 40px;
} |
p {
text-align: justify;;
} |
/**
* Solarized Dark 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:... |
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set widths on the form in... |
:root {
--thin: 200;
--regular: 400;
--book: 600;
--bold: 700;
--black: 900;
--border-radius: 0.2em;
--root-font-size: 16px;
--h1-font-size: 2rem;
--h2-font-size: 1.6rem;
--h3-font-size: 1.4rem;
--h4-font-size: 1.2rem;
--sm-font-size: 0.8rem;
--xs-font-size: 0.6rem;
--bg-color: #222;
--fg-... |
/*!
* AngularJS Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.4
*/
md-list {
display: block;
padding: 8px 0px 8px 0px; }
md-list .md-subheader {
font-size: 14px;
font-weight: 500;
letter-spacing: 0.010em;
line-height: 1.2em; }
md-list.md-dense md-list-item,
m... |
/*!
* Waves v0.6.0
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE |
.mod_value{
display: none; /* By default, the mod area is hidden */
}
.loading_mod_value{
display:none;/* By default, the mod area is hidden */
} |
@charset "UTF-8";
.loading
{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.356);
} |
html{
background-color: yellow;
}
body {
background-color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
width: 650px;
text-align: justify;
border-style: double;
border-color: blue;
border-width: 10px;
padding: 10px;
margin: auto;
}
img{
float: left;... |
body {
background-color: #3F7FBF;
}
.container-fluid {
background-color: #FFEB99;
margin-top: 1%;
margin-left: 1%;
margin-right: 1%;
display: 100%;
}
.collapsible {
background-color: #777;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: lef... |
/*好书精选 start*/
.select_books {
width: 1200px;
height: 750px;
margin: 0 auto;
}
.tab_content {
float: right;
width: 700px;
}
.tabs {
overflow: hidden;
width: 700px;
margin: 0;
padding: 0;
list-style: none;
}
.tabs li {
float: left;
margin: 0 -15px 0 0;
border-botto... |
@tailwind base;
@tailwind components;
@tailwind utilities;
::-moz-selection {
/* Code for Firefox */
color: white;
@apply bg-brand-500;
}
.highlight::before {
z-index: -1;
}
.highlight {
@apply z-50 before:bg-purple-700 before:rounded before:absolute before:top-0 before:left-0 before:h-full before:transfor... |
body {
background-color: #002F6C;
color: white;
} |
.lectures-container {
display: flex;
flex-direction: row;
justify-content: center;
height: 320px;
} |
/*
* Copyright (c) 2015 overreacted.io
* Forked from https://github.com/aaronshaf/react-toggle/
**/
body {
-webkit-font-smoothing: antialiased;
--pink: rgb(255, 167, 196);
--bg: #282c35;
--header: #ffffff;
--textNormal: rgba(255, 255, 255, 0.88);
--textTitle: #ffffff;
--textLink: var(--p... |
.header-section{
background-image: url("/Image00001.jpg");
background-size: cover;
height: 450px;
color:#ffffff;
}
.header-section .local-image{
width: 200px;
height: 200px;
position: absolute;
bottom: 50px;
right: 50px;
border-radius: 50%;
}
.header-section .local-image img{
... |
/*###################################
*
* ■ Discord RPC Tool by DekitaRPG@gmail.com
* CSS generated by RPC Tool theme customizer
*
*/
:root {
--dek-gen-version: 0.0.92;
--dek-body-color: #b94148;
--dek-text-color: #513e42;
--dek-modal-body-color: #97212f;
--dek-modal-text-color: #d6c7ca;
--dek-modal-border-colo... |
/* `Body
-------------------------------------------------------------------------------------------------- */
body {
background:#fff;
}
* { margin:0; padding:0; }
img { border:0; vertical-align:top; }
a { text-decoration:none; }
a:hover { text-decoration:none; }
:focus { outl... |
* Bootstrap v4.1.2 (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) |
@charset "UTF-8";
/*Regra @charset caso haja problema com acentuação */
body{
background-color: hsl(69, 81%, 75%);
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
}
h1{
color:darkblue;
background-color:lightgrey;
}
h2{
color:darkred;
}
p{
text-align: justify;
} |
.menu{
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.menu:hover::after{
border-bottom: 3px solid #07f013;
content: '';
display: block;
margin: auto;
padding-bottom: 5px;
margin-bottom: -8px;
} |
.mgwt-PullToRefresh {
position: relative;
width: 300px;
height: 30px;
margin: 0 auto;
}
@sprite .mgwt-PullToRefresh-arrow {gwt-image: "pullToRefreshArrow"}
.mgwt-PullToRefresh-arrow {
position: absolute;
margin-left: 50px;
top: 0px;
left: 0px;
right: 0px;
margin: 0 auto;
width: 40px;
height: 40px;
backg... |
.responsiveImgPlay img{max-width:100%;height:auto;width: auto;-ms-interpolation-mode:bicubic;vertical-align: middle;min-height: 200px}
.responsiveImgPlay ul,li{list-style:none;padding:0;margin:0;}
.responsiveImgPlay p{padding:0 20px;}
/*slider*/
.responsiveImgPlay #slider-box{position:relative;width:100%;height:175px;... |
/* BEM support Func
-------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Colors
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
... |
/*!
* bootstrap-fileinput v4.3.6
* http://plugins.krajee.com/file-input
*
* Author: Kartik Visweswaran
* Copyright: 2014 - 2017, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md |
body {
background: #f0f0f0;
}
aside, main {
padding: 10px!important;
}
@media (min-width: 992px) {
main {
padding-left: 0!important;
}
}
aside .inner, main .inner {
background: #fff;
padding: 20px;
}
h1 {
font-size: 24px;
margin-bottom: 0;
font-weight: 700;
}
h2 {
font-size: 20px;
... |
/*!
* # Semantic UI 2.4.0 - Icon
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
* |
html,body{margin:0;height:100%;}
.terminal ::selection{background:#0080ff;text-shadow:none !important;}
.terminal{min-height:100%;position:relative;width:100%;}
.terminal .container{padding:1em 1.5em 1em 1em;position:relative;text-shadow:0 0 5px #C8C8C8;}
.terminal .container output{clear:both;width:100%;}
.terminal .c... |
p{
font-family: 'Lobster Two', cursive;
}
button{
font-family: 'Lobster Two', cursive;
} |
@import url(../../../../base/text/template/css/main.css);
/*--- Categories ---*/
.bx-ads-subcategories .bx-ads-category:first-child {
padding-top: 0;
}
.bx-ads-category .sys-icon {
display: inline-block;
width: 1.0rem;
}
/*--- Snippet ---*/
div.bx-base-general-unit-meta .bx-menu-item-price span.price {
... |
.foo {
margin-top: 0 !important;
margin-right: 0 !important;
margin-bottom: 0 !important;
margin-left: 0 !important;
margin-top: 0;
} |
/*!
This document has been created with Marked.app <http://marked2app.com>
Please leave this notice in place, along with any additional credits below.
---------------------------------------------------------------
Title: Pesto
Author: Andrew Patton @acusti <https://www.acusti.ca>
Description: Attenti... |
@import '../../marketplace.css';
.root {
width: 100%;
min-height: 120px;
padding-left: 0;
}
.root::after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.thumbnail {
display: block;
float: left;
position: relative;
width: 100%;
margin: 0;
overflow: hidden;
ba... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.