text
stringlengths
1
1.04M
body { margin: 0; } pre { padding: 10px; background-color: #dddddd; border: 1px black solid; } textarea { padding: 10px; width: 95%; height: 400px; border: 1px black solid; } header { position: absolute; background-color: #222222; color: #eeeeee; padding: 10px; width: 100%; text-decoratio...
/*! * AngularJS Material Design * https://github.com/angular/material * @license MIT * v1.2.2-master-7c4d8a0 */ @-webkit-keyframes sliderFocusThumb { 0% { transform: scale(0.7); } 30% { transform: scale(1); } 100% { transform: scale(0.7); } } @keyframes sliderFocusThumb { 0% { transform: s...
/* Design by TEMPLATED http://templated.co Released for free under the Creative Commons Attribution License */ body { margin: 0; padding: 0; background: #FFFFFF; font-family: 'Open Sans', sans-serif; font-size: 13px; color: #3B3B3B; } h1, h2, h3 { margin: 0px; padding: 0px; letter-spacing: -2px; text-transf...
.timer--background__color { background: #222; width:20vw; height:15vh; position: absolute; top:10vh; left:75vw; border:6px solid black; border-radius: 6px; } .timer--number__container { width:100%; height:100%; font-size:80px; color:rgb(39,250,0); letter-spacing: 3px...
/* 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 exis...
.container { display: inline-block; cursor: pointer; } .bar1, .bar2, .bar3 { width: 35px; height: 5px; background-color: #333; margin: 6px 0; transition: 0.4s; } .change .containerDiv{ background-color: white; } .change .bar1 { -webkit-transform: rotate(-45deg) translate(-9px, 6px)...
.panel { background-color: #fff; border: 1px solid $panel-border-color; &--secondary { background-color: #f4f4f4; border: none; } &__body { padding: 20px; } &--transparent { background-color: transparent; border: none; .panel__body { padding-left: 0; padding-right: 0; } } }
.fb-plus-button { background-color: white; border: none; padding: 2px 0 0 2px; } .fb-form-label { padding-bottom: 0; } img { opacity: 0.1; } img.firebaseui-idp-icon { opacity: 1; } .fb-post-album { color: rgba(255, 255, 255, 1); background-color: rgb(110, 63, 163, 1); font-weight: normal; } .fb-p...
* { margin: 0; padding: 0; } img { vertical-align: top; border: 0; } /* #MagnifierWrap{position: relative;width: 350px;margin:100px auto;} */ #MagnifierWrap2 { position: relative; width: 500px; float: left;; z-index:1; } .MagnifierMain { position: relative; width: 500px; height: 500px; } .MagnifierMain...
/* * @author Mirel Nicu Mitache <mirel.mitache@gmail.com> * @package MPF Framework * @link http://www.mpfframework.com * @category core package * @version 1.0 * @since MPF Framework Version 1.0 * @copyright Copyright &copy; 2011 Mirel Mitache * @license http://www.mpfframework.com/licence * * This file ...
* { box-sizing: border-box; } body, html, #root { /* height: 100%; */ } .ConsoleApp { outline: none; /* height: 100%; */ font-size: 0.85rem; line-height: 1.4rem; font-family: "Menlo", consolas, monospace; } .App.top { padding-top: 2.6rem; } .line-transition-enter { opacity: 0.01; } .line-transiti...
.page-wrapper{ padding: 20px; } .photo-grid { padding-top: 30px; display: grid; grid-gap: 10px; grid-template-columns: repeat(auto-fill, 300px); justify-content: center; } fa-icon:hover{ cursor: pointer; } .wrapper { margin-top: 65px; width: 100%; justify-content: space-around; display: flex; f...
#directions-map { height:50%; } .user-input{ border-radius: 5px; background-color: #FFFFFF; } .location-typeahead { width:100%; text-overflow: ellipsis; } .center-div { text-align: center; margin-bottom: 10px; } .center { text-align: center; } .input-div { background-color: #387ef5; color: white; b...
.card-product .img-wrap { border-radius: 3px 3px 0 0; overflow: hidden; position: relative; height: 220px; text-align: center; } .card-product .img-wrap img { max-height: 100%; max-width: 100%; object-fit: cover; } .card-product .info-wrap { overflow: hidden; p...
/** * material-design-lite - Material Design Components in CSS, JS and HTML * @version v1.2.0 * @license Apache-2.0 * @copyright 2015 Google, Inc. * @link https://github.com/google/material-design-lite */ @charset "UTF-8"; html { color: rgba(0, 0, 0, .87) } ::-moz-selection { background: #b3d4fc; tex...
body { color: #737373; font-family: 'Open Sans', Tahoma, Arial, helvetica, sans-serif; font-size: 14px; line-height: 1.6em; font-weight: 400; } a { color: #ed8323; text-decoration: none; } a:hover { color: #c96810; text-decoration: none; } h1, h2, h3, h4, h5, .text-hero { font-family: 'Roboto', aria...
@charset "utf-8"; body { width: 950px; /*高度定不下就暂时不写*/ height: 800px; margin: 0 auto; background-color:#66c; border: 1px solid red;/*注意Border属于Body,占1个像素*/ font-size: 15px; } .top{ width: 950px; height: 22px; background-color:pink; } /*登录区域*/ .login{ width: 416px; height: 22px; background-color:green; ...
.scroll-down { width: 100%; height: 100%; display: flex; align-items: center; justify-content: flex-end; flex-direction: column; color: var(--color-gray); transition: color 0.3s; margin-bottom: 5px; } .scroll-down .arrow-content { display: flex; align-items: center; flex-direction: column; cursor: poi...
body { margin: 0; padding: 0; background: #ffe url(../images/background-texture.png) repeat scroll left top; font-size: 100%; font-family: Rokkitt, Georgia, serif; } * { box-sizing: border-box; } .modal { display: none; position: fixed; background: rgba(0,0,0,.75); top: 0; left: 0; width: 100%; ...
.br-theme-bootstrap-stars .br-widget{height:28px;white-space:nowrap}.br-theme-bootstrap-stars .br-widget a{font:28px/1 'Glyphicons Halflings';text-rendering:auto;-webkit-font-smoothing:antialiased;text-decoration:none;margin-right:2px}.br-theme-bootstrap-stars .br-widget a:after{content:'\e006';color:#d2d2d2}.br-theme-...
/* iCheck plugin Futurico skin ----------------------------------- */ .icheckbox_futurico, .iradio_futurico { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 16px; height: 17px; background: url(futurico.png) no-repeat; border: none; ...
/*! jQuery UI - v1.11.2 - 2014-11-01 * 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 ...
/* base.css 存在的意义: 1.清除默认样式 2.添加公共样式 3.添加页面公共部分的样式 页面.css:书写页面剩余部分的样式 */ /*(1)清除默认样式*/ html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img,input{ margin:0; padding:0; } fieldset, img,input,button { border:0 none; padding:0;margin:0;outline-style:none; } ...
img { max-width: 50%; /*图片自适应宽度*/ } body { overflow-y: scroll !important; } .view { word-break: break-all; } .vote_area { display: block; } .vote_iframe { background-color: transparent; border: 0 none; height: 100%; } #edui1_imagescale{display:none !important;} /*去除点击图片后出现的拉伸边框*//*可以在这里添加你自己...
* { font-family: 'Roboto', sans-serif; } h1, h3, pre, .card-title { font-family: 'Della Respira', serif; } body { background-color: #ea2c62; } header { display: flex; background-color: #ff9a8c; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; padding-left: ...
/*! * animate.css -http://daneden.me/animate * Version - 3.5.0 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } ....
<@charset "UTF-8"; *{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; white-space: nowrap; } #container #main-products .cart-list{ position: relative; z-index: 3; width: 1139px; min-height: 100px; height: auto; margin: auto; background-color: #111;...
.description,span.reference{ position:fixed;font-size:12px; } .description{ right:10px; top:10px; color:#888; } .dreamSlider_title{ color:#47ECBA; } span.reference{ left:10px; bottom:10px; } span.reference a{ color:#888; text-transform:uppercase; text-decoration:none; padding-right:20px; } span.reference...
.govuk-link, a { font-family: "nta", Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /*! Copyright (c) 2011 by Margaret Calvert & Henrik Kubel. All rights reserved. The font has been customised for exclusive use on gov.uk. This cut is not commercially available. */ @...
.icon2.air-icon{height:19px;width:17px;vertical-align:middle;background-position:-28px -119px}.m-airplaneInfo .flight-journey .trip{white-space:nowrap}.m-airplaneInfo .flight-journey .stop .when{font-weight:bold}.m-airplaneInfo .flight-journey .flight .number>span>em{display:block;width:160px}.flight_change_box .flight...
*{ margin:0; padding:0; list-style:none; font-size:.14rem; font-family: "楷体"; text-decoration: none; } body,html,.wrap{ width:100%; height:100%; overflow: hidden; } html{ font-size:625%; } .wrap{ display:flex; flex-direction: column; } .header{ width:100%; height:...
body { margin: 0; padding: 0; /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/ font-family: "Bariol", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droi...
.desert { background-image: url("../../../assets/desert.PNG"); background-repeat: no-repeat; width:640px; height: 350px; position: relative; } .hero { position: absolute; bottom: 10px; } .desert h2 { margin: 0 auto; }
.button { position: relative; background: #c0c0c0; border: 1px solid; display: block; } .button:before { content: " "; position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid; } .not_clicked { position: relative; background: #c0c0c0; border: 1px solid; d...
/*! 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,...
/*! * Bootstrap v2.2.1 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */ .block { box-shadow : 0 0 5px 5px #555; margin : 20px; border-radius : 5px;...
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext);@charset "UTF-8"; /*! * 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 | g...
.money-spendings{ /*width: 800px;*/ height: 680px; } .callout h5{ font-size: 14px; margin-bottom: 10px; font-weight: 500; } .title{ color: #333; margin-top: 10px; margin-bottom: 0; } #main { float: left; width: 750px; } #sidebar { float: right; width: auto; } #sequence { width: 600px; h...
/* Mimi UI */ /* Style the tab */ .tab { float: left; border: 1px solid #ccc; background-color: #FFFFFF; width: 35%; height: 100%; overflow-y: auto; } /* Style the buttons that are used to open the tab content */ .tab button { display: block; background-color: inherit; color: bla...
/* truculenta-vietnamese-100-normal*/ @font-face { font-family: 'Truculenta'; font-style: normal; font-display: swap; font-weight: 100; src: url('./files/truculenta-vietnamese-100-normal.woff2') format('woff2'), url('./files/truculenta-all-100-normal.woff') format('woff'); unicode-range: U+0102-0103, U+0110...
@charset "UTF-8"; /*initial*/ /*responsive*/ /*sitesize*/ /*color*/ /*margin*/ /*gradation*/ /*font*/ /*responsive*/ /*flex*/ .flex { display: flex; } .fw { flex-wrap: wrap; } .fc { flex-direction: column; } .fr { flex-direction: row-reverse; } .je { justify-content: flex-end; } .js { justify-content: ...
*{ padding: 0; font-family: 'Roboto', 'serif'; } .content{ width: 100%; min-width: 400px; display:flex; flex-flow: row wrap; justify-content: center; } .cont-form{ /* background-color: #c6c6c6; */ width: 50%; min-width: 300px; padding: 20px; display: flex; justi...
.image-slide { height: 100%; width: 100%; transition: background-image .3s ease-in-out; } .slide-arrow { color: #14B6D4; cursor: pointer; font-size: 2rem; position: fixed; top: 50%; } .slide-arrow.right { right: 1rem; } .slide-arrow.left { left: 1rem; } .swipeContainer { ...
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ Copyright 2021 Adobe ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/li...
.nav-contact { font-family: "Open Sans"; font-size: 16px; color: #00527f !important; text-align: center; line-height: 1; padding-top: 10px; border-radius: 0px; font-weight: 400; } .contact-main { background-image: url("../images/cover.jpg"); background-size: cover; width: 100%; height: 700px; }...
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 { ...
body { font-size: 20px; background-color: #000000; color: #ffffff; font-family: 'Open Sans Condensed','Helvetica Neue', Helvetica, Arial, sans-serif; } p { line-height: 1.5; margin: 30px 0; } p a { text-decoration: underline; } h1, h2, h3, h4, h5, h6 { font-weight: 700; font-family: 'Open Sans C...
.card-register-user { width: 55%; margin-left: auto; margin-right: auto; margin-bottom: auto; margin-top: auto; } .input-date-birth { float: left; margin-left: 12%; } .title { text-align: left; font: bold; } .input-name { width: 75% } .input-street { margin-left: 12%; width: 40%; float: left; } .input...
#app { max-width: 1200px; margin: 0 auto; padding: 60px 30px; display: flex; flex-direction: row; align-items: flex-start; } #app main { margin-left: 30px; } @media (max-width: 1000px) { #app { flex-direction: column; } #app main { margin-left: 0; margin-top: 30px; } #app aside {...
@charset "UTF-8"; .content_container{ display: flex; justify-content: center; height: 100%; } .line_menu{ display: flex; flex-direction: column; width: 90%; } .depositHeader{ margin-top: 30px; margin-left: 25px; } .wh-1{ display: flex; flex-direction: column; width: auto; hei...
.page-album-view{ height: 100vh; width: 100%; display: flex; flex-direction: column; } .content-album{ width: 60%; display: flex; flex-direction: column; border-radius: 15px; } .header{ display: flex; justify-content: space-between; color:#A5A8AE; } .fotos-detals{ ...
div.contentModContactFormInput div { font-size: 12px; } div.moduleGroup { margin-top: 10px; font-weight: bold; color: #595959; } div.contentModContactFormInput { color: #595959; } div.content { border-top: 1px solid #c1c3c6; border-left: 1px solid #c1c3c6; border-right: 1px solid #c1c3c6; border-bottom: 1px...
/*������UI������ */ /* common layer */ .edui-simple .edui-box { border: none; padding: 0; margin: 0; overflow: hidden; } .edui-simple a.edui-box { display: block; text-decoration: none; color: black; } .edui-simple a.edui-box:hover { text-decoration: none; } .edui-simple a.edui-box:ac...
@charset "utf-8"; /*------------------------------------------------------------------ [Master Stylesheet] Project: Hostplan Version: 1.0 Last change: 02.20.2016 Primary use: Hostplan - Web Domain Hosting WHMCS HTML5 Template Author: ThemeMascot URL: http://themeforest.net/user/T...
.noUi-tooltip { display: block; position: absolute; border: 1px solid #D9D9D9; border-radius: 3px; background: #fff; padding: 5px; left: -9px; text-align: center; width: 50px; } .noUi-handle-lower .noUi-tooltip { top: -32px; } .noUi-handle-upper .noUi-tooltip { bottom: -32px; }
/* Errno::ENOENT: No such file or directory - style.sass Backtrace: /Library/Ruby/Gems/2.0.0/gems/sass-3.4.18/lib/sass/plugin/compiler.rb:482:in `read' /Library/Ruby/Gems/2.0.0/gems/sass-3.4.18/lib/sass/plugin/compiler.rb:482:in `update_stylesheet' /Library/Ruby/Gems/2.0.0/gems/sass-3.4.18/lib/sass/plugin/compiler.rb:...
.NavigationItem{ margin: 10px 0; box-sizing: border-box; display: block; width: 100%; } .NavigationItem a{ text-decoration: none; width: 100%; box-sizing: border-box; display: block; } .NavigationItem a:active, .NavigationItem a:hover, .NavigationItem a.active{ color: #444; } @me...
.cmp-helloworld_message { text-align: center; color: #ff505e; text-transform: unset; letter-spacing: unset; }
.app { } .footer > * { margin-right: 1em; } .footer > *:last-child { margin-right: 0; }
.danger { color: red; } .input-width { width: 430px; } .form-group { margin-bottom: 0rem !important; }
* Preboot v2 * * Open sourced under MIT license by @mdo. * Some variables and mixins from Bootstrap (Apache 2 license). */.none{display:none}.btn,.btn._offer-normal,[class*=icon]{display:inline-block}/*! Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Co...
*{ margin: 0px; padding: 0px; scroll-behavior: smooth; font-family: 'Poppins'; } .scroller{ position: relative; width: 100%; height: 100vh; scroll-behavior: smooth; overflow: auto; scroll-snap-type: y mandatory; } .scroller section { width: 100%; min-height: 100vh; ...
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap"); html, body { padding: 0; margin: 0; } html body { font-family: 'Lato', sans-serif; font-size: 1.2em; } html body i { cursor: pointer; transition: color 0.2s; margin: 0 10px; font-size: 1.1em; color: #c4c4c4; } html...
#topoLogin{margin-top:10px;display:block;height:560px;width:960px;position:relative;background:-webkit-linear-gradient(#FFF 35%,#2fbcd5 65%);background:-o-linear-gradient(#FFF 35%,#2fbcd5 65%);background:-moz-linear-gradient(#FFF 35%,#2fbcd5 65%);background:linear-gradient(#FFF 35%,#2fbcd5 65%)}#login{position:absolute...
/* Author: W3layout Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ */ /* reset */ 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,...
/* Supersized - Fullscreen Slideshow jQuery Plugin Version : 3.2.7 Site : www.buildinternet.com/project/supersized Author : Sam Dunn Company : One Mighty Roar (www.onemightyroar.com) License : MIT License / GPL License */ * { margin:0; padding:0; } body { background:#fff; height:100%; } img { border:none; ...
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700); @import url(http://fonts.googleapis.com/icon?family=Material+Icons); .materialize-red { background-color: #e51c23 !important; } .materialize-red-text { color: #e51c23 !important; } .materialize-red.lighten-5 { background-color: #fdeae...
/* Empty. Add your own CSS if you like */ #content{ position: absolute; top: 50px; bottom: 0px; width: 100%; padding: 5px 10px; overflow: auto; } #cover{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; margin:auto; background-color: blue; z-index...
body { margin:0px; background-image:none; position:relative; left:-24px; width:74px; margin-left:auto; margin-right:auto; text-align:left; } #base { position:absolute; z-index:0; } #u15549_img { position:absolute; left:-9px; top:-9px; width:19px; height:218px; } #u15549p000 { position:a...
/*******************************************************/ /*******************************************************/ /****************** 全局自定义样式 ********************/ /**** 自定义样式统一以 cus_ 开头,避免和框架中的类名混淆 ****/ /*******************************************************/ /**************************************************...
* { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { font-family: source-code-pro, ...
.heading[data-v-1b8446b4]{font-family:FairPlayDisplay;font-weight:900;font-size:2.25rem;text-transform:uppercase;letter-spacing:.1ch;line-height:1;margin-bottom:2rem;position:relative;text-align:center}.card[data-v-1b8446b4]{padding:125px;flex-direction:row;align-items:center;border:none!important;background-color:tran...
*{ padding: 0; margin: 0; box-sizing: border-box; } body{ font-family: 'Poppins', sans-serif; overflow: hidden; } .wave{ position: fixed; bottom: 0; left: 0; height: 100%; z-index: -1; } .container{ width: 100vw; height: 100vh; display: grid; grid-template-columns: repeat(2, 1...
/* * jQuery FlexSlider v2.0 * http://www.woothemes.com/flexslider/ * * Copyright 2012 WooThemes * Free to use under the GPLv2 license. * http://www.gnu.org/licenses/gpl-2.0.html * * Contributing author: Tyler Smith (@mbmufffin) */ /* Browser Resets */ .flex-container a:active, .flexslider a:active, .flex-conta...
.btn{ @apply font-bold text-white py-2 px-4 rounded cursor-pointer; } .btn-red{ @apply bg-red-600 hover:bg-red-500; } .btn-blue{ @apply bg-blue-600 hover:bg-blue-500; } .btn-green{ @apply bg-green-600 hover:bg-green-500; }
.bg { background-color: #f7fafc; }
/*# sourceMappingURL=page.etc.css.map */
main div.block.hero { visibility: unset; } .hero__inner { max-width: 100% !important; margin: auto; padding: 4em 0em !important; position: relative; } .hero__content h1, .hero__content p, .hero__content .button.secondary { color: white; } .hero__content { max-width: 800px; margin: auto; } .hero__cont...
html { font-family: 'Open Sans', sans-serif; } body { background: #222 !important; }
/* header section */ /* header section end */ .filterList { display: inline-block; width: 30%; } .toggled { border: 3px solid black; }
.App header { background-color: #282c34; display: flex; flex-direction: row; align-items: center; justify-content: space-between; color: white; padding: 0.5rem 1rem; } ul.menu { list-style: none; } ul.menu li { display: inline; padding: 12px; } ul.menu a { color: #ffffff; } .page-home { text...
.navigation { margin: 0 -10px; font-size: 15px; } .navigation-link { color: white; margin: 0 10px; text-decoration: none; opacity: .5; } .navigation-icon { width: 16px; margin-right: 5px; position: relative; top: 2px; } .navigation-icon.is-gitter { top: 1px; width: 11px; } .navigation-link:h...
* Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
html { font-size: 18px; } @media (min-width: 900px) { html { font-size: 24px; } } body { font-family: "Montserrat", sans-serif; font-weight: 300; line-height: 1.45; color: #0F1108; } h1 { font-size: 2.2rem; margin: 0; font-weight: 600; line-height: 1.1...
.container { width: 100%; margin: 0 auto; } @media(min-width: 760px) { .container { width: 100%; max-width: 960px; height: 100vh; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; } } @media(max-width: 760px) { .header-contaier img { height: 50px; } } .login-co...
@charset "UTF-8"; /* Theme style (colors & sizes) */ /* We'll need some initial vars to use here */ /* Base: Size */ /* Default font */ /* Base color */ /* General overrides */ /* NavBar: specifics */ /* Aside: Bulma override */ /* Aside: specifics */ /* Title Bar: specifics */ /* Hero Bar: specifics */ /*...
/* Chosen v1.5.1 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.pincode-input-container { display: inline-flex; width: 100%; justify-content: center; } .pincode-input-container input { width: 52px; height: 70px; border: 1px solid #BECBD1; border-radius: 0.5rem; } .pincode-input-container .divider { width: 20px; height: 70px; display: inline-flex; align-items: center; ...
:root { --surface-a: #1e1e1e; --surface-b: #121212; --surface-c: rgba(255, 255, 255, 0.03); --surface-d: #383838; --surface-e: #1e1e1e; --surface-f: #1e1e1e; --text-color: rgba(255, 255, 255, 0.87); --text-color-secondary: rgba(255, 255, 255, 0.6); --primary-color: #ffd54f; --pri...
/*! * Materialize v0.97.5 (http://materializecss.com) * Copyright 2014-2015 Materialize * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE) */ .materialize-red.lighten-5 { background-color: #fdeaeb !important; } .materialize-red-text.text-lighten-5 { color: #fdeaeb !importa...
.inline-window-host { width: 100%; position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 99999; -webkit-user-select: none; -moz-user-select: none; color: Black; } .inline-window-host ::-webkit-scrollbar { width: 16px; height: 16px; } .inline-window-host ::-webkit-scr...
#blog_list tr td img { height: 70px; width: 70px; }
body { font-size: 13px; padding-top: 80px; color: #c8c8c8; background-color: #272b30; } wbr { display: inline-block; } .progress { margin-bottom: 0; } .table td.rightCell, .table th.rightCell { text-align: right; } .percent { text-align: center; } .panel-primary { background-col...
/*The header ection*/ .jumbotron{ background-image: url('https://i.pinimg.com/236x/aa/50/9d/aa509df6dde078ece1745e875092fe67.jpg'); background-size: cover; color: white; font-family: 'Kaushan Script', cursive; top: 0; bottom: 0; left: 0; right: 0; padding: 5%; } .overlay{ backgr...
.searchbox { display: inline-block; white-space: nowrap; font-size: 12px; margin: 0; padding: 0; border: 1px solid #A4BED4; background: #fff; } .searchbox-text { font-size: 12px; border: 0px; line-height: 20px; height: 20px; padding: 0px; *height: 18px; *line-height: 18px; _height: 18px; _line-height: ...
/* http://prismjs.com/download.html?themes=prism-funky&languages=css+clike+php */ /** * prism.js Funky theme * Based on “Polyfilling the gaps” talk slides http://lea.verou.me/polyfilling-the-gaps/ * @author Lea Verou */ code[class*="language-"], pre[class*="language-"] { font-family: Consolas, Monaco, 'Andale Mon...
mat-card { max-width: 80%; margin: 2em auto; padding: 32px; } mat-card-content { margin-left: 40px; padding-left: 16px; } .comment-meta { font-weight: normal; margin: 0 16px; }
.favorites-title { color: red; text-align: center; } .fav-box { border: 6px double rgb(255, 0, 0); } .fav-list { background-color: rgb(133, 128, 128); font-size: 20px; color: black; } .favModal-header { border: 6px double red; background-color: rgb(133, 128, 128); ...
html, body { background-color: #fff; color: #674ea7; height: 100vh; margin: 0px; } a { text-decoration: none; } .blur{ background-color: rgba(25, 25, 25, 0.5); font-family: "Raleway", sans-serif; } .sombra { text-decoration: underline; top: 2%; position: relative; } #login { padding: 28px; colo...
/* Template Name: Qovex - Responsive Bootstrap 4 Admin Dashboard Author: Themesbrand Version: 1.0.0 Website: https://themesbrand.com/ Contact: themesbrand@gmail.com File: Custom Bootstrap Css File */ /*! * Bootstrap v4.4.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 ...