text stringlengths 1 1.04M |
|---|
C 0 0 "SIGNAL" 0 0 0 0 60 0 L
X "PIN_TEXT" "SIGNAL" 230 -30 0 0.00 60 0 0 0 0 0 1 0 74
L 200 0 0 0 -1 0
C 0 -100 "GND_2" 0 -100 0 0 60 0 L
X "PIN_TEXT" "GND_2" 230 -130 0 0.00 60 0 0 0 0 0 1 0 74
L 200 -100 0 -100 -1 0
C 1300 0 "GND_1" 1300 0 0 0 60 0 R
X "PIN_TEXT" "GND_1" 1070 -30 0 0.00 60 0 0 2 0 0 1 0 74
L 1100 0 ... |
#timeline_factor_value{
margin-top: 30px;
}
#timeline {
float: left;
width: 669px;
background-color: #f3f3f4;
padding: 5px 10px;
height: 100px;
}
#timeline > div:first-child {
font-size: 16px;
}
#timeline > div:last-child {
background-color: #ffffff;
margin-top: 5px;
height: 7... |
*{box-sizing:border-box}.console-sandbox{width:100%;background-color:#fff;color:#222}.console-sandbox>ul{padding:0;height:350px;border:1px solid #cfd6d9;border-bottom:none;margin:0;overflow:scroll;list-style:none;position:relative}.console-sandbox>ul>li{border-bottom:solid 1px #cfd6d9;width:100%}.console-sandbox>ul>li>... |
/* code that is here, until the first @media block, will apply to any screen size */
#somethingorother {
width: 800px ;
}
@media screen and (max-width: 320px) {
/* comes into effect for screens less than or equal to 320 pixels */
#somethingorother {
width: 120px ;
}
}
@media screen and (min-width: 321px) a... |
:root {
--purple: #54436B;
--header-green: #50CB93;
--text-white: #FFFFFF;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
text-decoration: none;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
html {
font-size: 62.5%;
}
/* ============== HEADER ============= */
.header {
... |
html, body {
margin: 0px;
padding: 0px;
width: 100%;
}
body {
background-color: #494949;
}
.wrap {
min-height: 100vh;
position: relative;
box-sizing: border-box;
}
.banner-container {
padding: 1em;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
background-color: #1e1e1e;
}
.bann... |
@import url(./__container/news__container.css);
@import url(./__res-title/news__res-title.css);
@import url(./__cards/news__cards.css);
@import url(./__button-more/news__button-more.css);
@import url(./__card/news__card.css);
@import url(./__image/news__image.css);
@import url(./__about/news__about.css);
@import url(./... |
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
:root {
--main-bg-color: black;
--main-primary-color: limegreen;
}
body {
font-family: 'Lato', Helvetica, Arial, sans-sans-serif;
background-color: black;
color: limegreen;
background-image: linear-gradient(rgb(30, 50, 100), rgb(4, 6, 12... |
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
a {
cursor: pointer;
}
a,
a:hover,
a:active,
a:focus,
.btn,
.btn:hover,
.btn:active,
.btn:focus {
outline: 0;
}
img {
max-width: 100%;
}
p {
... |
.page
{
width: 1000px;
margin: 20px auto;
}
.header
{
position: relative;
height: 30px;
}
.header .text
{
width: 200px;
position: absolute;
left: calc(50% - 100px);
text-align: center;
line-height: 30px;
background-color: white;
}
.header .line
{
position: absolute;
l... |
body {
background-image: url(umbrellas.jpg);
} |
/*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
.uk-form-select{display:inline-block;vertical-align:middle;position:relative;overflow:hidden}.uk-form-select select{position:absolute;top:0;z-index:1;width:100%;height:100%;opacity:0;cursor:pointer;left:0;-webkit-appearance:none} |
/*@import "menu.css";*/
/** 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td, /* table elements 表格元素 */
... |
input[type="text"],
input[type="password"],
textarea,
textarea.form-control {
height: 50px;
margin-left: 10;
background: #fff;
border: 1px solid #fff;
font-family: "Raleway", sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 50px;
color: teal;
-moz-border-radius: 4px; -web... |
/* ============================================================================
Theme Name: BetaDesign - A Premium HTML Template
Theme URI: http://webredox.com/demo/html/betadesign/
Author: webRedox
Version: 1.0
============================================================================= */
/*======================... |
html, body {
margin: 0;
padding: 0;
}
ul, ol {
margin: 0;
padding: 0;
list-style: none;
}
#alarm-name {
margin-bottom: 1rem;
}
ul.compact li {
border-bottom-color: #232626;
}
ul.compact li:last-child {
border: none;
}
ul.compact li label {
color: #9a9898;
font-size: 1.9rem;
}
li button.icon-di... |
.oxi_carousel_arrows {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 99999;
cursor: pointer;
}
.oxi_carousel_arrows.oxi_carousel_prev {
right: auto;
left: 20px;
}
.oxi_carousel_arrows.oxi_carousel_next {
left: auto;
right: 20px;
}
.oxi_carousel_arrows .oxi-ic... |
@charset "UTF-8";
/*!
* filename: ej.theme.compatibility.css
* version : 17.4.0.46
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infri... |
/*
* Styles for Able Player demo pages
* Not affiliated with with Able Player itself
*/
body {
margin: 2em;
font-family: Arial, Helvetica, sans-serif;
color: black;
background: white;
font-size: 1em;
line-height: 1.5em;
}
header {
min-height: 100px; /* same as logo */
margin-bottom: 1.5em;
}
header img {
... |
body {
font-family: 'Roboto', 'Sans Serif';
font-size: 16px;
padding: 0;
margin: 0;
}
header {
background-color: #03A9F4;
padding: 14px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
h1, h2 {
font-weight: 300;
}
header > h1 {
font-weight: 300;
font-size... |
/* Make clicks pass-through */
#nprogress {
pointer-events: none;
}
#nprogress .bar {
background: #29d;
position: fixed;
z-index: 1031;
top: 0;
left: 0;
width: 100%;
height: 6px;
}
/* Fancy blur effect */
#nprogress .peg {
display: block;
position: absolute;
right: 0px;
... |
@keyframes bpk-keyframe-spin{100%{transform:rotate(1turn)}}.bpk-pagination-nudger{text-align:center;vertical-align:middle}.bpk-pagination-nudger__button{height:2.25rem;padding:0 .375rem;border:none;background:none;cursor:pointer;appearance:none;color:#0770e3;color:var(--bpk-pagination-nudger-color, #0770e3)}.bpk-no-tou... |
.container{
width: 350px;
height: 320px;
margin: 200px auto;
padding: 20px 5px 60px 10px;
background: rgba(214, 210, 210, 0.925);
border-radius: 10px;
box-shadow: 1px 7px rgba(151, 143, 143, 0.925);
font-size: 8px;
}
.display{
height: 50px;
width: 320px;
padding-bottom: 10px;
border-radius: 8px;
... |
/*
* Start Bootstrap - Landing Page (http://startbootstrap.com/)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
body,
html {
width: 100%;
height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato","Helvet... |
/* box COMPONENT */
.box {
display: flex;
flex-direction: column;
position: relative;
white-space: pre-wrap;
}
.boxRow {
flex-direction: row;
}
/* HEADER COMPONENT */
.header {
display: flex;
justify-content: space-between;
background-color: var(--gray-light);
padding: 24px var(--main-spacing);
... |
* {
-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
body {
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none; /* prevent webkit from resizin... |
/* Additional rules for ALL color themes */
/*dbg: del temporary fix*/
img.u-block-hover__main--zoom-v1 {
-webkit-transform: scale(1.00);
}
/*for logo in menu*/
.landing-ui-field-input .g-bg-black-opacity-0_1--after {
background: rgba(255, 51, 51, 0.2);
}
/* g-line-height-0 in parent div can overwrite value for p... |
html {
height: 100%;
font-size: 100%;
text-size-adjust: none;
}
body {
min-height: 100%;
overflow-y: scroll;
position: relative;
margin: 0;
padding: 0;
}
#root {
height: 100vh;
} |
/***********************************************************
* Copyright (C) 2022
* Worktez
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the MIT License
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without ... |
/* 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,
b... |
@import url("https://fonts.googleapis.com/css?family=Montserrat");
.newInputWrapper {
position: relative;
margin-left: 5%;
margin-top: 2.5%;
}
.newInputWrapper input {
border: none;
border-bottom: solid 1px black;
background: transparent;
outline: none;
font-family: "Montserrat";
font-size: 10pt;
w... |
.dijitRtl .soria .dijitMenuItem .dijitMenuItemIcon {padding-left: 3px; padding-right: 0px;}.dijitRtl .soria .dijitMenuItem .dijitMenuExpand {background-position: left top;} |
.test2 .desc {
font-size: 40px;
} |
.shine_me {
cursor: pointer;
margin-bottom: 10px;
}
.shine_me:hover .shine_effect {
/* positioning */
position: absolute;
opacity: 0;
top: 0;
left: 0;
/* gradient */
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 25... |
.nm-cv {
position: absolute;
padding: 2px;
margin-top: 41px;
}
.nm-pv.closed .nm-cv {
margin-top: 0;
}
.nm-cv-title {
display:none;
cursor: move;
position:absolute;
top: 0px;
left: 0px;
width: 100%;
padding-top: 7px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: b... |
/*!
* Start Bootstrap - Freelancer v5.0.0 (https://startbootstrap.com/template-overviews/freelancer)
* Copyright 2013-2018 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
*/
body {
font-family: 'Roboto';
}
/*
* Utility Styles *
*/
h1,
h... |
@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: #3490dc;... |
.colortitle{
color: #F37021;
font-weight: bold;
}
.colortxt{
color: #F37021;
}
.maincolor{
background-color: #F37021;
}
.leftnavrubriek{
text-transform:uppercase;
background-color: #F37021;
color: #FFFFFF;
font-weight: bold;
}
.leftnavpage{
background-color: #FFFFFF;
color: #F37021;
... |
#withoutmenu #content {
padding: 0 0 2000px 0;
}
body {
background: #fff;
}
.markdown ul {
list-style: inherit;
padding-top: 12px;
}
.markdown ul > li {
margin-left: 20px;
}
.markdown p {
padding-top: 12px;
}
#sidebar {
float: left;
width: 330px;
background-color: #f4f4f4;
padding-top: 20px;
borde... |
/*!
* jQuery UI CSS Framework 1.8.24
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: ... |
/* page styles */
body {
font-size: 62.5%;
}
/*demo styles*/
table {
width: 500px;
height: 200px;
margin-left: 30px;
}
table.accessHide {
position: absolute;
left: -999999px;
}
td, th {
width: 13%;
padding: 2px;
font-size: 1.2em;
}
th {
background-color: #f4f4f4;
}
caption ... |
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutDownLeft {
0% {
-moz-transform-ori... |
.required {
fill: #3b6fb6;
height: 12px;
width: 16px;
position: relative;
padding: 20px;
} |
h1 {
text-align:center;
}
h2 {
text-align:center;
}
.nav-pills>li>a {
border-radius: 0px;
}
a {
color: #E00122;
}
a:hover {
color: #9D0118;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
background-color: #E00122;
}
.nav-pills>li.active>a:hover {
... |
.vjs__tree{font-family:Monaco,Menlo,Consolas,Bitstream Vera Sans Mono,monospace!important}.vjs__tree .vjs__tree__content{border-left:1px dotted hsla(0,0%,80%,.28)!important}.vjs__tree .vjs__tree__node{cursor:pointer}.vjs__tree .vjs__tree__node:hover{color:#20a0ff}.vjs__tree .vjs-checkbox{position:absolute;left:-30px}.v... |
@media print { @page { @top-left { content: '咨询服务合同号: ZNQ20191204'}} .sign-date::before { content: ' 2019 年 12 月 04 日'; }} |
* { margin: 0; padding: 0; border-width: 0; font-size: 10px; }
* * { font-size: 1em; }
body { background: #3a567e url(../images/bg.gif) center center repeat-y; }
hr { height: 1px; margin: 2em 0 1.5em 0; background: #425767; border-width: 0; }
/*FORMS*/
input { padding: .4em; background: #fff url(../images/input_bg.gif... |
body{
padding: 0px;
margin: 0px;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
background-color: rgb(239, 234, 234);
}
header{
position: relative;
background-color: rgb(239, 234, 234);
top: 0;
left: 0;
width: 86.81%;
padding: 40px 100px;
z-index: 10000;
... |
/* Universal Viewer time slider v align */
.mejs__time-total {
margin: 15px 0 0 0 !important;
}
/* Force Kaltura viewer fixed height */
div[id^='kaltura_'] {
height: 800px;
}
/* Scrollbar width */
::-webkit-scrollbar {
width: 15px;
}
/* Scrollbar track */
::-webkit-scrollbar-track {
background: #f1f1f1... |
//META{"name":"SamuraiGirl2CSL","description":"Anime theme made by OverLord","author":"OverLord","version":"8.0 Alpha"}*//{}
@import url(https://8xs4qxklp8.execute-api.us-east-2.amazonaws.com/release/gorawgit?giturl=/puckzxz/NotAnotherAnimeTheme/master/css/tcsl.css);
/* To make editing this theme easier I recommend u... |
@import 'signin-style/base.css';
@import 'signin-style/layout-pc.css';
@import 'signin-style/module-pc.css';
@import 'signin-style/layout-tablet.css';
@import 'signin-style/module-tablet.css';
@import 'signin-style/layout-mobile.css';
@import 'signin-style/module-mobile.css'; |
.mdb-rating .rate-popover{color:grey}.mdb-rating .live{color:#000}.mdb-rating .oneStar{color:#44370f}.mdb-rating .twoStars{color:#96781e}.mdb-rating .threeStars{color:#e2b52e}.mdb-rating .fourStars{color:#f1ba12}.mdb-rating .fiveStars{color:#f3cb06}.mdb-rating .amber-text{color:#ffc107!important} |
.titleImage {
height: 650px;
width: 100%;
position: relative;
}
.titleImage > div {
width: fit-content;
height: fit-content;
display: flex;
flex-flow: column;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
... |
.e-dropdownbase .e-list-item .e-list-icon {
padding: 0 10px 0 0;
}
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
padding: 0 12px 0 0;
}
.e-small .e-dropdownbase .e-list-item .e-list-icon {
padding: 0 8px 0 0;
}
.e-bigger .e-dropdownbase,
.e-d... |
/* radioƒ{ƒ^ƒ“ŒQ */
.export_choose_title {
display: block;
vertical-align: bottom;
float: left;
width: 150px;
margin: 0;
text-align: center;
background-color: #666;
border-radius: 4px;
color: #FFF;
font-size: 11px;
line-height: 24px;
overflow: hidden;
text-overflow: e... |
.mdcont {
padding-left: var(--mcpad);
padding-right: var(--mcpad);
}
.module {
margin-bottom: var(--modulemargin);
--modulemargin: 7rem;
}
.module.m5 {
--modulemargin: 5rem;
}
.module.m4 {
--modulemargin: 4rem;
}
.module.m3 {
--modulemargin: 3rem;
}
.module.m2 {
--modulemargin: 2rem... |
.demo {
height : 300px;
width : 100%;
}
.demo > div:nth-child(2) {
position : relative;
width : 350px;
margin : auto
}
.demo .demo_hours {
position : absolute;
left : 10px;
top : 10px;
}
.demo .demo_minutes {
position : absolute;
left : 50px;
top : 50p... |
@charset "UTF-8";
/*
*
* Trunk version 2.0.0
*
*/
a:focus,
button:focus {
outline: none !important;
}
button::-moz-focus-inner {
border: 0;
}
*:focus {
outline: none;
}
blockquote {
padding: 0;
margin: 0;
}
input,
button,
select,
textarea {
outline: none;
}
label {
margin-bottom: 0;
}
p {
margin: 0;
}
ul... |
/*!
* Start Bootstrap - 1 Col Portfolio (http://startbootstrap.com/)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
body {
padding-top: 54px;
}
@media (min-width: 992px) {
body {
padding-top: 56px;
}
}
.... |
body,
html {
margin: 0;
height: 100%;
width: 100%;
color: white;
background-color: black;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
* {
box-sizing: border-box;
}
.Side_Bar {
background-color: rgb(248, 245, 245);
color: black;
float: left;
position: fixed;
h... |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*---------------------------------------------------------------... |
.body-depositions {
background-color: whitesmoke;
}
h1 {
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif;
font-size: 40px;
line-height: 1.5em;
padding-top: 2%;
text-align: center;
}
.five-star {
padding-top: 2%;
text-align: center;
}
.icon {
... |
* {
outline: 0;
}
body {
font: 14pt Helvetica Neue, Helvetica, Adobe Helvetica, DejaVu Sans, Arial, sans-serif;
line-height: 1.5;
-webkit-text-size-adjust: 100%;
background: #fff;
}
body, html {
width: 100%;
}
body {
-webkit-tap-highlight-color: transparent !important;
outline: 0;
}
img {
max-width: 80%;
}... |
@media all and (max-width: 640px) {
html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
header .wrap{
width: 100%
}
main .wrap{
width: 100%;
}
#header-top-area h1{
width: 124px;
}
... |
.loading-dots{
height:20px;
width:20px;
background-color: orange;
border-radius: 50%;
animation: rotate 2s infinite;
}
@-webkit-keyframes rotate{
0%{
opacity:1;
transform: translateX(0px)
}
16.7%{
opacity:.3;
}
33%{
opacity: 1;
transform: translateX(20px)
}
50%{
... |
:root {
font-size: 16px;
font-family: 'Muli', sans-serif, 'Open Sans';
--text-primary: #b6b6b6;
--text-secondary: #ececec;
--bg-primary: #23232e;
--bg-secondary: #141418;
--transition-speed: 600ms;
}
.videoContainer {
position:relative;
display: flex;
margin: 0 30px 30px 30px;
height:auto;
widt... |
nav {
position: fixed;
background-color: #fff;
top: 0;
width: 100%;
height: 50px;
box-shadow: -1px 0 8px grey;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
margin-left: 4%;
padding: 5px;
background-color: #FFE65A;
font-weight: 300;
... |
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.skillWrapper{
width: 500px;
height: 400px
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.skillWrapper{
width: 500px... |
.mainContainer {
margin-left: 10%;
margin-top: 5%;
}
.subContainer {
display: flex;
justify-content: left;
}
.link {
color: #000000;
text-decoration: none;
}
.navigation span {
display: block;
padding-bottom: 1rem;
font-size: 1.3rem;
}
.content {
border-left: 0.5px solid #e5e5e5;
margin-left: ... |
@charset "utf-8";
@import url(/css/layui.css);
*{
margin: 0px;
padding: 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a{
text-decoration: none;
}
html{
width: 100%;
height: 100%;
overflow-x:hidden;
overflow-y:auto;
}
body{
width: 100%;
min-height: 100%;
... |
/*! elementor-pro - v3.6.0 - 31-01-2022 */ |
body{
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
}
.link{
color: inherit;
text-decoration: none;
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
} |
.ui.grid {
margin-top: 10px;
}
.ui.grid .ui.menu.fluid {
margin-left: -2rem;
border-left: 0!important;
width: calc(100% + 2rem) !important;
}
.ui.grid .tab {
text-align: center;
}
.ui.sidebar {
overflow: visible !important;
}
.ui.sidebar .dropdown.item .menu {
top: 0px !important;
} |
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
Contents:
1. Buttons
2. Share modal and links
3. Index indicator ("1 of X" counter)
4. Caption
5. Loading indicator
6. Additional styles (root element, top bar, idle state, hidden state, etc.)
*/
/*
1. Buttons
*/
/* <but... |
/* This file was automatically generated by GlyphHanger 3.2.0 */
.font {
font-family: RobotoMono-Regular;
}
@font-face {
font-family: RobotoMono-Regular;
src: url(RobotoMono-Regular-subset.woff2) format('woff2'),
url(RobotoMono-Regular-subset.zopfli.woff) format('woff');
unicode-range: U+20, U+2C, U+2E, U... |
/*------------------------------------------------------------------
Version: 1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
1. IMPORT FONTS
2. IMPORT FILES
3. SKELETON
4. WP CO... |
.tipsy { font-size: 13px; position: absolute; padding: 5px; z-index: 500000; }
.tipsy-inner { background-color: #FF0000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
... |
.App {
text-align: center;
}
.Header h1 {
color:#5c5c5c;
}
.Header h2 {
color: #696969;
} |
/* ==UserStyle==
@name helowork.go.jp 職安 ja jp liquid compact 2014/02
@namespace USO Archive
@author nullpagejp
@description `ハローワーク 公共職業安定所 求人検索ページをコンパクトにしてウインドウ幅表示します。かなり大雑把でチェックもあまりしていません。ざっと見た印象では無駄な改行が多いようなので任意改行を非表示にしてみたのですが、おそらく情報入力用端末のフォームの幅にあわせて全角空白だけを使って改行+行頭合わせの代わりにしているところも多く、あまり効果は... |
body {
--blue: rgb(167, 173, 255);
background-color: var(--bg);
}
body.light {
--bg: #ffffff;
--header: var(--blue);
--textNormal: #222;
--textTitle: #222;
--textLink: #4636d2;
--hr: hsla(0, 0%, 0%, 0.2);
--inlineCode-bg: rgba(167, 173, 255, 0.2);
--inlineCode-text: #1a1a1a;
}
body.dark {
-webki... |
@import url(//fonts.googleapis.com/css?family=Nunito);@import url(//fonts.googleapis.com/css?family=Oswald|Raleway:100,200,400,500);.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-... |
.btn-send-form{
clear: both;
margin-left: 15px;
margin-right:3px;
} |
@import url("//fonts.googleapis.com/css?family=News+Cycle:400,700");/*!
* bootswatch v3.3.2
* Homepage: http://bootswatch.com
* Copyright 2012-2015 Thomas Park
* Licensed under MIT
* Based on Bootstrap |
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
/*# sourceMappingURL=bootstrap.min.css.map */
/*# sourceMappingURL=bootstrap.css.map */ |
.footer {
border-top: 1px solid #ccc;
padding-top: 10px;
text-align: right;
margin-top:0;
margin-bottom:12px;
font-weight:bold;
font-size:16px;
}
.table{
margin-top: 5%;
padding-top: 0%;
} |
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html,
body {
margin: 0;
font-size: 100%;
font-family: 'Open Sans', sans-serif;
background: #fff;
}
body a {
text-decoration: none;
transition: ... |
/*!
* AngularJS Material Design
* https://github.com/angular/material
* @license MIT
* v2.0.0 |
.swiper {
overflow: hidden;
position: relative;
height: 200px; /* Declare the height of the swiper. */
visibility: hidden; /* Hide until layout is ready. */
border: 2px solid;
cursor: url(../packages/dnd/cursor/openhand.cur), move; /* Cursor for IE. */
cursor: url(../packages/dnd/cursor/openhand.cur) 7 5,... |
.Container {
@apply text-sm tracking-tight dark:text-white mb-4;
}
.List {
@apply list-none;
}
.Accordion {
@apply border rounded-md transition-all ml-2 flex items-center justify-center hover:opacity-50 h-4 w-4;
}
.AccordionIcon {
@apply relative z-10 cursor-pointer text-sm;
@apply text-gray-80 !important;... |
#TemaAmarelo { background-color: #FFBF54; }
#TemaVermelho { background-color: #E55E5E; }
#TemaAzul { background-color: #54AAFF; }
#TemaVerde { background-color: #5DD75A; }
#TemaRoxo { background-color: #D940C9; } |
/*!
=========================================================
* Argon Dashboard - v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/argon-dashboard
* Copyright 2018 Creative Tim (https://www.creative-tim.com) & UPDIVISION (https://www.updivision.com)... |
#background {
z-index: 99999 !important;
position: relative;
}
.MuiGrid-grid-xs-8 {
flex-grow: 0;
max-width: 66.666667%;
flex-basis: 66.666667%;
text-align: center;
} |
body {
display: grid;
grid-template-columns: 60% 40%;
}
#container {
border: 1px solid red;
}
#visual {
grid-column-start: 1;
grid-column-end: 2;
padding: 30px 20px;
}
#editor {
grid-column-start: 2;
grid-column-end: 3;
padding: 30px;
}
.item {
border: 1px solid black;
background-color: blue;
... |
body {
font: 400 15px Lato, sans-serif;
line-height: 1.8;
color: #818181; }
h2 {
font-size: 24px;
text-transform: uppercase;
color: #303030;
font-weight: 600;
margin-bottom: 30px; }
h4 {
font-size: 19px;
line-height: 1.375em;
color: #303030;
font-weight: 400;
margin-bottom: 30px; }
.jumbotr... |
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .prettyprint .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }
.prettyprint {
padding: 8px;
background-color: #f7f7f9;
border: ... |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v0.9.6
*/
/* mixin definition ; sets LTR and RTL within the same style call */
.md-sticky-clone {
z-index: 2;
top: 0;
left: 0;
right: 0;
position: absolute !important;
-webkit-transform: translate3d(-9999px, -9999px, 0... |
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
text-transform: none;
} |
.dashboard, .stats, .history {
height: 600px;
color: white;
text-align: center;
background: #41B5E9;
}
/* DASHBOARD */
.dashboard h1, .stats h1, .history h1 {
margin: 0;
padding: 10px 0;
background: white;
color: #41B5E9;
font-family: 'Ubuntu', sans-serif;
}
.navHeader {
width: 80%;
margin: aut... |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.0-rc4-master-f9738f5 |
table{
width: 640px;
height: 155px;
border-collapse: collapse;
}
td{
font-size: 12px;
color: #000000;
border: 1px solid #99b0da;
text-align: center;
}
tr:first-child{
font-size: 14px;
font-weight: bold;
background-color: #dbe3fa;
}
.hid_tr td{
height: 4px;
border: ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.