text stringlengths 1 1.04M |
|---|
.App {
text-align: center;
padding-top: 10vh;
flex-direction: column;
display: flex;
align-items: center;
}
video,
img {
margin: 20px 0;
}
.App code {
background: #FFF3;
padding: 4px 8px;
border-radius: 4px;
}
.App p {
margin: 0.4rem;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@m... |
* Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) |
/**
* SyntaxHighlighter
* http://alexgorbatchev.com/
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
*
* @version
* 2.1.382 (June 24 2010)
*
* @copyright
* Copyright (C) 2004-2009 Alex Gorbatchev.
*
* @license
* This fil... |
/*!
* Bootstrap v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@import url(open-iconic/font/css/open-iconic-bootstrap.min.css);
:root {
--blue: #007bff;
--indigo:... |
/*----------------------------------------Snackbar-------------------------------------------*/
/* The snackbar - position it at the bottom and in the middle of the screen */
.snackbar {
visibility: hidden; /* Hidden by default. Visible on click */
min-width: 250px; /* Set a default minimum width */
margin-... |
body {
font-family : Verdana;
color: #0;
font-size : 1em;
background-color: #DDDDDD;
}
p,i,b,blockquote {
font-size : 1em;
}
small {
font-size : 0.75em;
}
.tableaubilan {
border: 1px solid black;
border-collapse: collapse;
text-align:center;
}
.tableaubilan tr {
border: 1px solid black;
}
.tableaubilan td,th {... |
.search-bar{
margin: 20px;
text-align: center;
}
.search-bar input{
width: 75%
}
.video-item img{
max-width: 64px;
}
.video-detail .details{
margin-top: 10px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 4px;
}
.list-group-item{
cursor: pointer;
}
.list-group-item:hover{... |
#navbar {
display: table;
width: 100%;
}
#navbar a.element {
display: table-cell;
text-align:center;
width: 7%;
} |
/*
Copyright 2019 Adobe. All rights reserved.
This file is licensed to you 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.org/licenses/LICENSE-2.0
Unless required by applicable law or agre... |
.openid.avatar{width:104px}.openid.social{display:flex;justify-content:center;flex-wrap:wrap}.openid.social .provider{margin-top:16px}.openid.social .provider .btn{background:none;display:flex;align-items:center;border:solid 1px lightgray;border-radius:4px;padding:8px 14px}.openid.social .provider .btn:hover{border:sol... |
body{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{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:ce... |
* {
padding: 0;
margin: 0;
}
#container {
width: 800px;
} |
body {
font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.4em;
color: #4d4d4d;
min-width: 230px;
max-width: 650px;
margin: 0 auto;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
font-weight: 300;
}
td {
padding: 12px;
}
... |
/*!
* Quasar Framework v1.12.5
* (c) 2015-present Razvan Stoenescu
* Released under the MIT License. |
*,
:after,
:before {
-webkit-tap-highlight-color: transparent
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
td,
textarea,
th,
ul {
margin: 0;
padding: 0
}
table {
border-collapse: collapse;
border-spacing: 0
}
fieldset,
img {
border: 0
... |
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
.btn-primary {
box-shadow: 0 0 0 rgba(0,0,0,0);
transition: all 0.3s ease;
}
.btn-primary:hover {
box-shadow: 0 0 7px rgba(0,0,0,0.4);
}
.inactive {
pointer-events: none !important;
opacity: 0.6 !important;
}
... |
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
h1 {
@apply text-5xl;
}
h2 {
@apply text-4xl;
}
h3 {
@apply text-3xl;
}
h4 {
@apply text-2xl;
}
a {
@apply text-blue-800 dark:text-blue-400;
}
} |
.icon-spin {
display: inline-block;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
.no-border-radius {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: ... |
.ui-form {
width: 700px;
height: 700px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1000;
border: 3px solid #eee;
border-radius: 20px;
background-color: white;
}
.ui-form_top-bar_exit {
width: 20px;
/* position: absolute; */
height: 20px;
}
.ui-form_top-b... |
/*!
* # Semantic UI x.x - Message
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Message
*******************************/
.ui.message {
position: relativ... |
header {
background-image: url("../img/header.jpg");
border: 2px solid gray;
color: #fff;
margin:auto;
width: 90%;
}
header p {
background-color: #fff;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
display: inline-block;
padding: 20px;
opacity: .7;
}
header p:hover {
background-... |
/*
Version 4.0
Stylesheet by Cryptonaut
Assisted by RenegadeAI & LackingAGoodName
Last modified: 14 August 2016
Details: This is a custom template made by /u/Cryptonaut
Find out more on /r/Naut
-------------------------------------------------------------------------- */
/* ==========... |
.box1 img{
-webkit-box-reflect: above; /* try above | left | right */
}
.box2 img{
-webkit-box-reflect: above 20px; /* try above | left | right */
}
.box3 img{
-webkit-box-reflect: below 10px -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
} |
/*Page layout styles*/
html, body {
margin: 0;
padding: 0;
height: 100%; /* needed for container min-height */
font-family: "Trebuchet MS",Verdana,sans-serif;
font-size: small;
background-repeat:repeat-x;
background-position:0 0;
background-color:#f3f4f8;
}
a{
cursor:pointer;
}
h1... |
body {
background:#999;
margin:0;
padding:0;
font:verdana;
}
div#container {
width:777px;
margin:0 auto;
display:block;
padding:0;
overflow:hidden;
}
div#menu, div#corpo {
/* border-right:2px solid #b1bb4b;
border-left:2px solid #b1bb4b;*/
background:#999;
overflow:hidden;
}
div#corpo {
margin:0;
paddi... |
.search_result_character {
float:left;
width:210px;
margin-left:10px;
margin-bottom:30px;
}
.search_result_character .name {
font-weight:bold;
font-size:14px;
margin-top:5px;
display:block;
}
.search_result_character span {
margin-top:3px;
display:block;
overflow:hidden;
height:32px;
}
.search_result_cha... |
.error-message {color: red;} |
/* Universal Styles */
@font-face{
font-family: "Glegoo";
src: url('../fonts/Glegoo-Regular.ttf')
format('truetype')
}
@font-face {
font-family: 'Space Mono';
font-style: normal;
font-weight: 400;
src: local('Space Mono'), local('SpaceMono-Regular'), url(https://fonts.gstatic.com/s/spacemono/v4/i7dPIFZ... |
@keyframes semi-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.semi-fadeIn {
animation-name: semi-fadeIn;
} |
/*! UIkit 2.21.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&family=Rajdhani:wght@400;500;600;700&display=swap");
@font-face {
font-family: "f1";
src: url(../fonts/Formula1-Regular.ttf);
}
@font-face {
font-family: "f1-bold";
src: url(../fonts/Formula1-Bold.ttf);
}
.white-bg {
... |
.phpdocumentor-summary {
font-style: italic;
}
.phpdocumentor-description {
margin-bottom: var(--spacing-md);
}
.phpdocumentor-element {
position: relative;
}
.phpdocumentor .phpdocumentor-element__name {
line-height: 1;
}
.phpdocumentor-element__package,
.phpdocumentor-element__extends,
.phpdocumento... |
#hero-image-container{
height: 66vh;
color: white;
text-align: center;
overflow: hidden;
background:
linear-gradient(
rgba(40, 170, 138, 0.7),
rgba(40, 170, 138, 0.7)
),
url('../img/hero-image.png');
background-size: cover;
background-attachment: fixed;
}
#hero-image-container h1{... |
/**
* @author zhixin wen <wenzhixin2010@gmail.com>
* https://github.com/wenzhixin/bootstrap-table/
* theme: https://github.com/jgthms/bulma/
*/
.bootstrap-table .fixed-table-toolbar::after {
content: "";
display: block;
clear: both;
}
.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-ta... |
*{
margin:0;
padding: 0;
}
header{
width: 100%;
height:50px;
top:0;
left:0;
background-color: #F5F5F5;
/*position:fixed;*/
}
.menu-icon{
position: absolute;
font-size: 25px;
font-weight: bold;
padding:5px;
width: 40px;
height: 40px;
text-align: center;
... |
.introjs-overlay{background-color:#000;-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50)}.introjs-helperLayer{background-color:#FFF;border-color:#777} |
/* =========================================================
Navi
========================================================= */
#currentNaviSite,
#currentNaviConcept {
display: block;
overflow: hidden;
height: 20px;
padding: 0px 4px;
border: 1px solid #555;
background-color: #fff;
background-image: url... |
.background {
background: rgb(52, 166, 251);
table-layout: fixed;
border-spacing: 0;
}
.background td {
padding: 0;
}
.lava {
background: rgb(255,100,100);
}
.wall {
background: white;
}
.actor {
position: absolute;
}
.coin {
background: rgb(241, 229, 89);
}
.player {
background: rgb(64,64,64);
}
.los... |
/*
=========================================================
* Volt - Free Bootstrap 5 Dashboard
=========================================================
* Product Page: https://themesberg.com/product/admin-dashboard/volt-bootstrap-5-dashboard
* Copyright 2021 Themesberg (https://www.themesberg.com)
* Designed and ... |
@-webkit-keyframes ball-pulse-round {
0%, 80%, 100% {
transform : scale(0);
-webkit-transform : scale(0);
}
40% {
transform : scale(1);
-webkit-transform : scale(1);
}
}
@keyframes ball-pulse-round {
0%, 80%, 100% {
transform : scale(0);
-webkit-transform : sca... |
@CHARSET "UTF-8";
.detail{
width:990px;
margin: auto;
border: 1px dotted #eee;
}
.detail-left{
float: left;
width: 418px;
border: 1px dotted rgba(0,0,0,.05);
}
.detail-left-img > img{
width: 418px;
height: 418px;
}
.detail-right{
float: right;
width: 562px;
border: 1px dotted rgba(0,0,0,.05);
}
.de... |
.format-singleactivity .tree_item.orphaned a {color:red;} |
.center {
text-align: center;
}
p {
margin-left: 15px;
text-align: center;
text-align: justify;
}
.image {
display: block;
margin: 0 auto;
width: 80%;
height: auto;
}
h1 {
color: red;
text-align: center;
text-transform: uppercase;
margin: 0;
padding: 0;
border: 0;
}
h2 {
color: darkre... |
@font-face {
font-family: 'Roboto-Regular';
src: url("../fonts/Roboto-Regular.ttf") format("truetype"); }
@font-face {
font-family: 'Roboto-Thin';
src: url("../fonts/Roboto-Thin.ttf") format("truetype"); }
@font-face {
font-family: 'Roboto-Italic';
src: url("../fonts/Roboto-Italic.ttf") format("truetype")... |
/* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> */
.swagger-section pre code {
display: block;
padding: 0.5em;
background: #F0F0F0;
}
.swagger-section pre code,
.swagger-section pre .subst,
.swagger-section pre .tag .title,
.swagger-section pre .lisp .title,
.swagger-sect... |
.select-block {
position: relative;
}
.select-block + .select-block {
margin-top: 1.4rem;
}
.select-block label {
font-size: 1.4rem;
}
.select-block select {
width: 100%;
height: 5.6rem;
margin-top: 0.8rem;
border-radius: 0.8rem;
background: 1px solid var(--color-line-in-white);
outline: 0;
paddi... |
/* ==UserStyle==
@name やる夫・AA系まとめブログを巡回用に見やすく整形
@namespace USO Archive
@author devnagoya
@description `やる夫・AA系まとめブログを巡回用に見やすく整形します。[2016年7月21日アップデート]連続して読み返す用に、本文を上の方に来るよう変えたり、ヘッダー・広告部分の調整、左メイン・右サイドバー統一、等の整形を行います。自分で読んだページから追加して行っているので、対応状態はまちまちです。基本は個別記事ページへの適用で、トップページ・カテゴリ別ページに関しては変更設定してない部分... |
td, th {
vertical-align: midde !important;
text-align: center !important;
}
.input-group {
margin: 20px 0px;
}
svg {
height: 150px;
}
td:first-of-type, td:first-of-type > div {
height: 200px;
width: 250px;
} |
@charset "UTF-8";
/**
*
* @Tips.css
* @author xinxuzhang
* @create 15-06-25
*
**/
.ui-tips[data-title] {
text-indent: 0;
position: relative;
overflow: visible;
}
.ui-tips[data-title]::before,
.ui-tips[data-title]::after {
position: absolute;
left: 50%;
-ms-pointer-events: none;
pointer... |
.center{
text-align: center;
}
#map{
height: 200px;
width: 100%;
} |
div.options-widget .draggable a.tabledrag-handle {
padding-right: .3em /* RTL */
}
div.form-options div.options {
margin-bottom: 0;
}
div.options-widget a.add span,
div.options-widget a.remove span {
display: none;
}
div.options-widget a.add,
div.options-widget a.remove,
div.form-option-add a {
display: bloc... |
/*!
* AdminLTE v3.0.0-alpha
* Author: Abdullah Almsaeed
* Website: AdminLTE.io <http://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT>
*//*!
* Bootstrap v4.1.0 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Lic... |
.Profile{
margin:auto;
justify-content: center;
align-items: center;
position:relative;
width: 100vw;
margin-top:5%;
}
.parent__container{
margin:auto;
justify-content: center;
align-items: center;
width:50%;
}
.profile__title{
font-family: "Poppins";
font-style: normal... |
* {
/*border: 1px solid cyan;*/
}
body {
color: #444444;
font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
font-size: 1.3rem;
line-height: 1.7;
-webkit-font-smoothing: antialiased;
}
h1, h2 {
transition: .4s;
font-family: 'Sansita', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
f... |
.base00 { color: #1e0528; }
.base01 { color: #1A092D; }
.base02 { color: #331354; }
.base03 { color: #320f55; }
.base04 { color: #873582; }
.base05 { color: #ffeeff; }
.base06 { color: #ffeeff; }
.base07 { color: #f8c0ff; }
.base08 { color: #00d9e9; }
.base09 { color: #aa00a3; }
.base0A { color: #955ae7; }
.base0B { co... |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v0.10.0
*/
/* mixin definition ; sets LTR and RTL within the same style call */
md-icon {
margin: auto;
background-repeat: no-repeat no-repeat;
display: inline-block;
vertical-align: middle;
fill: currentColor;
height:... |
.form-logout{
position: relative;
display: block;
background-image: linear-gradient(to bottom right, #FFCE00, #FE4880);
z-index: 2;
border-radius: 100px;
}
.form-logout .logout{
display: inline-block;
padding: 10px 15px;
border-radius: 8px;
background-image: linear-gradient(to right, #FFCE00 50%, #FF... |
@import "suitcss-base";
@import "factorial-utils-font";
@import "factorial-utils-margin";
/** @define Rte; weak */
:root {
--Rte-headline-font-family: var(--font-family-sans, sans-serif);
--Rte-link-color: var(--color-blue, #03c);
}
.Rte h1,
.Rte h2,
.Rte h3,
.Rte h4,
.Rte h5,
.Rte h6 {
font-family: var(--Rte-... |
.material-icons.md-18 {
font-size: 18px;
}
.material-icons.md-24 {
font-size: 24px;
}
.material-icons.md-36 {
font-size: 36px;
}
.material-icons.md-48 {
font-size: 48px;
}
@media screen and (max-width:1500px) {}
.sticky2 {
max-width: 17%;
margin-left: auto;
left: auto;
right: auto;
... |
#map, #map1, #map2, #map3 {
display: block;
height: 350px;
margin: 0 auto;
}
#map.large, #map1.large, #map2.large, #map3.large {
height: 500px;
}
.overlay {
display: block;
text-align: center;
color: #fff;
font-size: 60px;
line-height: 80px;
opacity: 0.8;
background: #4477a... |
/*!
* 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 */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
... |
html {
font-family: Helvetica, Arial, sans-serif;
font-color: #333;
text-rendering: optimizelegibility;
}
input, select, button, textarea {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
}
img {
vertical-align: middle;
}
a:link {
text-decoration: none;
color: #213483;
}
a:visited {
te... |
@CHARSET "UTF-8";
html, body{
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 22px;
}
#container{
margin: 0 auto;
width: 1024px; /* A4 */
/*height: 842px;*/ /* A4 */
}
.no_print{
display: none;
}
.table{
border-collapse: collapse;
width: 100%;
}
.table th{
padding: 4px;
t... |
#default-example {
text-align: left;
counter-set: chapter-count;
}
#example-element {
background-color: lightblue;
}
h2 {
counter-increment: chapter-count;
font-size: 1em;
}
h2::before {
content: "Chapter " counter(chapter-count) ": ";
} |
/* index.html */
.heroimage{
width: 100%;
height: 500px;
background: url(./images/banner.jpg) no-repeat center;
height: 400px;
background-size: cover;
position: relative;
/* filter: brightness(80%); */
overflow: hidden;
}
.text-over{
color: white !important;
position: relative;
top: 50%;
left: 55%;
trans... |
/*!
* Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
width: 100%;
height: 100%;
}
html {
width: 100%;
height: 100%;
}
@media(min-width:767px) {
.n... |
.item:hover {
transition: background-color 0.5s;
background-color: rgb(176, 216, 248);
cursor: pointer;
}
.delete {
float: none;
margin-left: 90%;
}
.delete:hover {
background-color: #161111;
}
.text {
font-size: small;
}
.author {
font-size: small;
font-style: italic;
padding-right: 20px;
} |
@charset "UTF-8";.product-360-popup .mfp-content{max-width:83rem}.product-gallery-degree{margin:0 auto;cursor:ew-resize}.product-gallery-degree:after{content:"";position:absolute;left:0;width:100%;display:block;height:170%;border-radius:50%;border:1px solid #E6EFF1;top:205px}.product-gallery-degree .product-degree-imag... |
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body {font-size:12px; font-family:"microsoft yahei",'Arial', 'Verdana','Helvetica', sans-serif; color:#333;overflow: hidden;overflow-y: auto;}
td,th,caption { font-size:15px; }
f... |
* {
box-sizing: border-box;
}
.icon {
padding: 10px;
background: dodgerblue;
color: white;
min-width: 50px;
text-align: center;
}
.title {
text-align: center;
padding: 25px;
}
form {
width: 50%;
margin: 0 auto;
min-width: 300px;
}
#background {
background-image: linear-gradient(to right, #7f... |
@import './shared/index.css';
@import './ui/index.css';
html,
body {
margin: 0;
height: 100%;
font-size: 16px;
}
#app {
max-width: 400px;
margin: 0 auto;
}
.winning-number {
width: 30px;
height: 36px;
}
.bonus-number {
width: 30px;
height: 36px;
}
ul {
padding-inline-start: 0;
}
li {
list-st... |
/* ==UserStyle==
@name Remove Premium and NC Mall Tabs - Neopets
@namespace USO Archive
@author Sorcerer
@description `Removes the Premium and NC Mall tabs on Neopets.Centers and pads remaining navigation buttons to make up for empty space.Could interfere with user profiles.`
@version 2... |
body{
background: url(got.jpg);
background-color: #444;
background: url(got.jpg),url(got.jpg),url(got.jpg);
}
.vertical-offset-100{
padding-top:100px;
} |
* {
padding: 0;
margin: 0;
font-family: 'Lato', sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
.medsos {
padding: 5px 0;
background-color: #148f77;
}
.medsos ul li {
display: inline-block;
color: #fff;
margin-right: 10px;
}
.container {
width: 80%;
margin:... |
@charset "UTF-8";
.text-red {
color: red;
}
.text-blue {
color: blue;
}
.text-grey {
color: grey;
} |
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600);.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-fl... |
/*!
* Modified bootstrap.css for mPDF styling by Kartik Visweswaran
*
* Based on Bootstrap CSS v3.3.0 (http://getbootstrap.com)
*
*/
@media print {
*,
*:before,
*:after {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
-webkit-b... |
body {
font-family: 'Nunito', sans-serif;
font-size: 16px;
font-weight: 300;
color: #3d455c;
margin: 0;
padding: 0;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Nunito Sans', sans-serif;
font-weight: 700;
color: #212631;
margin: 0px 0px 15px;
}
h1... |
.layout-px-spacing {
min-height: auto!important;
}
@keyframes fadeInUp {
from {
transform: translate3d(0,40px,0)
}
to {
transform: translate3d(0,0,0);
opacity: 1
}
}
@-webkit-keyframes fadeInUp {
from {
transform: translate3d(0,40px,0)
}
to {
tra... |
/************************************************************************
** TEXT FIELD
*************************************************************************/
.textfield {
background-color: $tertiary-background-color;
color: $normal-text-color;
border: 1px solid $normal-border-color;
border-radius: ... |
@charset "UTF-8";/*!
* AdminLTE v3.0.1-pre
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT>
*//*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.... |
.time-picker-field { width: 100px; } |
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%
}
body {
margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block
}
audio, canvas, progress, video {
display: inline-block;
verti... |
/*************************************************
* Hugo Academic: an academic theme for Hugo.
* https://github.com/gcushen/hugo-academic
**************************************************/
/*************************************************
* Fonts
**************************************************/
@import ... |
.body-content{
padding-left:15px;padding-right: 15px
}
.dl-horizontal dt{
white-space:normal
}
input,select,textarea{
max-width:280px
}
.padding-error{
padding-top:20px
}
@media only screen and (max-width:767px){
.nofloat{
float:none;padding:10px 15px
}
}
html{
font-family:sans-serif;
line-height:1.15;
-... |
.main {
background-color: #1f1e1f;
padding-bottom: 0 !important;
}
.code-area, .preview-area {
width: 100%;
}
textarea {
width: 100%;
height: 75vh;
resize: none;
font-size: 15px;
background-color: #191819;
outline: none;
box-shadow:1px 1px 20px 1px #080808 inset;
}
.preview-area ... |
#content {
margin-left: auto;
margin-right: auto;
width: 650px;
}
body {
background-image: url('images/warp.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
#greeting-container {
margin-top: 20px;
color: white;
}
p {
color: white;
font-family: 'Rubi... |
/* stylelint-disable */
/** shout **/
.shout {
padding-bottom: 282px;
}
.shout-out {
padding-left: 40px;
}
.shout-out-single {
background: var(--white);
border-radius: 10px;
padding: 30px 40px;
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%)
}
.shout-out-quote {
padding-bottom: 40px;
}
.shout-out-quot... |
.demo-actions {
margin-top: 24px; }
.demo-track-by-select {
display: flex;
align-items: center; }
.demo-track-by-select .demo-track-by-label {
margin-right: 8px; } |
/*
Theme Name: Simple HTML
Theme URI:
Author:daniellimadannke
Author URI:
Description: Template simples e vazio
License: GLP
License URI:
Text Domain: Simple
Tags: HTML, P&B, Dannke
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with othe... |
.modal-body {
min-width: 300px;
}
input:invalid {
border-color: red;
}
body {
margin-bottom: 24pt;
} |
* {
margin:0;
padding: 0;
list-style: none;
text-decoration: none;
color:#000;
font-family: monospace, sans-serif;
}
html, body {
min-height: 100%;
height: auto
}
body {
background-image:linear-gradient(to bottom ,#202633 0%, #ccc 100%);
}
.titulo {
display: block;
width: 100%;
text-align: center;
color: b... |
/* .scrolled {
background: rgba(25,25,25,0.8);
margin:0;
color:#fff;
transition: background-color 200ms linear;
} */
.scrolled {
background: rgba(0, 0, 0, 0.8);
margin:0;
color:#6aa96a;
transition: background-color 200ms linear;
}
/* Added by malay for errors */
.errorGymStar{
color: #D8000C;
bac... |
.gg-container{--main-color:#000;--secondary-color:#111;--txt-color:#fff;--img-bg-color:rgba(240,240,240,0.9);--backdrop-color:rgba(240,240,240,0.9);--gap-length:20px;--row-height:200px;--column-width:220px}.gg-container *[data-theme="dark"]{--main-color:#ddd;--secondary-color:#eee;--txt-color:#111;--img-bg-color:rgba(2... |
* {
box-sizing: border-box;
}
body {
font-family: sans-serif;
}
.f-item {
border: solid thin black;
padding: 6px;
margin-bottom: 4px;
}
.state-icon {
display: inline-block;
width: 22px;
height: 22px;
border-radius: 50%;
border: solid thin black;
background-color: green;
} |
/*!
* Dashcore 2.0 (https://themeforest.net/user/5studios)
* Sass & Startup HTML Template
* Main CSS file
* Copyright 2011-2019 The 5studios.net team (https://5studios.net)
*
* [ TABLE OF CONTENTS ]
*
* 1. RESET STYLES
* 2. NAVIGATION
* 2.1 - Navigation base styles
* 2.2 - Pills
* 3. FORMS
* 3.1 - F... |
#input-a:focus, #input-b:focus {
border-color: #333;
}
#input-a:focus + .input-label,
#input-b:focus + .input-label {
color: #000;
} |
------------------------------------------------------------------
[Table of contents]
1. CSS Reset
2. Global variables
3. Logo, navigation bar and menu / nav.navbar
4. Full-width zoom slider block / #slider-full
5. Statistics with numbers / #stat
6. Fest Plan / #plan
7. Video block / #video
8. team 3-colum block / ... |
/* ==UserStyle==
@name Joystiq Ad and sidecolumns remover
@namespace USO Archive
@author frijolie
@description `It removes the sidecolumns, ad banners, and the large footer from the bottom. It looks clean, clear, and crisp!`
@version 20081115.17.16
@license NO-REDISTRIBUTION
@pre... |
.container {
position: relative;
margin: 0 auto;
-webkit-perspective: 2200px;
-moz-perspective: 2200px;
perspective: 2200px;
}
.page {
width: 50%;
height: 100%;
position: absolute;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-transform-origin: left center;
-moz-transfor... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.