text
stringlengths
1
1.04M
/* Overlay */ .fr-overlay { z-index: 99999; position: fixed; top: 0; left: 0; height: 100%; width: 100%; zoom: 1; overlay: hidden; } .fr-overlay-background { background: #000; filter: alpha(opacity=90); opacity: .9; float: left; width: 100%; height: 100%; position: relative; } /* Window *...
/** * Copyright 2019 The AMP HTML Authors. All Rights Reserved. * * 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/licenses/LICENSE-2.0 * * Unless require...
.btn { display: inline-block; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 0.375rem 0.75rem; font-size: 0.9rem; line-height: 1.6; transition: color 0.15s e...
/* * General */ .error-container { width: 800px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #error-comms.error-container .errormessage { background-color: rgba(255, 255, 255, 0); display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-betwee...
body{ background-color: #fff } .container2 { display: flex; margin: 15em 35%; } .container2 .content{ margin-left: 10em; } .container2 .content p{ margin-top: 1em; } .container2 .content h2 { margin-top: 1em; color: red; } .container2 .content h4 { color: #90918D; margin-top: 4em;...
/* The animation code - found on Stack Overflow */ .fish { -webkit-animation:spin 4s linear infinite; -moz-animation:spin 4s linear infinite; animation:spin 4s linear infinite; max-width: 55px; max-height: 55px; margin-left: auto; margin-right: auto; margin-top: auto; display: blo...
.wID1024 body{ min-width: 1000px; } .wID1024 .bodyer{ width: 100%; min-width: 1000px; } .wID1024 .header_contentBlock{ width: 1000px; min-width: 1000px; } .wID1024 .banner_iti{ width: 1000px; } .wID1024 .banner_it .cont{ width: 810px; } .wID1024 .banner_it .title{ width: 140px; } .wID1024 .index_n...
/*! * ZUI - v1.2.0 - 2014-11-18 * http://zui.sexy * GitHub: https://github.com/easysoft/zui.git * Copyright (c) 2014 cnezsoft.com; Licensed MIT
@import url('https://fonts.googleapis.com/css?family=Playfair+Display'); @import url('https://fonts.googleapis.com/css?family=Montserrat');
.foo:not(.bang), .baz:not(.bang)::bar { a: b; }
body{ background-color: lavender ; font-size: 1.5em; } .page-header{ background-image: url("../img/logo.png"); background-repeat: no-repeat; height: 200px; background-position: center; } .test { display: inline-flex; width: 100%; height: 100%; margin: 0px 0px 0px 0px; } .page-he...
* { box-sizing: border-box; margin: 0; padding: 0; font-family: "Segoe UI"; background-color: rgb(34, 34, 34); } .navbar { max-width: 100%; max-height: 5%; min-height: 5%; overflow: hidden; background-color: rgb(55, 55, 55); } .navbar-links { display: block; } .navbar-link...
/*! * Created by Kroplet (https://www.kroplet.com) * The easiest way to create Bootstrap 4 themes. */ /*! * Bootstrap v4.1.0 (https://getbootstrap.com) * Copyright 2011-2017 The Bootstrap Authors * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/ :r...
body{ margin: 0; padding: 0; } #wrap{ position: absolute; width: 400px; height: 200px; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #ccc; } #round1{ width: 50px; height: 50px; position: absolute; left: 0; top: 0; border-radius: 0 0 100% 0; background-color: #fc0; } #round2{ w...
@import "normalize.css"; /*:root 伪类元素,用于获取根元素(即html)*/ /* 在css中也可以使用变量*/ /* 提前定义一些变量*/ :root { --color-text:#666; /*--color-high-text:#ff5777;*//*项目原始颜色*/ --color-high-text:orangered; /*tintColor:涂上去的颜色,设置背景颜色,用于导航的时候*/ /*--color-tint:#ff8198;*/ /*项目原始颜色*/ --color-tint: #e0620d; --color-bac...
/* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:5 */ .x-size-monitored { /** * @class Ext.util.SizeMonitor */ position: relative; } /* http://localhost:1843/packages/core/sass/src/util/SizeMonitor.scss:9 */ .x-size-monitors { position: absolute; left: 0; top: 0; width: 10...
.container { max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; display: flex; justify-content: space-between; align-items: center; flex-direction: row; } .container .apresentation { max-width: 60%; width: 60%; margin-left: -50px; } .container .apresentation...
/* @group Base elements */ body { margin: 0; padding: 0; margin-bottom: 3em; font-family: Verdana, Arial, sans-serif; /* this was here to prevent jitter when jumping between a long page and a short page. turning it off to see if Robert notices anymore. height: 1600px; */ /* set a default abs...
body { overflow-x: hidden !important; } .viga { font-family: 'Viga', sans-serif; } .bgm-primary { background-color: #E62A2A !important; } .btnm-primary { border: none; border-radius: 0px !important; transition: all .3s ease-in-out; background-color: #E62A2A !important; padding: 1rem 2rem...
.ag-bootstrap-striped .ag-header-cell-resize { border-right: 1.5px dotted #e7ecf1; } .ag-bootstrap-striped .ag-header-cell { text-align: left; } .ag-bootstrap-striped .ag-body-viewport { background-color: white; } .ag-bootstrap-striped .ag-root { /*border: 1px solid #808080;*/ font-family: "Open Sa...
.full-width { width: 100%; margin-top: -10px; margin-bottom: -10px; } .pull-right { float: right; } .width-35 { width:35%; margin:auto; } .width-75 { width:75%; margin:auto; } .pull-left { float: left; } .box-style { -webkit-box-shadow: 3px 3px 5px 6px #ccc; -moz-box-sha...
/* ========================================================================== [Table of contents] 1. BASE 1.1 Page Rendering Defaults 1.2 User Experience Adjustments 1.3 Core Styling 2. LAYOUT 2.1 Core Layout 2.2 main nav mobile first 2.3 Small only 2...
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1. 项目名称:传美打印 2. 文件名称:manage/editTemplate.less (编辑模板) 3. 作者:KingsleyYu ----------------------------------------------------------------------------...
/* Theme Name: Skeleton WordPress Adding support for language written in a Right To Left (RTL) direction is easy - it's just a matter of overwriting all the horizontal positioning attributes of your CSS stylesheet in a separate stylesheet file named rtl.css. http://codex.wordpress.org/Right_to_Left_Language_Support ...
/* Navigation*/ .navbar { background-color: transparent; } .scrolling-navbar { transition: background .5s ease-in-out, padding .5s ease-in-out; } .top-nav-collapse { background-color: #667490; } /* footer.page-footer { background-color: #667490; } */ @media only screen and (max-width: ...
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap'); body { font-family: 'Raleway', sans-serif; font-size: 15px; margin: 0; padding: 0; background: #fff; } h1, h2, h3, h4, h5{ } ul, ul li { ...
/************************************************************************************/ /************************************************************************************/ /********************STUDIO TESSERACT DESIGNING CODE FILE***************************/ /***********************************************************...
body{margin:0;padding:0;background:#ffe;font-size:12px;overflow:auto}#mainDiv{width:100%;height:100%}#loveHeart{float:left;width:670px;height:625px}#garden{width:100%;height:100%}#elapseClock{text-align:right;font-size:18px;margin-top:10px;margin-bottom:10px}#words{font-family:"sans-serif";width:505px;font-size:24px;co...
/* ------------- Fonts ---------------*/ @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); @import url('https://fonts.googleapis.com/css?family=Karla:Poppins:100,400|Work+Sans'); @import url('https://fonts.googl...
.light-toggle { background: #EFF4F5; color: #715B2F; border: 0; border-radius: 4px; } .dark-toggle { background: #353547; color: #D9B35F; border: 0; border-radius: 4px; } .light-menu { background: #D9B35F; } .dark-menu { background: #715B2F; } .dark-menu > * { color: blac...
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.11.0-master-562e41a
.my-card-img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .row{ display: block; } .fas { color: #d56246; } .btn-group .btngroup--btn { font-size: 17px; font-weight: 600; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; background: #fff; ...
/*==============================================================*/ /* STYLE FOR SHORTCODE PORTFOLIO */ /*==============================================================*/ #portfolio-container{padding-bottom:20px} .item-portfolio .opacity_0 { opacity: 1; filter: alpha(opacity=100); ...
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap'); * { margin: 0; padding: 0; border: 0; box-sizing: border-box; } body { font: 400 14px Roboto, sans-serif; background: #f0f0f5; -webkit-font-smoothing: antialiased; } input, button, textarea { font:...
/*================================================= || 1. Imports ==================================================*/ @import url(http://fonts.googleapis.com/css?family=Roboto:200,400,700); @import url(http://fonts.googleapis.com/css?family=Roboto+Slab); body { font-family: 'Roboto', 'Open-Sans', sans-serif; ov...
span.stars,span.stars span{display:block;background:url(../../lb-faveo/media/images/stars.png) 0 -16px repeat-x;width:80px;height:16px}span.stars span{background-position:0 0}span.stars2,span.stars2 span{display:block;background:url(../../lb-faveo/media/images/stars.png) 0 -16px repeat-x;width:80px;height:16px}span.sta...
@CHARSET "ISO-8859-1"; /************************************ FONTS ************************************/ @import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700); @import url(http://weloveiconfonts.com/api/?family=entypo|fontawesome|zocial); /* entypo */ [class*="entypo-"]:before { font-family: 'entypo', ...
/*# sourceMappingURL=proxies.2d1ba03fd1ea37eb898a.css.map*/
/* ////////////////////////// */ /* ////// MAIN CONTENT ////// */ /* ////////////////////////// */ main { /* RELATIVE TO MODAL */ position: relative; } main .content { max-width: 50%; margin: auto; padding: 50px 0; } main .content_title { margin: 20px 0; } main .content_sections { paddin...
.check { content: 'check'; background-color: black; } table { color: grey; } table tr:nth-child(even) { background-color: #ddd; }
/* community map layers */ .esri-expand__content { box-shadow: none; } .esri-expand__content--expanded { overflow: auto; background-color: white; } .esri-widget--panel, .esri-basemap-gallery { min-width: 200px !important; max-width: 200px !important; } .esri-basemap-gallery__item-thumbnail { height: 24px...
html{ height: 100%; } body { font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; margin: 0px; height: 100%; } a { color: #00B7FF; } h1, h2, h3 { margin-top: 0px; -webkit-margin-before: 0px; } #header { border-style: none; background-color: darkgrey; width: 100%; height: 75px; display: n...
html { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } body { display: flex; align-items: center; flex-direction: column; } .item { max-width: 100%; } input[type=range][orient=vertical] { writing-mode:...
body { padding: 2em; font-family: Helvetica, Calibri, Arial, sans-serif; font-size: 150%; } /* Generic styles */ h2 { padding-top: 50px; } h3 { padding-top: 20px; } label, li { padding: 0 8px; line-height: 1.5em; } input, select { font-family: inherit; font-size: inherit; } .separator { padding: 0 12px; }...
@charset "utf-8"; /* CSS reset */ *{ font-family:"microsoft yahei",simsun,Tahoma,sans-serif;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } fieldset,img {border:0; } ol,ul {list-style:none; } h1,h2,h3,h4,h5,h6,button,input,select,textarea {font...
/* * @package AJAX_Chat * @author Rosina Ramirez */ @import url('global.css'); @import url('fonts.css'); @import url('print.css'); @import url('custom.css'); .ajax-chat { background-color:#2A112F; color:#9765A0; } .ajax-chat a { color:#DA83A1; } .ajax-chat h1 { color:#CDA6D2; } #content input, select, #content ...
.jsz-base-img { width: 90%; margin: 3vh 5% 0; border-radius: 10px; } .jsz-base-info table { text-align: center; } .jsz-base-info table th { width: 33%; text-align: center; background: white; border: none; padding-bottom: 0px; font-weight: bold; } .jsz-base-info table td { border: none; } .jsz-...
body { background: none; font-size: 100%; font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; } .row { margin-left: 0px; } .wrapper { overflow: hidden; } [class^="icon-"], [class*=" icon-"] { font-size: 18px; } .light-text{ font-weight: 100; } /* Header - h...
.App { } .item { padding: 10px; border: solid 2px #eee; margin: 6px; } .item .item-img { width: 160px; } .item-img { width: 160px; } .item .title { font-size: 24px; } .pokemonList { display: flex; flex-wrap: wrap; } .detail-item{ position: relative; padding-left: 10%; } .detail-name{ margin...
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700); @import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic); body, html{ -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale; overflow-y: auto...
h1 { color: rgb(195, 0, 255); text-align: center; } h2 { font-style: italic; text-align: center; } p { font-family: sans-serif; } ul { font-size: 20px; line-height: 30px; }
/* ===========================================================================*/ /* global styles */ @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;400;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Nunito:ital,wght@0,400;1,300&family=Roboto:...
*{ margin: 0; padding: 0; list-style: none; text-decoration: none; outline: none; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; } section{ display: grid; grid-template-rows: 20vh 30vh 80vh 80vh 80vh 80vh 150vh; align-content: space-around; justif...
form { border: 3px solid #f1f1f1; } input[type=text], input[type=password] { width: 20%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; } input[type=button] { background-color: #4CAF50; color: white; padding: 14px 20px; ...
html { font-size: 10px; line-height: 1.2; } body { /* Fix for issue 45: Changed root font size in spectre.css 0.3.1 */ font-size: 1.4rem; padding-bottom: 10px; padding-top: 70px; } .btn { /* Fix for issue 45: Removed border radius for buttons */ border-radius: 3px; /* Fix for issu...
body{ left: 0; top: 0; padding: 0; margin: 0; height: 100%; width: auto; } header{ height: 50px; width: 100%; background-color: #F69619; display: inline-block; z-index: 1000; line-height: 50px; } header img{ float: left; display: block; } header h1{ color: #FFF; display: inline-block; position: rel...
/* HTML5 Reset :: reset.css ---------------------------------------------------------- Выражаем особую благодарность людям, чьи труды способствовали появлению данного ресета: We have learned much from/been inspired by/taken code where offered from: Eric Meyer :: http://ericmeyer.com HTML5 Doctor :: http:...
*{ margin: 0; padding: 0; } body{ background-image: url(img/thumb2-diamonds-4k-crystals-jewelry-gems.jpg); background-position: center; background-size:80%; font-family:sans-serif ; margin-top: 40px; } .regform{ width: 800px; background-color:gray ; margin:auto ; color:black; text-align: center; padding: 10px 0px 10...
/* TableView.css */ :host { display: block; padding: 1rem; } pre { border: 1px solid #80808080; padding: 2px; color: white; background-color: #00000080; } .table-detail-flex-container { display: flex; flex-wrap: wrap; } .table-flex-item { padding: 1rem; } .detail-flex-item { ...
.section { -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.09019607843137255), 0 1px 20px 0 rgba(0, 0, 0, 0.08), 0px 1px 11px 0px rgba(0, 0, 0, 0.06); box-shadow: 0 4px ...
.wrong-answer { border: 1px solid black; background-color: rgba(219, 69, 69, .8); position: fixed; width: 40%; height: 30vh; top: 30%; left: 50%; transform: translate(-50%, -50%); } .wrong-answer-heading { color: white; text-transform: uppercase; font-size: 80px; margin:...
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900"); @import url("font-awesome.min.css"); /* Aerial by HTML5 UP html5up.net | @n33co 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,...
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Sticky footer styles --------...
/* Sizes */ .bold {font-weight:bold;} .italic {font-style:italic;} .normal {font-weight:normal;} .larger {font-size:1.10em !important;} .large {font-size:1.05em !important;} .small {font-size:0.95em !important;} .smaller {font-size:0.9em !important;} .reallysmall {font-size:0.75em !important;} .capitalize {text-transfo...
/* ==UserStyle== @name GitHub Windows Edition [Ath] @namespace https://github.com/Athari @version 0.6.0 @description Transforms GitHub's pages into a GUI resembling Windows 9x. @author Athari @homepageURL https://github.com/Athari/CssGitHubWindows @license MIT ==/UserStyle== */ @-moz-document dom...
html, body { width: 100%; height: 100%; margin: 0px; padding: 0px; overflow-x: hidden; } #notAvailable { visibility: 0; opacity: 0; position: absolute; width: 100vw; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: ce...
.DetailWork__Progress { position: relative; } .DetailWork__Progress span { position: absolute; left: 5px; top: 3px; color: white; font-size: .75rem !important; } progress[value] { -webkit-appearance: none; appearance: none; width: 250px; height: 20px; } progress[value]::-webki...
:root{ --bs-info:rgb(241,46,137); } .bg-info{ background: var(--bs-info)!important; } .border-info{ border-color: var(--bs-info)!important; } .text-info{ color: var(--bs-info)!important; } .cover-fit{ width: 100%; height: 100%; object-fit: cover; }
body{ background-color: #f5ffff!important; } #mainVue { padding-top: 4%; font-family: 'Open Sans', sans-serif; } .centerTable { margin: 0px auto; } td { padding: 5px; text-align: left; border: solid; border-width: 1px; border-color: #e3f0ff; } #mainVue h1, h2, h6 { text-align: center; margin-bottom...
body { padding: 5px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 3vh; } code { font-size: 3vh; } br { clear: both; } label { display: block; } label > div, input { float: left; width: 40vw; } button, input { font-size: 3vh; } input { padding: 1...
* { margin: 0; padding: 0; box-sizing: border-box; direction: rtl; font-family: 'Heebo'; } html, body { height: 100%; } div.page { position: absolute; width: 100%; bottom: 0px; top: 4.8rem; z-index: 1; } div.app-page { height: 100%; width: 100%; } .homePage { background-image: linear-gra...
* { box-sizing: border-box; } div { display: block; } body, html { font-family: "Microsoft Yahei",Helvetica,Tahoma,"SimSun",sans-serif; } body { line-height: 1; min-width: 1300px; } html { color: -internal-root-color; } .o-personal { background-color: #f2f2f2; } .o-personal-bd { backgrou...
/* ==UserStyle== @name Pikabu Night Mode @namespace USO Archive @author PetyaLevkin @description `Изменяет стандартную цветовую гамму пикабу.ру, на темную.` @version 20141115.23.1 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @-moz-document domain("pikabu.ru") ...
/* # ················· # ··_______________ # ·/·___/·___/·___/ # /·/__(__··|__··)· # \___/____/____/·· # ················· */ @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700'); /*------ Variables */ :root{ /*------ Colores */ --green-color: #7ACC2D; --black-color: #313337; --white-c...
/*! Theme Name: Quotes on Dev Starter Theme Theme URI: http://underscores.me/ Author: RED Academy Author URI: http://www.redacademy.com Description: A WordPress starter theme for the Quotes on Dev project, forked from Underscores. Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gn...
.invoice-list-wrapper .dataTables_wrapper .dataTables_length label, .invoice-list-wrapper .dataTables_wrapper .dataTables_filter label { margin-top: 0.55rem; } .invoice-list-wrapper .dataTables_wrapper .dataTables_length select { margin-left: 0.5rem; } .invoice-list-wrapper .dataTables_wrapper .invoice-list-table...
body { background-color: rgba(201, 235, 232, 0.892); } .content-body{ padding-top: 80px; } .navbrand { width: 100%; background-color: #184a45ff; color: rgba(201, 235, 232, 0.892); padding-top: 1em; padding-bottom: 1em; box-shadow: 5px 10px 8px black; z-index: 100; position:fixed; } .button:active { ...
/*! * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer) * Copyright 2013-2016 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
.pause { @apply m-0; }
/* roboto-latin-ext-700-normal */ @font-face { font-family: 'Roboto'; font-style: normal; font-display: swap; font-weight: 700; src: local('Roboto Thin'), local('Roboto-Thin'), url('./files/roboto-latin-ext-700-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('./fi...
.disabled { pointer-events:none; opacity:0.6; } li a { width: 35px; height: 30px; }
body{ background: black; color: white; margin: 0; padding: 0; } h1{ font-family: Arial; position: absolute; top: 49%; left:51%; transform: translate(-50%, -50%); margin: 0; padding: 0; display: flex; text-shadow: 0 0 5px white, 0 0 25px white, ...
div { font-size: 28px; } div p { color: blue; } div ul { color: green; } /*# sourceMappingURL=nesting.css.map */
body { color: #000; } .header .logo { width: 120px; height: 82px; } .container { font-size: 1em; color: #999999; }
h1 { text-align: center; } textarea { width: 100%; box-sizing: border-box; background: #ffffff88; } .sheet-grid-container { display: grid; grid-template-columns: 360px 60px 235px 235px 60px 810px; grid-template-rows: 80px 1fr 50px max-content; gap: 0px 0px; grid-template-areas: ...
body{ background-image: url("image3.jpeg"); } #menu { overflow: hidden; background-image:url("gambar gerak2.jpeg"); padding: 90px 10px; transition: 0.4s; position: fixed; width: 100%; top: 0; z-index: 99; } #menu a, .subnav-content a { float: left; color: black; t...
/* ################################################################ File Name: style.css Template Name: Jollyany Created By: Filiz OZER http://themeforest.net/user/jollythemes 1) SKELETON 2) TOPBAR & HEADER 3) FOOTER STYLES 4) SIDEBAR & WIDGETS 5) SHOP STYLES 6) BUDDYPRESS STYLES 7) PORTFOLIO STYLES 8) P...
.TransactionInputGroupHeader { align-items: center; display: flex; background: #eeeeee; border-radius: 4px; justify-content: space-between; margin: 0 0 8px 0; padding: 8px 8px; } .TransactionInputGroupHeader * { margin: 0; } .TransactionInputGroupHeader.controls { align-items: cent...
@-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) { .click-target-container *, .top-sites-list * { color: #fff !important ; text-shadow: 2px 2px 2px #222 !important ; } body::before { content: "" ; z-index: -1 ; position: fixed ; ...
/* Open Sans */ @font-face { font-family: "OpenSans"; src: url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype"); font-weight: bold; font-display: swap; } @font-face { font-family: "OpenSans"; src: url("../fonts/Open_Sans/OpenSans-BoldItalic.ttf") format("truetype"); font-weight: bold; font-s...
@import url('https://fonts.googleapis.com/css?family=Karla:400,700'); body { font-family: 'Karla', sans-serif; margin: 0; } section { background: #D3D3D3; text-align: center; padding-bottom: 20px; } section h1 { margin: 0; padding: 30px 0; font-size: 45px; } section > article { w...
:root { /* Colors: */ --unnamed-color-43afff: #43afff; --unnamed-color-ffffff: #ffffff; --unnamed-color-303f60: #303f60; --unnamed-color--edf6ff: #edf6ff; --unnamed-color--a9afbc: #a9afbc; --unnamed-color--43afff: #43afff; } *, *::after, *::before { margin: 0; padding: 0; box-sizing: inherit; } bo...
/* Breakpoints */ /* Grid variables */ /* Grid default classes */ /* line 2, ../sass/partials/_grid.scss */ .grid { display: flex; flex-wrap: wrap; margin-left: -16px; margin-right: -16px; } /* line 8, ../sass/partials/_grid.scss */ .grid.center-items { align-items: center; } /* Grid logic */ /* line 19, ../...
table { font-family: Arial; font-size: 13px; border-collapse: collapse; border-bottom: 1px solid #B6B497; } .col1 { width: 135px; } .col2 { width: 110px; } .col3 { width: 115px; } .col4 { width: 95px; } thead tr { background-image: -ms-linear-gradient(top, #5EC306 0%, #4FB405 1...
body { width: 100%; height: 100%; background-color: black !important; color: #ffffc8; font-family: Verdana, Arial, Helvetica, sans-serif; overflow: hidden; padding: 0; margin: 0; } *, *:focus, .bootstrap-select .dropdown-toggle:focus { outline: none !important; outline-color: initial !important; outline-sty...
/* Author: Louis Holladay * Website: AdminDesigns.com * Last Updated: 01/01/14 * This file contains only small changes needed * to alter the appearance of 3rd party Plugins * Note: This file contains small changes EXCEPT * for the Uniform Plugin(used sitewide). ALL Uniform * plugin styles have been placed i...
@font-face { font-family: "NassimFarsi"; font-weight: 400; font-style: normal; src: url('NassimFarsi.woff') format('woff'), url('NassimFarsi.eot') format('eot'), url('NassimFarsi.ttf'); font-display: optional; } @font-face { font-family: "NassimPashto"; font-weight: 400; font-style: nor...
@import url('https://fonts.googleapis.com/css?family=Quicksand'); body { width: 100%; margin: 40vh auto; text-align: center; background: #444; color: #f7f7f7; font-family: 'Quicksand', sans-serif; /* font-weight: lighter; */ } /* --- */ .item-anchor { display: inline-block; padding: 10px 20px; ma...
:root { --first-color: #16f; --second-color: #ff7; } .scope html, .scope body { padding: 0; margin: 0; } .scope * { box-sizing: border-box; } .scope #page { overflow: hidden; } .scope #page .page-header { position: fixed } .scope .btn { display: flex; } .scope .btn.btn--small { display: flex; } ...
/* Document * ========================================================================== */ /** * 1. Add border box sizing in all browsers (opinionated). * 2. Backgrounds do not repeat by default (opinionated). */ *, ::before, ::after { box-sizing: border-box; /* 1 */ background-repeat: no-repeat; /* 2 */...