text
stringlengths
1
1.04M
/** * license-collector * * Copyright © 2016 niels wijers. All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE.txt file in the root directory of this source tree. */ .stats { font-size: 12px; font-weight: normal; } .stats__link { color: rgba(255, 255, 255, ....
/*! jQuery UI - v1.10.2 - 2013-03-28 * http://jqueryui.com * Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.slider.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4...
/*-------------carousel-1--------------*/ .fire_carousel1 .carousel1_wrapper .owl-dots { margin-top: 33px; text-align: center; } .fire_carousel1 .carousel1_wrapper .owl-dot { background: #7ebdf8; border-radius: 100%; display: inline-block; height: 12px; margin: 0 4px; width: 12px; } .fir...
/* Font Import */ @import url('https://fonts.googleapis.com/css?family=Fredoka+One|Monoton&display=swap'); /* Background Image Import */ html { background: url(../images/desktop-bg.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cove...
.bg-img { background-size: cover; transition: opacity 0.5s; } #bg-img-wrapper { z-index: -1000; } .full { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } #circle { height: 500px; width: 500px; background-color: rgba(255,248,200,0.5); border-radius: 10...
#overlay { position: fixed; /* Sit on top of the page content */ display: none; /* Hidden by default */ width: 100%; /* Full width (cover the whole page) */ height: 100%; /* Full height (cover the whole page) */ top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); /* Black backgrou...
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); body { font-family: 'Open Sans', sans-serif; background-image: url(./images/resturant.jpg); background-repeat: no-repeat; background...
#app { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; } body{ margin: 0; }
* { margin: 0; padding: 0; box-sizing: border-box; } html, body { width: 100%; height: 100%; font-family: sans-serif; background-color: rgb(231, 231, 231); } .login-container { width: 100%; height: 100%; background-image: url("../img/bg.jpg"); background-size: ...
/** * Bootstrap Fonts */ @font-face { font-family: 'Glyphicons Halflings'; src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot'); src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bower_components/bootstrap/...
div.settings-parent { position: relative; user-select: none; flex: 1 0 auto; } .settings-menu-toggle { background: #3375e4; color: #fff; width: 50px; justify-content: center; align-items: center; padding-right: 5px; cursor: pointer; line-height: 60px; z-index: 1; border-bottom-right-radius: 3...
/* Navbar */ .navbar{ font-size: 15px; } a.navbar-brand{ margin-left: 30px; padding: inherit; font-weight: bold; background-color: #5be3e7; } .active, .dropdown-menu .dropdown-item:active a:hover{ background-color:#5be3e7!important; } .dropdown-item{ background-color: aliceblue; c...
/* ==UserStyle== @name only me @namespace USO Archive @author smilinggrapee @description `Theme that i put together with somebody's edit i saved. :)` @version 20101227.1.29 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @namespace url(http://www.w3.org/1999/xhtm...
@CHARSET "UTF-8"; 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, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, ...
.odometer.odometer-auto-theme, .odometer.odometer-theme-default { display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; position: relative; } .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit { display: inline-block;...
body { font: 12px sans-serif; } p { padding: 5px; } h1 + p { background: lightyellow; color: darkkhaki; border: 1px solid darkkhaki; } h1 + p + p { background: yellowgreen; color: green; border: 1px solid green; }
/** * simplemde v1.11.2 * Copyright Next Step Webs, Inc. * @link https://github.com/NextStepWebs/simplemde-markdown-editor * @license MIT */ .CodeMirror { color: #000 } .CodeMirror-lines { padding: 4px 0 } .CodeMirror pre { padding: 0 4px } .CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler { ...
:root { --gray-90:#0e0e0f; --gray-80:#3c3e41; --gray-60:#696c71; --gray-40:#b2b5bb; --gray-30:#c4c8d0; --gray-20:#dfe1e6; --gray-10:#eeeff2; --gray-05:#f3f5f7; --blue-80:#027; --blue-70:#03a; --blue-60:#04c; --blue-30:#8fb4ff; --blue-20:#bbcfff; --blue-10:#dde7ff; --blue-05:#ebf1ff; --brand:#c22; --bla...
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500"); /*! component's theme wise override definitions and variables */ @keyframes hscroll-popup-shadow { 0% { border-color: rgba(255, 255, 255, 0.5); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); } 100% { box-shadow: 0 0 0 200px rgba(255...
* { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: wheat; } .container { display: flex ; height: 500px; width: 900px; border: 1px solid black; margin: auto; box-shadow: 15px 15px 20px black; } .form { display: flex; flex-direction: column; ...
.md-display-1 + p { margin-top: -20px; } iframe { height: 25vw !important; } .md-title { margin-bottom: 70px; } .explicit { padding-left: 20px; } @media screen and (max-width: 900px) { .track-card { width: 80vw; } } @media screen and (min-width: 901px) { .track-card { width: 40vw; } } md-content { ...
/*! Material Components for the Web Copyright (c) 2018 Google Inc. License: MIT */ /*# sourceMappingURL=mdc.toolbar.min.css.map*/
body, html { height: 100%; margin: 0; font-family: 'Courier New', monospace; } .bg-layout { background-image: url(../img/background.jpg); height: 100%; position: relative; background-position: center; background-repeat: no-repeat; background-size: cover; } .content-website{ width: 700px; heigh...
.container { display: table; table-layout: fixed; width: 100%; zoom: 1; } .navigationSideBar { width: 150px; display: table-cell; vertical-align: top; *float: left; } .navigationSideBar .heading { border-top-right-radius: 0; margin: 10px 0 0; } .navigationSideBar .section:first-child { margin-top...
body { margin-top: 100px; ackground-color: #222; background-color: #238; } @media(min-width:768px) { body { margin-top: 50px; } } #wrapper { padding-left: 0; } #page-wrapper { width: 100%; padding: 0; background-color: #2fc72b87; } .huge { font-size: 50px; line-he...
@font-face { font-family:icomoon; font-display:auto; src:url(https://www.formula1.com/etc/designs/fom-website/fonts/icomoon/fonts/icomoon.eot?x3ba1v); src:url(https://www.formula1.com/etc/designs/fom-website/fonts/icomoon/fonts/icomoon.eot?x3ba1v#iefix) format("embedded-opentype"),url(https://www.formu...
/* Base formatting */ body { background-color: black; color: lightgrey; width: 100%; height: 100%; font-family: 'Open Sans', Helvetica, sans-serif; margin: 0; padding: 0; } a { text-decoration: none; color: lightgreen; } a:hover { text-decoration: underline; } /* Header (nav + c...
/*------------------------------------------------------------------ * Theme Name: iofrm - theme * Theme URI: http://www.brandio.io/envato/iofrm * Author: Brandio * Author URI: http://www.brandio.io/ * Copyright 2019 Brandio. -------------------------------------------------------------------*/ /*----------------...
div.svg-bg { background-color: white; width: 310px; height: 310px; } .blue { color: blue; stroke: blue; } .green { color: green; stroke: green; } .cyan { color: cyan; stroke: cyan; } .red { color: red; stroke: red; } .purple { color: purple; stroke: purple; } .brown { color: brown; stroke: brown; ...
/* Styling customization */ body { background-image: url('/images/linedpaper/linedpaper.png'); } body::-webkit-scrollbar { width: 10px !important; } .comments-div::-webkit-scrollbar { width: 5px !important; } ::-webkit-scrollbar-thumb { background: darkslategray; border-radius: 2px; } ::-webkit-scrollbar...
/* * Copyright 2012 - present by OpenGamma Inc. and the OpenGamma group of companies * Please see distribution for license. */ .OG-icon.og-icon-play:after { display: inline-block; background-position: -87px -25px; background-color: transparent; height: 9px; width: 6px; z-index: 2; positio...
@charset "UTF-8"; @import url(https://fonts.googleapis.com/css?family=Titillium+Web); @font-face { font-family: 'FonteLogo'; src: url("../_fonts/bubblegum-sans-regular.otf"); } body { font-family: Arial, sans-serif; background: linear-gradient(135deg, #DDD 22px, #CCC 22px, #CCC 24px, transpa...
body { color: #777; } .pure-img-responsive, .content img { max-width: 100%; height: auto; } /* Add transition to containers so they can push in and out. */ #layout, #menu, .menu-link { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;...
@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Montserrat:wght@400;700&family=Baloo+2:wght@400;700&display=swap"); * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } h1, h2, h3, h4, h5, h6 { font-family: "Baloo 2", sans-serif; } p {...
.trash1 {} @-skrollr-keyframes external1 { 100 { transform : rotate(100deg); } } .trash2 { color:red; } #ignore { -skrollr-animation-name:ignore1; } @-skrollr-keyframes ignore1 { 0 { left:0px; } 100 { left:100px; } } #external { position:absolute; left:0; -skrollr-animation-name:external1; -skr...
/* Sammy's Stylesheet */ h1 { color: steelblue; margin: 10px; } header { margin: 10px; } p { margin: 5px; } footer { margin: 5px; }
/* ==UserStyle== @name Supernatural tumblr dashboard theme @namespace USO Archive @author misha collin's butt @description `A nice,high-quality Dean and Sam theme for your dashboard! c: You should also check out my other Supernatural themes on my profile! :D` @version 20150412.22.28 @li...
body { background-image: url('/static/admin/background.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; } .container .header { text-align: center; padding-bottom: 20px; font-weight: bold; font-size: 18px; }
html { line-height: 1.15; -webkit-text-size-adjust: 100%; } body { margin: 0; } main { display: block; } h1 { font-size: 2em; margin: 0.67em 0; } hr { box-sizing: content-box; height: 0; overflow: visible; } pre { font-family: monospace, monospace; font-size: 1em; } a { background-color: transpa...
@import url(http://weloveiconfonts.com/api/?family=brandico|zocial); /* brandico */ [class*="brandico-"]:before { font-family: 'brandico', sans-serif; } /* zocial */ [class*="zocial-"]:before { font-family: 'zocial', sans-serif; } article { margin: 0 auto; max-width: 50em; } body { font-family: sans-ser...
.wrapper{margin:100px;margin-left:150px}.nset::after{clear:both;content:" ";display:block}.nset .ngroup{float:left;padding-right:16px;margin-right:16px;border-right:2px solid black}.nset .ngroup:last-child{border-right:none}.nset .ngroup .ncolumn{float:left}.nset .ngroup .ncolumn .node{display:block;width:64;height:64;...
/*# sourceMappingURL=grid.css.map */
.options { text-align: center; } head .display { background-color: yellowgreen; border: none; margin: 0 ; text-align: center text-decoration: none; display: inline-block; font-size: 16px; } .keys { ...
body { background-color: #eeeeee; } #wrapper { width: 100%; } #page-wrapper { padding: 0 15px; min-height: 568px; background-color: white; } @media (min-width: 768px) { #page-wrapper { position: inherit; margin: 0 0 0 250px; padding: 0 30px; border-left: 1px solid #dedede; } } .navbar-top...
.asciinema-player-wrapper { position: relative; text-align: center; outline: none; } .asciinema-player-wrapper .title-bar { display: none; top: -78px; transition: top 0.15s linear; position: absolute; left: 0; right: 0; box-sizing: content-box; font-size: 20px; line-height: 1em; padding: 15px;...
#map { height: 300px; width: 100%; } body, main { height: 100%; margin: 0; padding: 0; }
* { margin: 0; padding: 0; box-sizing: border-box; } html, body { position: relative; overflow: hidden; } body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background: rgb(38, 39, 43); transform-style: preserve-3d; -webkit-transform-style: preserve-3d; } .fle...
/*Increasing font-size of everything*/ html { font-size: 1.1em; /**/ } .forceWidth { min-width: 200px; } /* Handling styling of datatable */ table.display tbody tr.even { background-color: rgb(21, 23, 26); } table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd { background-color: ...
/*! * jQuery UI CSS Framework 1.11.1 * http://jqueryui.com * * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ * * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault...
:root { /* ***** バリュー(値)層 ***** */ /* 色:色相名とカラーコードの紐づけ */ /* dk = dark */ /* lt = light */ /* p = pale */ /* ***** ブランディング層 ***** */ /* 色:色の意味などをサービス全体で統一 */ /* ***** メディア(媒体)層 ***** */ /* 色:媒体固有で使用する色 */ /* 文字:サイズ(媒体に最適化した文字サイズ) */ /* 文字:太さ(媒体に最適化した文字の太さ) */ /* 余白(媒体に最適化した余白単位) */ /* 枠に...
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap"); @import url(icons/font-awesome/css/fontawesome-all.css); @import url(icons/simple-line-icons/css/simple-line-icons.css); @import url(icons/themify-icons/themify-icons.css); .topbar .dropdown-menu .with-arrow > span { transform:...
@import url("./classes.css"); @import url("./tags.css"); @import url("./ids.css"); @import url("./cadastro.css"); @media screen { div#subTitulo { FONT-WEIGHT: bold; FONT-SIZE: 14px; color: #FFFFFF; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #0038A8; TEXT-ALIG...
/** * alertifyjs 1.9.0 http://alertifyjs.com * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. * Copyright 2017 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/ .alertify .ajs-dimmer { ...
@import url(fontawesome-all.min.css); @import url("https://cdn.rawgit.com/rastikerdar/vazir-font/v21.2.0/dist/font-face.css"); /* Identity by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ /* Icon (alt) */ html, body, div, span, applet, objec...
/*! * AngularJS Material Design * https://github.com/angular/material * @license MIT * v1.1.4-master-e1345ae
/* YUI 3.15.0 (build 834026e) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ /* empty */
@charset "UTF-8"; /*! Animate.css - http://daneden.me/animate Licensed under the MIT license Copyright (c) 2013 Daniel Eden Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, ...
a:hover, a:focus { color: #f48665; } .btn-primary { background-color: #f48665; -webkit-box-shadow: 0 13px 27px 0 rgba(244, 134, 101, 0.25); box-shadow: 0 13px 27px 0 rgba(244, 134, 101, 0.25); } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { -webkit-box-shadow: 0 13px 27px 0 rgba(68, ...
/* Resets ------ */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, art...
@if user.agent safari { @if mgwt.os blackberry { .fillPanel { min-width: 100%; min-height: 100%; } .horizontal { } .fillPanel > .fillPanelExpandChild { } } @else { .fillPanel { display: -webkit-box; \-webkit-box-orient: vertical; width: 100%; height: 100%; } .horizontal { \-webkit...
.detail_card { margin: 5px; } .card_func_icon { width: 20px; height: 20px; background-color: rgba(0,0,0,.3) !important; color: inherit !important; } .card_first_line { width: 100%; display: flex; align-items: center; } .card_func_chip { float: left; } .card_chip_text { min-wi...
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.1.0-rc4-master-06e7e99 */ /* Only used with Theme processes */ html.md-THEME_NAME-theme, body.md-THEME_NAME-theme { color: '{{foreground-1}}'; background-color: '{{background-color}}'; } @-webkit-keyframes sliderFocusThum...
.register-form { background: white; padding: 40px; margin: 40px auto; max-width: 600px; } .register-form h1 { text-align: center; } .register-form form > div { margin: 20px 5px; } .register-form form > div > label { font-weight: 700; min-width: 150px; padding: 6px 0; } .register-form form > div > div ...
/*# sourceMappingURL=7.f4c56af9.chunk.css.map */
.md-perspective, .md-perspective body { height: 100%; overflow: hidden; } .md-perspective body { perspective: 600px; } .effeckt-show { visibility: visible; } .effeckt-off-screen-nav-left-overlay { transform: translateX(-100%); transition: 500ms cubic-bezier(0.09, 0.68, 0, 0.99); } .effeckt-off-screen-n...
:host { --fill-static: var(--color-default); --fill-active: var(--color-default-dark); --fill-ripple: var(--color-default-light); --text-stroke: var(--color-text-darken); --text-shadow: var(--color-text-addition); --stroke-static: var(--color-details); --stroke-active: var(--color-details-dark); --stro...
/*! * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/) * Copyright 2013-2016 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */ /* Global Styles */ html, body { width: 100%; height: 100%; } body { font-family: "Source San...
/*! * 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 */
:root { --red: #c5004a; --darkred: #7f0036; --lightgray: #e0e0e0; --gray: #c0c0c0; --darkgray: #333; --navy: #17050f; --blue: #082840; --white: #fff; --coolrs: #9ad4d6; } * { box-sizing: border-box; } html, body { padding: 0; margin: 0; font-family: sans-serif; color: var(--darkgray); back...
@charset "UTF-8"; *{ padding: 0; margin: 0; box-sizing: border-box; } body{ background-image: url('./imagem/churras.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; } .container{ font-family: Arial, Helvetica, ...
.carousel { display: grid; grid-template-columns: auto auto auto auto auto auto; gap: 2.4rem; margin: 3.2rem 0; } .carousel a { width: 13.1rem; } .slider h2 { font-size: 2.4rem; } .book { display: flex; flex-direction: column; text-align: center; transition: transform 0.2s; } .book:hover { tr...
/* cyrillic-ext */ @font-face { font-family: 'Source Sans Pro'; font-style: italic; font-weight: 400; src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2...
@import url(https://fonts.googleapis.com/css?family=Nunito);/*! * Bootstrap v4.1.3 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ :root { --blue: #3490dc; --indigo: #657...
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audi...
/* applies to anything of class "example-class-selector" */ .example-class-selector { margin-top: 2em; } /* applies to any <p> descendants of an element of class "example-class-selector" */ .example-class-selector p { /* Colors are in hexadecimal: http://www.colorpicker.com/ */ color: #CC00AA; } /* this style exi...
.ActivityIndicator .dots{height:15px;padding:0;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:6px;gap:6px;margin:0 auto;width:36px;justify-content:center;align-items:center}.ActivityIndicator .dots span{transition:all 6s ease;background:hsla(0,0%,100%,.5);height:8px;width:8px;display:inline-block;border-radius...
@font-face { font-family: 'devicon'; src: url('fonts/devicon/devicon.woff2') format('woff2'), url('fonts/devicon/devicon.woff') format('woff'); font-weight: normal; font-style: normal; } [class^="devicon-"], [class*=" devicon-"] { font-family: 'devicon'; speak: none; font-style: normal; font-wei...
/* See ab2p.common.css for sources info */
/* ==UserStyle== @name Geekhack Simple UI @namespace USO Archive @author OZIS @description `Removes the clutter for people, who don't quote or report often. Also removes most of the user info, so you'll have to look at their profile for info.Use with Geekhack Point and Click PM http://userstyl...
/* ==UserStyle== @name Tumblr - Logo - Dexter (A Collection) @namespace USO Archive @author MageStiles @description `The series may be done, but the fandom is never done.` @version 20150507.6.17 @license NO-REDISTRIBUTION @preprocessor uso @advanced dropdown theimage "Choose th...
@charset "utf-8"; .c-texty_autocomplete--emoji .c-texty_autocomplete__result--selected { height: 150px !important; } .c-texty_autocomplete--emoji .c-texty_autocomplete__result { height: 100px; } .c-texty_autocomplete--emoji .c-texty_autocomplete__result_emoji { width: auto !important; height: 100% !impor...
/* * Author: Carlos Alvarez * URL: http://alvarez.is * * Project Name: Bolt - Free Bootstrap 3 Theme * Version: 1.0 * URL: http://blacktie.co */ /* FONTS */ @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900); @import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900); /* O...
.heading2Xl { font-size: 2.5rem; line-height: 1.2; font-weight: 800; letter-spacing: -0.05rem; margin: 1rem 0; } .headingXl { font-size: 2rem; line-height: 1.3; font-weight: 800; letter-spacing: -0.05rem; margin: 1rem 0; } .headingLg { font-size: 1.5rem; line-height: 1....
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */ .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; ...
html,body { font-family: sans-serif; margin-left: 5%; margin-right: 5%; } #header { padding: 1em; border: 1px solid black; } #header #actions { float: right; font-size: 0.7em; } #intro { font-size: 1.3em; } .openid { background: white url('login/openid.gif') no-repeat; background-position: 0 50%; padding-lef...
/*! Spectre.css v0.5.9 | MIT License | github.com/picturepan2/spectre */ /* Manually forked from Normalize.css */ /* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ /** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjust...
.ContextMenuMap { position: absolute; background: var(--color-a); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); border: 1px solid #787878; border-radius: 6px; transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); } .ContextMenuMap #contextMenuCursor { position: absolute; top: ...
/*! * Ext JS Library 3.3.1 * Copyright(c) 2006-2010 Sencha Inc. * licensing@sencha.com * http://www.sencha.com/license */ .x-window-dlg .ext-mb-text, .x-window-dlg .x-window-header-text { font-size:12px; } .x-window-dlg .ext-mb-textarea { font:normal 12px tahoma,arial,helvetica,sans-serif; } .x-window-dl...
/*# sourceMappingURL=variable.css.map */
a { color: #FDD55C; } a:hover { color: #fddb75; } a:focus { color: #fddb75; } a:active { color: #fdcf43; } html .text-color-primary, html .text-primary { color: #FDD55C !important; } html .text-color-hover-primary:hover, html .text-hover-primary:hover { color: #FDD55C !important; } html .text-color-secondar...
h1 { padding: 0.4em 0.5em;/*文字の上下 左右の余白*/ color: #393939;/*文字色*/ background: #f4f4f4;/*背景色*/ border-left: solid 10px #3333ee;/*左線*/ border-bottom: solid 3px #d7d7d7;/*下線*/ width:100%; } h2 { padding: 0.4em 0.5em;/*文字の上下 左右の余白*/ color: #393939;/*文字色*/ background: #f4f4f4;/*背景色*/ ...
.frame { margin: auto; /* within 10% of main view width */ width: clamp(250px, 70vw - 4em, 735px); /* 1.3x width */ height: clamp(325px, 92vw - 4em, 955px); overflow-x: auto; overflow-y: hidden; } /* INFO GRID */ .info-grid { margin-bottom: 1rem; display: grid; grid-template-columns: 1fr 1fr; ...
body {padding-top: 110px} nav .nombre-plugin {font-size: 20px} nav .link-post {padding-top: 5px} table {border-collapse:collapse;border-spacing:0;border-color:#999;margin-bottom: 50px;} td{font-family:Arial, sans-serif;font-size:14px;padding:18px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:norm...
.auth-form-container { margin: 70px auto; border-radius: 12px; box-shadow: inset 0 0 15px rgba(55, 84, 170, 0), inset 0 0 20px rgba(255, 255, 255, 0), 7px 7px 15px rgba(55, 84, 170, 0.15), -7px -7px 20px rgba(255, 255, 255, 1), inset 0px 0px 4px rgba(255, 255, 255, 0.2); width: 80%; } .auth-form-co...
.status-hidden { display: none; }
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300); @import url(http://fonts.googleapis.com/css?family=Abel|Satisfy); /* Royale: A responsive HTML5 website template by HTML5Templates.com Released for free under the Creative Commons Attribution 3.0 license (html5templates.com/license) Visit http://ht...
.banner{width:100%; overflow:hidden; position: relative;} .banner img{width:33.33333333333333333333333%; float:left;} .banner .banner_lb{width:300%; position:relative;} .banner .banner_btn{width:258px; position:absolute; bottom:50px; margin:0 auto; left:50%; margin-left:-129px;} .banner .banner_btn li{width:20px; heigh...
html{ font-family: 'Helevetica', sans-serif; } body { color: #333; font-weight: 100; max-width: 50em; margin: 0 auto; } div:focus { outline: none; } #heading { font-size: 48px; padding-top: 30px; } #content { padding-top: 10px; font-size: 24px; }
/* add CSS styles here */
/*! * 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) /*! * BootstrapVue Custom CSS (https://bootstrap-vue.js.org) /*# sourceMappingURL=chunk-vendors.2061e0c1.cs...