text
stringlengths
1
1.04M
.logo{ width: 100%; margin-top: 28px; } .menu{ background: rgba(47, 8, 223, 0.87); margin: 0px; padding: 0px; } ul.nav{ list-style: none; width: 100%; margin: 0px; padding: 12px; } ul.nav li{ /* display: inline; */ text-align: center; } ul.nav li h1{ font-size: 18px; ...
@keyframes blinker { 50% { opacity: 0.5; } } @keyframes opacity-appearance { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes opacity-appeared { 0% { opacity: 1; } 100% { opacity: 1; } } @-webkit-keyframes loading-spin { from { ...
@keyframes rl-spin { 0% { opacity: 1; -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } 100% { opacity: 0; -webkit-transform: scale(1, 1); transform: scale(1, 1); } } @-webkit-keyframes rl-spin { 0% { opacity: 1; -webkit-transform: scale(1.1, 1.1); transform...
html, body { height: 100%; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; } .jumbotron { ...
/*----------------------------------------------------------------------------------- Template Name: Bigmarket Template URI: themes.pixelstrap.com/bigmarket Description: This is E-commerce website Author: Pixelstrap Author URI: https://themeforest.net/user/bigmarket -------------------------------...
/* Normal */ @font-face{ font-family: 'LuloCleanW01-One'; src: url('fonts/LuloCleanW01-One.woff2') format('woff2'), url('fonts/LuloCleanW01-One.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } /* bold */ @font-face { font-family: 'LuloCleanW01-OneBold...
/* #downloadButton { visibility: hidden; } */ @font-face { font-family: "pangram-bold"; src: url("../fonts/Pangram-Bold.otf") format("opentype"); } @font-face { font-family: "pangram-medium"; src: url("../fonts/Pangram-Medium.otf") format("opentype"); } @font-face { font-family: "pangram-regular"; src: ur...
/* Flaticon icon font: Flaticon Creation date: 12/12/2018 14:43 */ @font-face { font-family: "Flaticon"; src: url("../fonts/flaticon/font/Flaticon.404f9b5db374.eot"); src: url("../fonts/flaticon/font/Flaticon.404f9b5db374.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon/font/Flat...
/* Keep in mind that wherever you see 'Required property' it means that the property must exist */ /* ------------------------------------------------------------------------------ */ /* Generals */ .uniForm fieldset{} .uniForm fieldset legend{ color: #333; font-weight: bold; font-size: 100%; margin: 0; paddi...
md-card { overflow: hidden; } md-data-table-toolbar { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 0 24px; height: 64px; background-color: #fff; } md-data-table-toolbar > .md-title { font-...
/*! * Start Bootstrap - SB Admin 2 v4.0.6 (https://startbootstrap.com/template-overviews/sb-admin-2) * Copyright 2013-2019 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/blob/master/LICENSE) *//*! * Bootstrap v4.3.1 (https://getbootstrap.com/) * Copyright 2011-...
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic"); @import url("fontawesome-all.min.css"); 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, sma...
/*! * Base stylesheet for kmom04. * * This stylesheet is for the course 'design' and kmom04. It serves as * the base theme on which the other stylesheets for this kmom are built. */ /** * Normalize and reset the style. */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ...
.header-containter { position: fixed; left: 0px; top: 0px; width: 100%; background-color: #3367d6; height: 55px; display: -webkit-flex; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .header-block { height: 100%; } .dropbtn { ...
.skeleton { line-height: 1; display: inline-block; overflow: hidden; position: relative; background: #eff1f6; } .skeleton::before { content: ""; position: absolute; height: 100%; width: 500px; top: 0; left: -500px; background-image: linear-gradient( 90deg, rgba(255, 255, 255, 0), rg...
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, caption, tbody, tfoot, ...
body { height: 100%; margin: 0; background-image: url("../images/triangle-mosaic.png") } .content-container { background-color: #ffffff; border: solid #cccccc 1px; width: 960px; height: auto; margin-top: 50px; margin-left: auto; margin-right: auto; } .portfolio-container { ...
@import url(fontawesome-all.min.css); @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap'); /* Spectral by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ html, body, div, span, applet, object, iframe, h1, h2...
@tailwind base; @tailwind components; @tailwind utilities; * { font-family: Roboto, "Helvetica Neue"; scroll-behavior: smooth; } .text-vh-sm-fluid { font-size: 14px; } @media (min-height: 500px) { .text-vh-sm-fluid { font-size: calc(2.55vh + 6 * (100vh - 500px) / 1080); } } @media (min-h...
h1 { color: green; } li { list-style: none; } table { border-collapse: collapse; } table, td, th { border: 1px solid black; } .html-list { list-style-type: square; } .css-list { color: blue; } .center { width: 100%; margin: auto; text-align: center; } .center-list { width: 50%; list-style-position: in...
/* Animated Background Gradient ---------------------------------------------- */ .gradient { background-image: var(--gradient); background-size: 900%; background-position: 0 0; /* Animation */ animation-duration: 80s; animation-iteration-count: infinite; animation-name: gradients; &.purple { back...
/* CSS Document */ /* ==================== page_logos ==================== */ @font-face { font-family: 'FontAwesome'; src: url('https://cdn.jsdelivr.net/gh/HowcanoeWang/HowcanoeWang.github.io/fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('https://cdn.jsdelivr.net/gh/HowcanoeWang/HowcanoeWang.github.io/fonts/fon...
@charset "utf-8"; /* CSS Document */ /****************************** [Table of Contents] 1. Fonts 2. Body and some general stuff 3. Sidebar 4. Header 5. Menu 6. Home 7. Products 8. Newsletter 9. Footer ******************************/ /*********** 1. Fonts ***********/ @import url('https://fonts.googleapis.com/cs...
/* scroll-view */ .scroll-row{ width: 100%;white-space: nowrap; } .scroll-row-item{ display: inline-block; } body{ --primary:rgba(0,132,249,1); --secondary: rgb(108,117,125); --thirddary: rgba(153,153,153,1); --borderColor: rgb(242,242,242,1); --muted:rgba(115,115,115,1); --success: rgb(40,167,69); --danger: rg...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you ...
/*! * Theme: Purple * Package: DashLite v2.6.0 * Updated: 06.29.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: #36206a; border-right-color: #4a2b91; } .is-dark .nk-sidebar-he...
body{ background:#052B36; } .loginform{ padding-left: 190px; color: whitesmoke; } .login{ text-align: center; font-size: 40px; } .containerlogin{ position: absolute; top: 15vh; background: #355A6D; padding: 50px; border-radius: 10px; box-shadow: 0px 0px 10px 0px #000; p...
@font-face { font-family: 'FontAwesome'; src: url('../../share/fonts/fontawesome/fontawesome-webfont.eot?v=4.0.3'); src: url('../../share/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../../share/fonts/fontawesome/fontawesome-webfont.woff?v=4.0.3') format('...
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,700i,900,900i'); @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i'); body { background: #444; color: #fff; font-size: 15px; font-weight: 200; font-fa...
@import '../../marketplace.css'; .popupSize { padding: 0 10px 7px 10px; }
.image-gallery { display: flex; flex-flow: column wrap; height: 600px; margin: 0 auto; } .image-gallery section { display: none; margin-left: 20px; width: 100%; margin-top: 0; margin-bottom: 0; } .image-gallery section img { height: auto; width: 100%; max-width:720px; } .image-galle...
@import url("font-awesome.min.css"); @import url("https://fonts.googleapis.com/css?family=Lato:300,400,900"); /* Twenty by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ /* Reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h...
body { font-family: 'Rosario', sans-serif; } #visualization { overflow: auto; } h1 { font-size: 62px; font-weight: 300; letter-spacing: -2px; line-height: 1em; margin: 1em 0; } textarea { width: 98%; height: 200px; }
/*!***************************************************************************************************************************************************************************************************************************************!*\ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./nod...
/* Software License Agreement (BSD License) ======================================== Copyright (c) 2012, Yahoo! Inc. All rights reserved. ---------------------------------------------------- Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that t...
.reveal .slides section.center, .reveal .slides section .center { text-align: center; } .reveal .slides section .big-text { font-size: 3em; } .reveal .slides section code { padding: 40px 0; max-height: unset !important; } .reveal .slides section.sfeir-basic-slide .center-big { text-align: center; font-si...
/* 画像 */ .media-container { list-style-type: none; margin: 0; padding: 0; width: 100%; /* width: 450px; */ } ul.media-container li { position: relative; background: none; margin: 3px 3px 3px 0; padding: 1px; float: left; /* width: 150px; */ /* height: 150px; */ /* font-size: 4em; */ text-align: center; }...
/* ==UserStyle== @name Style para Amor Doce - Tema: Arkyos Angel @namespace USO Archive @author Yasmim Amoriu @description `Um Style para amor Doce, do jogo (Dating Game) Arkyos Angel.` @version 20160309.19.43 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @-moz...
.botos-ou{border-top-style:outset}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ /* line 9, ../../../../../../NetBeansProjects/CVCBrowser/app/Resources/assets/stylesheets/bootstrap/_normalize.scss */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } /* line 19, ../../../../../../NetBeansP...
/*=========mF_liquid ========*/ .mF_liquid .pic{position:static;} .mF_liquid .pic li,.mF_liquid .pic_mod li{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;} .mF_liquid .pic li img,.mF_liquid .pic_mod li img{position:absolute;left:0;top:0;} .mF_liquid .txt li{position:absolute;z-index:2;bottom:0;w...
/*! * Bootstrap v3.2.0 (http://getbootstrap.com) * Copyright 2011-2014 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=89d4ab228d363b7e4c74) * Config saved to config.json and https:...
/*! UIkit 2.3.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/*! * # Fomantic-UI - Dropdown * http://github.com/fomantic/Fomantic-UI/ * * * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* Dropdown *******************************/ .ui.dropdown { cursor: pointer; position: relative; display: inl...
@import url("./wp-style.css"); /* CSS Custom Properties Definitions */ :root { --maxWidth-none: "none"; --maxWidth-xs: 20rem; --maxWidth-sm: 24rem; --maxWidth-md: 28rem; --maxWidth-lg: 32rem; --maxWidth-xl: 36rem; --maxWidth-2xl: 42rem; --maxWidth-3xl: 48rem; --maxWidth-4xl: 56rem; --maxWidth-full...
body { background-color: #ffffff; } .navbar { background-color: hsl(0, 53%, 56%); } .navbar-brand{ color: #ffffff; } /* .navbar-toggler{ background-color: #ffffff; } */ button.nav-link.active{ background-color: #e0afa0; } .btn-primary { background-color: hsl(0, 53%, 56%); border: solid 1...
.mm, .mm a, .mm li, .mm span, .mm ul { display: block; padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } :root { --mm-item-height: 50px; --mm-item-indent: 20px; --mm-line-height: 24px; --mm-arrow-size: 10px; --mm-arrow-weight: 2px; } .mm-hidden { display: none !impor...
/* ==UserStyle== @name GOOGLE - VIRGO Cam @namespace USO Archive @author AmNot ReadY @description `Google style Virgo template` @version 20180918.15.25 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @-moz-document domain("google.com") { /* General */ /** Fonts ...
#country-selector,.ui-autocomplete-input { width : 235px; height:25px; } .ui-autocomplete { padding: 0; list-style: none; background-color: #fff; width: 218px; border: 1px solid #B0BECA; max-height: 350px; overflow-y: scroll; } .ui-autocomplete .ui-menu-item a { border-top: 1px s...
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.9.0-rc1-master-4092400 */ /* mixin definition ; sets LTR and RTL within the same style call */ md-bottom-sheet.md-THEME_NAME-theme { background-color: '{{background-50}}'; border-top-color: '{{background-300}}'; } md-bott...
#header, #header a{ color: #00db00; } #duration input{ width: 1.5em; } #departureAfter input, #arrivalBefore input{ width: 2.8em; } #maxChanges input{ width: 1.1em; }
/****************************************************************** Site Name: The Creativity Architect Author: CJM Termini Stylesheet: Base Mobile Stylesheet Be light and don't over style since everything here will be loaded by mobile devices. You want to keep it as minimal as possible. This is called at the top of ...
li.one a{ background-image: url('/images/sprite.png'); } li.two a{ background-image: url('/images/sprite.png'); } li.three a{ background-image: url('/images/sprite.png'); }
html, body { height: 100%; }
/* * Copyright (C) 2011 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions ...
/*! * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.0.3'); src: ur...
* { box-sizing: border-box; } body { background-color: #111; display: flex; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin: 0; } .conatiner { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; max-wid...
@media (orientation: portrait){ body{ font-size: 50px; } button, select{ font-size: 40px; } input[type=checkbox] { transform: scale(3); } img { width: 50%; } h1{ text-a...
/** * material-design-lite - Material Design Components in CSS, JS and HTML * @version v1.3.0 * @license Apache-2.0 * @copyright 2015 Google, Inc. * @link https://github.com/google/material-design-lite */
/* nothing here */ body { background-color: #DDDDDD; color:#111111; } input[type=text] { padding:10px; margin:10px auto; padding:10px; border:0; box-shadow:0 0 15px 4px rgba(0,0,0,0.06); width: 30%; } .center{ margin: auto; width: 30%; } .button { background-color: #e7e7e7; /* Green */ border:...
.Info{ width: 100%; border-top: 1px solid black; border-bottom: 1px solid black; background-color: rgb(226, 235, 248); } .Info .label{ font-size:1em; margin-left: 20px; margin-top: 10px; color: black; } .Description{ margin: 10px 0; min-height: 300px; padding: 10px; } .Info .postButton{ border: ...
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 15, 2017 1:36 AM */ @font-face { font-family: 'Graphik'; src: url('Graphik-Bold.eot'); src: url('Graphik-Bold.eot?#iefix') format('embedded-opentype'), url('Graphik-Bold.woff2') format('woff2'), url('Graphik-Bold.woff') format('wof...
/*!*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ *!*/ /*!**/ /** What follows is the result of much research on cross-browser styling.*/ /** Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,*/ /** Kroc Camen, and the H5BP dev community and team.*/ /**!*/ /*!* =====...
foo{} foo{} foo{} @media screen{ foo{} } @media screen{ foo{} } proxy {} import {} content{}
#terms { width: 600px; margin: 0 auto; font-family: Helvetica, Arial, Tahoma, Geneva,Sens-Sarif; color: #003274; font-size: 13pt; } #terms li { margin-top: 10px; margin-bottom: 10px; } #termsHeader { width: 600px; margin: 0 auto; font-family: bob-regular; color: #003274; }
/* app css stylesheet */ .menu { list-style: none; border-bottom: 0.1em solid black; margin-bottom: 2em; padding: 0 0 0.5em; } .menu:before { content: "["; } .menu:after { content: "]"; } .menu > li { display: inline; } .menu > li:before { content: "|"; padding-right: 0.3em; } .menu > li:nth-chi...
/*! * Start Bootstrap - Business Casual (https://startbootstrap.com/template-overviews/business-casual) * Copyright 2013-2017 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE) */ body { font-family: "Open Sans", Helvetica, Arial, sans-se...
.backdrop { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.2); } .modal { position: absolute; background: #f4f3f0; padding: 30px; font-size: 18px; max-w...
@import 'css/variables'; :local(footer.footer){ position: absolute; right: 0; left: 0; bottom: 0; padding: 10px 0; background: rgb(20, 22, 45); color: white; > .container{ display: flex; justify-content: space-between; align-items: center; font-size: 12px; letter-spacing: 2px; ...
@import url("https://fonts.loli.net/css?family=Noto%20Serif%20SC"); html { scroll-behavior: smooth; // -webkit-filter: grayscale(100%); // filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1); } html, body { margin: 0; width: 100%; height: 100%; font-size: 16px; font-family: "Not...
/* Theme Name: DePo Masthead Theme URI: http://powazek.com Description: A classy template that draws on classic magazine design design for a simple, bold style. Version: 0.1 Author: Derek Powazek/Noel Jackson Author URI: http://powazek.com/ Tags: fixed-width, black, red, white, one-column, three-columns, rtl-language-s...
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700"); /*! * bootswatch v3.3.7 * Homepage: http://bootswatch.com * Copyright 2012-2016 Thomas Park * Licensed under MIT * Based on Bootstrap */ /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MI...
/*! * jQuery UI Autocomplete 1.10.0-beta.1 * http://jqueryui.com * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://docs.jquery.com/UI/Autocomplete#theming */ .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: de...
/* MaterialDesignIcons.com */ @font-face { font-family: "Material Design Icons"; src: url("atom://atom-debug-ui/iconsets/materialdesignicons-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } .mdi { display: inline-block; font: normal normal normal 24px/1 "Material Design Icons"; fo...
.Description { text-align: left; padding: 20px 2%; background: rgba(255, 255, 255, 0.26); border-radius: 10px; } .Description > *:first-child { margin-top: 0; } .Description > *:last-child { margin-bottom: 0; }
.mblRoundRect { margin: 8px 8px 12px; padding: 8px; border: 1px solid #b5bcc7; -webkit-border-radius: 5px; background-color: #ffffff; font-size: 18px; font-family: Helvetica; font-weight: normal; text-shadow: none; } .mblRoundRect.mblShadow { -webkit-box-shadow: 5px 5px 5px #b5bcc7; }
.eltdf-meta-box { margin: -6px -12px -12px; } .eltdf-meta-box .eltdf-meta-box-holder { width: 100%; } .eltdf-meta-box .eltdf-meta-box-holder .eltdf-page-form-section th { width: 250px; } .eltdf-meta-box .eltdf-meta-box-holder .eltdf-page-form-section th p { font-weight: 400; color: #9e9e9e; } ...
@charset "utf-8"; /********** 全局 **********/ <php>if($usertplid !== 2){</php> html{overflow-y:scroll;} body{padding:0;margin:0;font:12px/18px microsoft yahei,arial; background:#fff; color:#5f5f5f; min-width:1000px} .btn{height:22px;padding:0 10px;display:inline-block;border-radius:2px;font:12px/22px microsoft yahei;tex...
.hero { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 61.8vh; max-height: 400px; background: #a93f55; c...
*{ padding: 0px; margin: 0px; box-sizing: border-box; /*border: solid 1px red;*/ } body{ position: absolute; } .heart{ position: fixed; width: 200px; height: 200px; margin: 35%; transition: all 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s; } .heart:hover{ transform: rotate(660deg); margin-top:...
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #aaa; } code { font-family: source-c...
.hyperlink { -fx-underline: false; } .label { -fx-font-family: Verdana; } .error-label { -fx-text-fill: #d32f2f; -fx-font-size: 14px; } .hyperlink:visited { -fx-underline: false; -fx-border-width: 0; } .hyperlink:hover { -fx-underline: true; } .button { -fx-cursor: hand; -fx-tex...
:host { overflow: auto; } ul { margin: 0; padding: 0; list-style-type: none; } ul li { display: flex; flex-direction: row; justify-content: flex-start; border-bottom: 1px solid grey; width: auto; cursor: pointer; } ul li:hover { background-color: aliceblue; } ul li span { padding-left: 10px; } u...
.flex-row { display:flex; flex-direction: row; align-items: center; justify-content: space-between; margin-top:20px; } #inputRange { max-width: 500px; } #div-content { margin-top:20px; border: 1px; border-radius: 5px; padding:10px; } #inputFrequency { }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canva...
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; } table { border-collapse: collapse; border-spacing: 0; } fieldset, img { border: 0; } address, caption, cite, code, dfn, em, strong, th, var { fon...
.Checkbox { display: inline-block; } .Checkbox-Input { display: none; } .Checkbox-Label { cursor: pointer; font-size: 13px; user-select: none; width: 100%; display: inline-block; } .Checkbox-Input:checked + .Checkbox-View { border-color: #2196f3; background-color: #f2fcff; } ...
.um-login.um-logout { max-width: 300px !important; } .um-misc-with-img { position: relative; font-size: 15px; border-bottom: 3px solid #eee; text-align: center; margin-bottom: 14px; padding-top: 4px; padding-bottom: 14px; } .um-misc-img { text-align: center; } .um-misc-img img { border-radius: 999px; he...
/*! jQuery UI - v1.11.4 - 2015-04-29 * 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 ...
@charset "UTF-8"; /*! * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url("../fonts/fontawesome-webfont.eot?v=...
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */ /* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen,...
/* The side navigation menu */ .sidebar { margin: 0; padding: 0; width: 200px; background-color: #f1f1f1; position: fixed; height: 100%; overflow: auto; } /* Sidebar links */ .sidebar a { display: block; color: black; padding: 16px; text-decoration: none; } /...
.subscribe-overlay button, .subscribe-form button { min-width: 10rem; } .post-full-custom-excerpt, .post-full-content, .post-full-content h5, .subscribe-overlay-description { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif...
.select-style select { padding: 6px 8px 6px 86px !important; }
.container { display: flex; flex-wrap: wrap; background-color: white; border-radius: var(--card-border-radius); align-items: center; padding: 10px; } .count { flex: 1; text-align: right; font-weight: bold; font-size: 1.5rem; } .type { width: var(--card-icon-size); font-size: 1rem; font-weigh...
.mainWrapper { } .toolbar { background: linear-gradient(var(--lightBlue), var(--mainBlue)); display: flex; justify-content: space-between; height: 70px; width: 100%; } .logoText { margin: 0; padding: 10px; font-family: 'Lobster'; color: #C1E3CD; } .logoWrapper { background: ...
@font-face { font-family: OpenSans-Regular; src: url('../fonts/OpenSans-Regular.ttf'); } .header { padding: 7px; text-align: center; background: #1c056d; color: white; font-size: 15px; border-color: #1c056d; } .footer { padding: 5px; position: fixed; left: 0; bottom: 0...
.user-name:hover { color: #7289da; }
.root { flex-direction: row; display: flex; position: relative; background: #232320; cursor: pointer; transition-property: background; transition-duration: 0.1s; border-radius: 6px; padding: 12px 20px; border-width: 0px; } .root > :global(.__wab_flex-container) { flex-direction: row; justify-con...
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; height: 0; } [h...