text stringlengths 1 1.04M |
|---|
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
li {
list-style: none;
}
a {
text-decoration: none;
color: black;
}
body {
font-family: 'Noto Sans KR', sans-serif;
letter-spacing: 0.06em;
}
#wrap {
position: relative;
}
/* header */
.gnb_ex {
overflow: hidden;
margin: 0 auto;
width: 1100... |
#home {
background: url("bg.jpg") no-repeat center top fixed;
min-height: 550px;
background-size: cover;
background-attachment: fixed;
}
#home .container {
padding-top: 60px;
}
#brand-text {
padding-top: 5px;
padding-left: 10px;
}
#discover-showcase{
background-color: #17A2B8;
min... |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
@import "~bootstrap/scss/bootstrap";
@import "custom";
.App-header {
background-color: #282c34;
min-height: ... |
/*!
* 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%;
... |
.tetris_cont {
border: 1px solid black;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.board_row {
display: flex;
justify-content: space-evenly;
}
.board_cell {
width: 25px;
height: 25px;
} |
body {
background-color: #04a6eb;
color: #fff;
width: 500px;
margin-right: auto;
margin-left: auto;
}
button {
padding: 5px 20px;
background-color: #337ab7;
color: #fdffff;
border-color: #2e6da4;
border-style: none;
}
input {
height: 20px;
} |
@font-face {
font-family: 'yelou';
src: url('../font/yelou.eot?43666231');
src: url('../font/yelou.eot?43666231#iefix') format('embedded-opentype'),
url('../font/yelou.woff2?43666231') format('woff2'),
url('../font/yelou.woff?43666231') format('woff'),
url('../font/yelou.ttf?43666231') format... |
body{
background: #eee;
font-family: -apple-system,BlinkMacSystemFont,"Noto Sans JP",'Lato',"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"Helvetica Neue", HelveticaNeue, Helvetica,Arial,"Segoe UI",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","... |
#cookie-policy-info,#cookie-policy-info .close,
body.show-cookie-policy-info {
transition: all .2s ease-in-out;
}
body.show-cookie-policy-info {
position: relative;
top: 220px;
}
#cookie-policy-info {
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition:... |
/*
* GitPitch Slideshow Custom CSS Styling
*
* For details, visit Wiki:
* https://github.com/gitpitch/gitpitch/wiki/Slideshow-Custom-CSS
*/
body {
background: #fff;
background-color: #fff;
}
image {
border: none;
}
a img {
border: none;
}
html:-webkit-full-screen-ancestor {
background: #fff;
bac... |
body {
/*background-color: #f5f5f5;*/
background-color: #e9e9e9;
}
/*.header {
display: flex;
align-items: center;
height: 0.88rem;
padding: 0 0.3rem;
background: linear-gradient(to right, #ff2786, #ff6f56);
}
.searchbar {
flex: 1 0 auto;
height: 0.64rem;
margin-right: 0.2rem;
border-radius: 0.32r... |
.gallery-thumbnails-item{
display: none;
}
.gallery-thumbnails-item.gallery-thumbnails-item-starred{
display: inline-block;
}
.gallery-thumbnails{
margin-right: -20px;
}
.gallery-thumbnails-item{
height: 120px;
overflow: hidden;
margin-right: 20px;
margin-bottom: 20px;
width: calc( (100% - 46px) /2);
... |
/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/
.recline-slickgrid .slick-header-columns .slick-header-colu... |
body {
background-color: #f5f5f5;
margin: 0;
padding: 0;
}
.form-buttons {
top: 0;
right: 0;
position: fixed;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
padding: 1rem;
margin: 1rem;
}
.form-buttons button {
margin-left: 1rem;
background: #839496;
pa... |
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1585675447333'); /* IE9 */
src: url('iconfont.eot?t=1585675447333#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff?t=1585675447333') format('woff'),
url('iconfont.ttf?t=1585675447333') format('truetype'), /* chrome, firefox, oper... |
@import url('https://fonts.googleapis.com/css?family=Supermercado+One');
body, html{
margin:0;
padding: 0;
font-family: 'Supermercado One', cursive;
position: relative;
}
div.user{
width: 40vw;
background-color: white;
box-shadow: 0 0 6px 6px rgba(0,0,0,.05), 0 0 3px 3px rgba(0,0,0,.1);
margin: auto;
position:... |
#products {
position: relative;
max-width: 100%;
width: 100%;
}
img {
width: 100%;
max-width: 100%;
height: auto;
}
.white-panel {
position: absolute;
background: white;
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
padding: 10px;
}
.white-panel h1 {
font-size: 1em;
}
.white-panel h1 a {
color: #A92733;
}
.white-panel:hover... |
body {
background-color: #d9d9d9;
}
#complete-list,
.todo-items ul {
list-style: none;
margin: 0;
padding: 0;
}
#complete-list {
background-color: white;
margin: 10% 10%;
}
#todo-items {
padding: 0;
margin: 0;
}
.flex {
display: flex;
justify-content: space-between;
align-items: center;
padd... |
body{border-top:2px solid #da5611;font:14px Microsoft yahei;background-color: #ededed}
@media (min-width:1200px) {
.container {
width:990px;
}
.con_box >.col-md-4{width: 330px;padding: 0px}
.con_box >.col-md-3{width: 280px;padding: 0px}
.con_box >.col-md-1{width: 14px}
.div_avtive .col-md-4,.div_avtive .col-md-... |
.kt-invoice-2 .kt-invoice__container {
width: 100%;
margin: 0;
padding: 0 30px; }
.kt-invoice-2 .kt-invoice__head {
background-size: cover;
background-repeat: no-repeat;
padding: 80px 0; }
.kt-invoice-2 .kt-invoice__head .kt-invoice__brand {
display: -webkit-box;
display: -ms-flexbox;
display... |
/*
* Editor.md
*
* @file editormd.css
* @version v1.5.0
* @description Open source online markdown editor.
* @license MIT License
* @author Pandao
* {@link https://github.com/pandao/editor.md}
* @updateTime 2018-10-20
*/
@charset "UTF-8";
/*! prefixes.scss v0.1.0 | Author: Pandao... |
/* ==UserStyle==
@name HDREZKA.AG большой плеер
@namespace USO Archive
@author Tima House (Boy312)
@description `Делает плеер на сайте удобным и большим`
@version 20170701.11.2
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
/* i really want this to be global */
... |
#rex-page-seo42.be-style-agk-skin div#rex-title h1 {
padding-left: 54px;
padding-top: 8px;
margin-top: -3px;
}
#rex-page-seo42 div.rex-addon-content p.rex-code {
word-wrap: break-word;
}
#rex-page-seo42 a.extern,
#rex-page-seo42 #subpage-help a[href^="http://"],
#rex-page-seo42 #subpage-help a[href^="https://"... |
/*
* Theme Name: Storm
* Uniform Theme: agent
* Description: Storm contact form.
* Version: 1.0
* Author: ThemeCatcher.net
* Author URI: http://www.themecatcher.net/
*/
/*******************************************************************************************************************************************
IM... |
/*! jQuery UI - v1.11.4 - 2016-02-20
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To ... |
.st-checkout-page {
margin-top: 60px;
margin-bottom: 60px; }
.st-checkout-page h3.title {
margin: 0;
color: #1A2B48;
font-size: 24px;
font-weight: 500; }
.st-checkout-page .check-out-form {
border-top: 2px solid #DAE1E7;
padding-top: 30px;
margin-top: 20px; }
.st-checkout-page .c... |
/*!
* Start Bootstrap - Freelancer v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/freelancer)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
*/
/* {
border: 2px solid green;
} */
body {
font-family... |
/* flat-green */
html{
height: 100%;
}
.formoid-flat-green{
margin:0 auto;
}
.formoid-flat-green>div,
.formoid-flat-green>.title{
margin: 8px;
}
.formoid-flat-green .error-field .required{
color:#FF9999;
}
.formoid-flat-green .error-field input,
.formoid-flat-green .error-field input[type=text],
.formoid-flat-gree... |
@media (max-width: 576px) {
.lp-text {
font-size: 20px;
}
.btn {
font-size: 3vw;
}
} |
.tc-ctl-wlm ul {
list-style-type: none;
padding: 0 0 3px 0;
max-height: 24em;
overflow: auto;
padding-top: 1px;
margin-bottom: 0;
}
.tc-ctl-wlm .tc-hidden {
display: none;
}
.tc-ctl-wlm .tc-ctl-wlm-empty {
font-style: italic;
color: #ccc;
padding: 0.5em;
}
.tc-ctl-wlm .tc-ctl... |
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-... |
@font-face {
font-family: 'FontAwesome';
src: url('/static/fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('/static/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/static/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/static/fonts/fontawesome-webfont.woff?v=4.... |
.root {
-fx-background-color: #befcc8;
}
.game-view-bar {
-fx-hgap: 10;
-fx-background-color: #fdd67b;
-fx-alignment: center;
}
.grid {
-fx-alignment: center;
}
#main-row {
-fx-alignment: center;
} |
/* ----------- Palette variable ----------- */
:root {
--brand-primary: #00e0dd;
--secondary: #02cfa4;
--white: #fff;
--black: #000;
--brk-dark-base: #272727;
--brk-base-1: #23ffe8;
--brk-base-2: #00b96a;
--brk-base-3: #0b9e9d;
--brk-base-4: #e8ecff;
--brk-base-5: #00b947;
--brk-base-6: #07b489;
... |
body {
background-color: #FFFFFF;
} |
/**
* @authors 0936zz (zz5840@qq.com)
* @date 2016-08-06 23:54
*/
/* 去除浏览器默认样式 && 避免Bootstrap等框架破坏布局 */
/* line 14, mplayer.less */
.mp * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
margin: 0;
padding: 0;
font-family: "Microsoft YaHei", serif;
}
/* line 23... |
.textField {
position: relative;
width: 100%;
text-align: left;
}
.input {
width: 100%;
height: 147px;
display: inline-block;
border: none;
padding: 14px 10px 10px 10px;
outline: none;
border-radius: 4px;
background-color: #f2f2f2;
color: #181c27;
font-size: 18px;
caret-color: #75727b;
fo... |
body {
margin: 0 ;
background-color: grey;
text-align: center;
}
h1 {
color: green;
}
table {
margin: auto;
background-color: blue;
}
td {
background-color: green;
width: 50px;
height:50px;
text-align: center;
font-size:1.4em;
border: 30px;
}
.color {
... |
.showType-show .title-size-big {
margin-bottom: 10px;
}
.showType-show .title-size-small, .showType-movie .title-size-big {
margin-bottom: 30px;
} |
body {
font:12px 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
background: #fff;
}
.dm_layout_center {
width: 1000px;
margin: auto;
}
.dm_layout_top {
background: #E1E1E1 url(../images/head_bg.png) top left repeat-x;
border-bottom: 3px solid #ccc;
margin-bottom: 20px;
}
.dm_layout_to... |
/**
* Owl Carousel v2.2.0
* Copyright 2013-2016 David Deutsch
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
*/
/*
* Owl Carousel - Core
*/
.owl-carousel {
display: none;
width:100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix we... |
/*
* 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... |
@charset "UTF8";
*{
margin: 0%;
padding: 0;
box-sizing: border-box;
font-family: Georgia, 'Times New Roman', Times, serif;
color: black;
border: none;
}
body{
background:url("../imagens/fundopizza.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position:... |
/**
* We inherit the height of the container by default
*/
.DraftEditor-root,
.DraftEditor-editorContainer,
.public-DraftEditor-content {
height: inherit;
text-align: initial;
}
.DraftEditor-root {
position: relative;
}
/**
* Zero-opacity background used to allow focus in IE. Otherwise, clicks
* fall throu... |
@import './normalize.css';
/* 选择根元素 ‘html’ */
:root {
/* 定义变量 */
--color-text: #666;
--color-high-text: #ff5777;
--color-tint: #ff8198;
--color-background: #fff;
--font-size: 14px;
--line-height: 1.5;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family... |
/* INPUT CLASSES */
.input-home {
/* helaas moeten border-style en border-bottem samen, anders had ik er twee aparte classes van kunnen maken */
margin-top: 80%;
}
/* SEARCH FOR INGREDIENTS */
.to-front {
position: absolute;
z-index: 1;
}
.search-result {
font-size: 20px;
text-align: left!imp... |
.mat-form-field{
padding: 5% !important;
} |
.why
{
margin-left: -50%;
} |
.widget-content .gmpWidgetRow.gmpMapRow {
margin: 10px 0;
}
.widget-content .gmpWidgetRowCell {
float: left;
margin-bottom: 10px;
}
.widget-content .gmpWidgetRowCell .gmpWidgetSuboptionsCell {
margin-top: 10px;
}
.widget-content .gmpWidgetRowCell.gmpFirstCell {
width: 40%;
}
.widget-content .gmpWidget... |
/* ==UserStyle==
@name EXO - Chen #1 (tumblr dashboard)
@namespace USO Archive
@author bangAcy
@description `► EXO Chen tumblr dashboard theme ► EXO Wolf/XOXO tumblr logo`
@version 20140329.16.1
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document url("... |
/*!
* Theme: Red
* Package: DashLite v2.8.0
* Updated: 09.07.2021
* Author: Softnio
* Author URI: http://themeforest.net/user/softnio
**/
.nk-sidebar.is-dark { background: #0f192a; border-right-color: #1c2f50; }
.nk-sidebar.is-theme { background: #5f2525; border-right-color: #833333; }
.is-dark .nk-sidebar-head ... |
/*!
* ApiGen 3.0dev - API documentation generator for PHP 5.3+
*
* Copyright (c) 2010-2011 David Grudl (http://davidgrudl.com)
* Copyright (c) 2011-2012 Jaroslav Hanslík (https://github.com/kukulich)
* Copyright (c) 2011-2012 Ondřej Nešpor (https://github.com/Andrewsville)
* Copyright (c) 2012 Olivier Laviale (ht... |
.formBack__Ul {
list-style: none;
padding: 0;
}
.formBack__wrapper {
box-shadow: 0 0 20px 0 rgba(72, 94, 116, 0.7);
}
.formBack__wrapper > * {
padding: 1em;
}
.formBack__company-info {
background: #c9e6ff;
}
.formBack__company-info h3,
.formBack__company-info ul {
text-align: center;
mar... |
/* 版心 */
.container{
width: 990px;
margin: 0 auto;
}
/* 首页这个版心用的多 */
.container2{
width: 1000px;
margin: 0 auto;
}
/* 这个版心用的较少 */
.container3{
width: 1000px;
margin: 0 auto;
padding-right: 10px;
}
/* 限时抢购 版心 */
.container4{
width: 1200px;
margin: 0 auto;
}
.container5{
width: 1208p... |
/*!
* @package yii2-nav-x
* @author Kartik Visweswaran <kartikv2@gmail.com>
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2017
* @version 1.2.1
*
* Nav X styling and enhancements for Bootstrap.
* Built for Yii Framework 2.0
* Author: Kartik Visweswaran
* For more Yii related demos... |
body {
background-color: #eee;
}
.pull-right {
width: 75%;
min-width: 500px;
}
.task-due-date {
min-width: 90px;
}
.task-title {
mid-width: 250px;
}
h1, legend, label, th {
font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial;
}
h1 {
font-size: 72px;
font-weight: 300;
margin: 0 0 ... |
.main-sidebar, .left-side {
height: 100%;
position: fixed;
overflow-y: auto;
overflow-x: hidden;
}
.main-sidebar {
min-width: 65px;
}
/* Sidebar */
::-webkit-scrollbar {
width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-b... |
body {
background-color: #0E2431;
color: #ffffff;
height: 100vh;
}
body > * , h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
.card {
color: #0E2431;
border-radius: 3px;
}
code {
white-space:pre-wrap;
padding: 0;
b... |
/*!
* Creative v1.0.3 (http://startbootstrap.com/template-overviews/creative)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
|
body {
margin: 0;
padding: 0;
color: black;
font-family: 'Quicksand', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
}
.center {
margin: auto;
width: 96%;
max-width: 1400px;
}
table {
width: 100%;
border-spacing: 0;
border: 1px solid #e6e6e6;
}
tr, li, #pages, .info {
font-family: "Lucida Co... |
@font-face {
font-family: THSarabunNew;
src: url(../fonts/THSarabunNew.ttf);
}
@font-face {
font-family: THSarabunNew-Bold;
src: url(../fonts/THSarabunNew-Bold.ttf);
}
@font-face {
font-family: cordia;
src: url(../fonts/cordia.ttf);
}
@font-face {
font-family: THSarabunNew-BoldItalic;
... |
/*!
* =====================================================
* SUI Mobile - http://m.sui.taobao.org/
*
* ===================================================== |
// react-tree-menu
/*
<classNamePrefix>-root
The outer container
*/
.tree-view-root {}
/*
<classNamePrefix>-root
The outer container for a single node
*/
.tree-view-node {
margin-left: 10px;
}
/*
<classNamePrefix>-node-collapse-toggle.collapse-spacer
Used to provide spacing when a parent node has no chi... |
:root {
--close-size: 20px;
--close-offset: -14px;
}
.dialog {
border: none;
border-radius: 6px;
width: 560px;
margin: 0 auto;
top: 50%;
margin-top: -25%;
padding: 12px 6px;
box-shadow: -28px 0px 0px 0px var(--modal-inner-left-background-color);
}
.animateDialog :global {
animation: 100ms enter-... |
@charset "utf-8";
/* CSS Document */
.page-archive-list .dataTables-sidebar tr {
display: table;
width: 100%;
min-width: initial;
}
.page-archive-list .dataTables-sidebar tr th {
vertical-align: top;
padding-left: .4em;
padding-right: .4em;
padding-top: .5em;
padding-bottom: .5em;
}
... |
/* app css stylesheet */
a.phoneTitle{
color: #fff;
}
img{
max-width: 100%;
}
/*.ng-dirty.ng-invalid{
border-color: #fa787e;
}*/
.ng-dirty.ng-valid{
border-color: #78fa89;
} |
/*
* @copyright 2009 - present by OpenGamma Inc
* @license See distribution for license
*/ |
* Waves v0.7.6
* http://fian.my.id/Waves
*
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
* Released under the MIT license
/*# sourceMappingURL=app-purple-rtl.min.css.map */ |
@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";
/*!
* 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)
*/
:root {
--blue: #3490d... |
.Matcher-Text {
font-size: 1vw;
color: wheat;
text-align: left;
/* height: vw; */
}
.Order-Details {
text-align: left;
}
#Matcher-Card-Area {
width: 40vw;
}
#Matcher-Card {
background-color: #133b5c;
}
.pointer {
cursor: pointer;
}
#Edit-Icon {
font-size: 100vw;
}
#Matcher-Containe... |
@import url('https://fonts.googleapis.com/css2?family=Lato:ital@1&display=swap');
p {
font-family: Lato;
font: black;
}
nav{
align-items: flex-start;
font: Lato;
background-color: #FE7F93;
color: whitesmoke;
top: 0px;
}
navLinks{
color: whitesmoke;
width: 50%;
display: flex;
justify-cont... |
body {
margin: 0;
padding: 0;
}
.circle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 150px;
height: 150px;
border: 5px solid #fff;
box-shadow: 0 0 0 5px #4973ff;
border-radius: 50%;
overflow: hidden;
}
.wave {
position: relative;
width: 100%;
height: ... |
@tailwind base;
@tailwind components;
@tailwind utilities;
.App {
text-align: center;
} |
body {
color:rgba(25, 60, 70, 0.8);
font-family: 'Lato', sans-serif;
font-size:25px;
font-style:normal;
margin: 0;
background-image: url(https://citynews-pisatoday.stgy.ovh/~media/original-hi/68978935007355/concessionaria-auto-2.jpg);
background-size: cover;
background-position:center;
... |
.album-cover-art {
position: relative;
left: 20%;
margin-top: 1rem;
width: 60%;
}
.album-view-details {
position: relative;
top: 1.5rem;
padding: 1rem;
}
.album-view-details .album-view-title {
font-weight: 300;
font-size: 2rem;
}
.album-view-details .album-view-... |
/* styles.css */
a{
cursor: pointer;
}
.fondo{
width:100%;
height:100%;
display:block;
background-color:blue;
}
/* Add styles here to customize the appearance of your app */ |
input[type=text] {
width: 130px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
/* When the input field gets focus, change its width to 100% */
input[type=text]:focus {
width: 100%;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], inpu... |
.card {
margin: 10px;
padding: 10px;
text-align: center;
border: none;
}
#trailList {
height: 500px;
overflow-y: scroll;
overflow-x: hidden;
width: 96%;
}
button {
height: 40px;
margin: 10px;
} |
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
ou... |
@import url(fonts/clear-sans.css);
html, body {
margin: 0;
padding: 0;
background-image: url("../images/fond.jpg");
color: #7F8C91;
font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 18px; }
body {
margin: 40px 0;
}
.heading{
text-align: center;
}
.heading:after {
content: "";
... |
.galcolumn{
background-color: #000;
}
.gallery .item{
position: relative;
/*opacity: 0.8 !important;
filter: alpha(opacity=80) !important;*/
}
.gallery .item > a{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 2;
display: inline-block;
}
.gallery .item > img{
max-width: 100%;
}
.ga... |
.react-select-container{
*{
cursor: pointer !important;
}
.react-select__control{
border: none;
box-shadow: none;
}
} |
/*# sourceMappingURL=colors.css.map */ |
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
body {
background-color: #000;
color: #000;
font-family: 'Courier New', Courier, monospace;
}
.container-main {
margin: 0 auto;
max-width: 960px;
position: relative;
}
#canvas-main {
position: absolute;
widt... |
.tabpanel{
text-align: center;
} |
@define-mixin atSmall {
@media (min-width: 530px) {
@mixin-content;
}
}
@define-mixin atMedium {
@media (min-width: 800px) {
@mixin-content;
}
}
@define-mixin atLarge {
@media (min-width: 1010px) {
@mixin-content;
}
}
@define-mixin clearfix {
&::after {
content: "";
clear: both;
... |
/* Some of these styles are adapted from displacy.
*
* Here are the categories from the regular en_core_web_sm model:
*
* CARDINAL, DATE, EVENT, FAC, GPE, LANGUAGE, LAW, LOC, MONEY, NORP, ORDINAL,
* ORG, PERCENT, PERSON, PRODUCT, QUANTITY, TIME, WORK_OF_ART
*
*/
div {
border: thin solid black;
padding: ... |
body {
margin: 0px;
}
.SignUp {
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
url(../Images/tech.jpg) center center / cover no-repeat;
}
.signcard-signup {
background-color: whitesmoke;
opacity: 0.8;
height: 455px;
width: 300px;
margin-top: 150px;
margin-bottom: 500px;
}
.c... |
/*数量加减 */
.numberBox {
width: 100%;
line-height: .64rem;
padding: .3rem .2rem;
overflow: hidden;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
background: lawngreen;
}
.inputBox {
width: 1.92rem;
line-height: .6rem;
border: 1px solid #c7ced4;
cl... |
.profileContainer {
display: flex;
align-items: center;
}
.profileContainer > img {
width: 5.5rem;
height: 5.5rem;
border-radius: 50%;
}
.profileContainer div {
margin-left: 1.5rem;
}
.profileContainer div strong {
font-size: 1.5rem;
font-weight: 600;
color: var(--title);
}
.profileContainer div p... |
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
margin: 12px;
color: #00B7FF;
font-size: 2em;
}
img{
height: 100px;
}
.gridSection{
margin-bottom: 12px;
border-bottom: 2px solid darkslategrey;
} |
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333
}
p {
padding: 10px;
}
#wrapper {
width: 100%;
min-width: 600px;
max-width: 768px;
margin: 0 auto;
}
#header {
float: left;
height: 75px;
width: 100%;
background: #FF6633;
}
#navig... |
.icon{display:inline-block;width:1em;height:1em;fill:currentColor}.icon-alarm-clock{font-size:51.2rem;width:1em}.icon-computer{font-size:51.2rem;width:1em}.icon-dice{font-size:51.2rem;width:1em}.icon-edit-tools{font-size:51.2rem;width:1em}.icon-file{font-size:51.2rem;width:1em}.icon-firewall{font-size:51.2rem;width:1em... |
.c3-axis-y {
display: none;
}
#chart {
margin-right: 10px;
}
.gui {
width: 100%;
}
body {
overflow-x: hidden;
}
#nav {
height:auto;
overflow:hidden;
position:absolute;
left:0;
right:0;
}
#check {
display:none;
}
#menubtt label i{
font-size: 60px;
position:absolute;
z-index: 1000;
top: ... |
:root {
--main-color: #002c7e;
}
p {
margin: 0;
}
/* LOCALIZATION */
#localization {
display: flex;
flex-direction: column;
padding-left: 30px;
padding-top: 20px;
}
#localization > div {
display: flex;
flex-wrap: wrap;
}
.form {
display: flex;
flex: 1;
}
.form > .fraze {
fl... |
body {
font-family: Arial;
}
.split {
height: 100%;
width: 50%;
position: fixed;
z-index: 1;
top: 0;
overflow-x: hidden;
padding-top: 20px;
}
.left {
left: 0;
background-color: lightgray;
font-family: Arial;
color: black;
}
.right {
right: 0;
background-color: lightslategray;
font-fam... |
.important {
border: 1px solid red;
background: pink;
}
.highlight {
border-bottom: 1px solid #e6db55;
padding: 5px;
list-style: none;
}
.background {
background-color: #FFF7DF;
}
a {
color: #00c;
text-decoration: none;
}
.email {
padding-right: 20px;
background: url(images/m... |
.App {
overflow: hidden;
}
@media (max-width: 1280px) {
.App-layout {
margin: 0 -2rem;
}
}
.App-content {
min-height: 100vh;
} |
/* Color Scheme
https://coolors.co/022b3a-1f7a8c-bfdbf7-e1e5f2-ffffff
*/
.content {
margin: 0 auto;
background-color: #1f7a8c;
border-color: #1f7a8c;
padding: 10px;
box-shadow: 4px 4px 4px #bfdbf7;
border-style: outset;
border: 3px ridge #bfdbf7;
border-radius: 12px;
}
.grid {
d... |
@import url('https://fonts.googleapis.com/css?family=VT323');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fascinate&display=swap');
* {
/*font-family... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.