text stringlengths 1 1.04M |
|---|
html,body,p,div,h1,h2,h3,h4,h5,h6,img,pre,form,fieldset{margin:0;padding:0}
ul,ol,dl{margin:0}
img,fieldset{border:0}
@-moz-document url-prefix(){img{font-size:0}
img:-moz-broken{font-size:inherit}
}
details,main,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not(... |
.grid-menu {
grid-column: 1 / 13;
grid-row: 1 / 19;
}
.grid-menu-user {
border: none;
color: var(--color-menu-item);
}
.grid-menu-user:hover {
background-color: var(--bg-color-menu-item-hover);
}
#img-users {
align-self: center;
grid-column: 1 / 13;
grid-row: 1 / 19;
justify-self:... |
.clockpicker-moving {
cursor: move
}
.clockpicker-align-left.popover>.arrow {
left: 25px
}
.clockpicker-align-top.popover>.arrow {
top: 17px
}
.clockpicker-align-right.popover>.arrow {
left: auto;
right: 25px
}
.clockpicker-align-bottom.popover>.arrow {
top: auto;
bottom: 6px
}
.clockpicker-popover .popover... |
/*******************************************************
CSS - Instituições 2 - V1
*******************************************************/
/*******************************************************
Grupo 1
*******************************************************/
#G1 {
position: relative;
box-sizing: border-box;... |
@charset "UTF-8";
/*
~ Copyright (c) WSO2 Inc. (http://wso2.com) 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... |
/*# sourceMappingURL=editor.min.css.map */ |
.registerDonation{
margin-top: -0.2%;
margin-left: 0%;
opacity: 0.5;
height: 100vh;
width: 95%;
position: absolute;
top: 0;
left: 0;
transition: all ease-in .5s;
display: flex;
flex-direction: column;
align-items: center;
font-family: Montserrat, sans-serif;
}
.slideEffect{
margin-top: 0;
... |
/* ==UserStyle==
@name Reading
@namespace USO Archive
@author reilee
@description `Font modification on some of my favorite sites.`
@version 20150422.3.57
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("cnblogs.com") {
body,div.entry, #news_body, p, ... |
Skip to content
Sign up Sign in
This repository
Explore
Features
Enterprise
Blog
Watch 5 Star 1 Fork 0 softwaresaved/NGCMGSoton-2015-06-21
branch: gh-pages NGCMGSoton-2015-06-21/novice/python-unit-testing/css/swc-slides.css
@steve-crouchsteve-crouch 21 hours ago Minor tweaks to slides and adding in intro to moti... |
@CHARSET "UTF-8";
#rig {
height: 550px;
}
.rigbutton {
display: none;
position: absolute;
height: 75px;
width: 75px;
font-size: 0.8em;
padding: 5px;
text-align: center;
color: #606060;
border: 1px solid #B5B5B5;
box-shadow: 0 0 4p... |
/*# sourceMappingURL=main.e17f02b8.chunk.css.map */ |
body {
margin: 0 0 0 0;
}
.container {
padding-right: 5%;
padding-left: 5%;
margin-right: auto;
margin-left: auto;
}
header {
background: #3dc2a1
}
header a {
color: white ;
}
hr{
border: solid 3px #e7e7e7;
}
.comment_hr{
border: solid 0.5px lightgray !important;
}
a {
backgro... |
.add-form {
position:relative;
display:block;
} |
span.cm-underlined {
text-decoration: underline;
}
span.cm-strikethrough {
text-decoration: line-through;
}
span.cm-brace {
font-weight: bold;
color: #170;
}
span.cm-table {
font-weight: bold;
color: blue;
} |
.app {
padding: 30px;
display: inline-block;
position: relative;
left: 50%;
transform: translate(-50%, 0);
} |
html {
min-height: 100%;
}
body {
height: 100%;
margin: 0px;
padding: 0px !important;
}
html,
body {
overflow-x: hidden;
}
.hide-form-sidebar .form-sidebar {
display: none !important;
}
.sidebar-padding {
padding: 12px 14px;
}
body[data-route=""] .main-menu .desk-sidebar,
body[data-route="desk"] .main-men... |
.ath-wrapper{
display:flex;
justify-content:center;
flex-direction:column;
text-align:left;
}
.auth-inner{
width:auto;
margin:auto;
background:#ffffff1f;
box-shadow:0px 14px 80px rgbs(34,35,58,0.2);
padding:40px 55px 45px 55px;
border-radius:15px;
transition:all .3s;... |
@charset "UTF-8";
/******************************
3RD PARTY PLUGIN CUSTOMIZATION
******************************/
/* Cubic Bezier Transition */
/***
Bootstrap Colorpicker
***/
.input-group.color .input-group-btn i {
position: absolute;
display: block;
cursor: pointer;
width: 20px;
height: 20px;
right: 6px;... |
/**
* WooCommerce Brands
*/
/**
* Imports
*/
/**
* Header region
*/
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails {
text-align: center; }
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::before, .header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after {... |
.mix-blend-normal {
mix-blend-mode: normal;
}
.mix-blend-multiply {
mix-blend-mode: multiply;
}
.mix-blend-screen {
mix-blend-mode: screen;
}
.mix-blend-overlay {
mix-blend-mode: overlay;
}
.mix-blend-darken {
mix-blend-mode: darken;
}
.mix-blend-lighten {
mix-blend-mode: lighten;
}
.mix-blend-color-d... |
.index-content{padding:15px 0;position:relative} |
/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
:... |
@tailwind base;
@tailwind components;
@tailwind utilities;
@import url("https://rsms.me/inter/inter.css");
html {
font-family: "Inter", sans-serif;
}
@supports (font-variation-settings: normal) {
html {
font-family: "Inter var", sans-serif;
}
}
.reveal .progress {
@apply bg-green-700 h-2;
}
.reveal .sl... |
body{
background-color: grey;
min-width: 500px;
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
/* Title bar */
div.titleBar {
background-color: #262626;
overflow: hidden;
height: 50px;
width: 100%;
margin: 0px;
padding: 0px;
}
div.titleBar... |
.title {
padding-top: 16px;
} |
/*
*= require_self
*= require bootstrap
*= require_tree .
*= encoding UTF-8
*/ |
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Helvetica Neue";
font-size: 16px;
line-height: 1.75;
font-weight: 300;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
h1 {
font-size: 2.441rem;
} |
.works__item {
position: relative;
display: inline-block;
min-height: 0px;
overflow: hidden;
cursor: pointer;
will-change: filter;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: filter 1s;
}
.works__itemInactive {
pointer-events: none;
filter: grayscale(1) opacity(0... |
body.preview #root,
body.preview #root > div,
body.preview #root > div .container {
height: 100%;
}
body.preview .fullscreen {
height: 100% !important;
padding: 0 !important;
margin: 0 !important;
}
#spacePreview {
height: 100%;
width: 100%;
padding: 3em;
display: flex;
flex-direction: column;
alig... |
// =========ここから追記する===========
.review-main {
width: 70%;
}
.review-image {
width: 30%;
}
.review-image img {
max-width: 100%;
}
.btn-back {
width: 10em;
margin: auto;
}
// ==========ここまで追加する========== |
/* HYPHY VISION */
/* font-awesome rotation fix */
.fa-rotate-45 {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.fa-rotate-135 {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
... |
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
width: 60%;
margin: 0 auto;
} |
* {font-family: 'Montserrat', sans-serif;
font-family: 'Montserrat', sans-serif;
font color: ##3d97f1;
}
h1 {font-size: 70px;
color: #79b0e7;
padding-left: 250px;
padding-right: 250px
}
h3{font-size: 70px;
color: #79b0e7;
padding-left: 250px;
padding-right: 250px
}
h4{font-size: 70px;
colo... |
/*
Product Name: dhtmlxSuite
Version: 4.0.3
Edition: Standard
License: content of this file is covered by GPL. Usage outside GPL terms is prohibited. To obtain Commercial or Enterprise license contact sales@dhtmlx.com
Copyright UAB Dinamenta http://www.dhtmlx.com
*/
/* skin detected, extra file: skins/dhx_skyblue.l... |
@import "//fonts.googleapis.com/css?family=Open+Sans";
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
color: #FFFFFF;
background-color: #000000;
display: table;
font-weight: 100;
font-family: 'Open Sans';
}
.box {
padding: 10px;
margin: 2px;
text-align: left;
... |
body {
color: white;
} |
.modal-container {
z-index: 99999999999999999999;
padding: 0px !important;
@apply bg-white rounded-lg;
}
.modal-content {
@apply h-full rounded-none relative p-0 text-xs;
}
.modal-footer {
@apply rounded-none bottom-0 absolute w-full bg-indigo-100;
}
.v--modal {
@apply p-0 rounded-lg bg-indig... |
#newsletter-cta {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
min-height: calc(25rem - 10px);
border-top: .125rem solid var(--orange-hl);
border-bottom: .125rem solid var(--orange-hl);
margin-bottom: 10rem;
background-color: rgba(38, 82, 126, .1);
box-s... |
/*!
* # Semantic UI 2.4.2 - Rating
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
* |
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}
html,body {
height: 100%;
}
.container {
width: 100%;
margin: 0 auto;
}
.clear {
clear: both;
}
... |
/*# sourceMappingURL=owlcarousel.css.map */ |
/*!
* Start Bootstrap - Resume v5.0.8 (https://startbootstrap.com/template-overviews/resume)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
*/
body {
font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Rob... |
.connection-card, .wait-card {
text-align: center;
margin: 10% auto;
}
.connection-card.mdl-card {
width: 320px;
height: 220px;
}
.mini-card {
height: 160px;
min-height: 140px;
}
.connection-card > .mdl-card__title {
color: #fff;
background-color: #3E4EB8;
}
.wait-card.mdl-card {
... |
.required {
border-color: darkgoldenrod;
}
.hplusRow {
margin-left: 0px;
margin-right: 0px;
}
.hplusHover{
background-color: #F8AC59;
}
.hplusProgress{
z-index: 9999 !important;
position: fixed;
top: 0;
left: 0;
width:100%;
height:100%;
display:none;
}
.hplusProgress .background{
width:100%;
height:... |
@import "../../properties.css";
.sticky {
position: fixed;
width: 100%;
z-index: var(--z-header);
}
.body {
min-height: 100vh;
} |
html, body{overflow-x:hidden;background: #111;}
body{ background-image:url('../images/header-background.jpg');background-repeat:repeat-x;}
strong { font-weight: bold; }
#header .center{ height: 300px; }
#header{width: 100%; height: 300px; font-family: 'Alfa Slab One', serif; font-weight:normal; background: url('../ima... |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
line-height: 0px;
}
img {
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
color: inherit... |
small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capi... |
/* Base16 Rosé Pine Dawn
* Scheme author: Emilia Dunfelt <sayhi@dunfelt.se>
* Obsidian theme author: acidghost (https://github.com/acidghost)
*/
:root {
--font-monospace: 'Hack Nerd Font', 'Source Code Pro', monospace;
}
.theme-dark {
--background-primary: #faf4ed;
--background-primary-alt: #fffa... |
.inputContainer{position:relative; float:left;}
.formError {
position:absolute;
top:300px; left:300px;
padding-bottom:13px;
display:block;
z-index:5000;
cursor:pointer;
}
#debugMode{
background:#000;
position:fixed;
width:100%; height:200px;
top:0; left:0;
overflow:scroll;
... |
/*--
Author: W3layouts
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,... |
body {
font-family: Arial;
overflow-y: hidden;
}
#header{
text-align: center;
}
form{
border: 3px solid grey;
padding: 20px 20px 20px 20px;
margin-top: 20px;
margin-left: 400px;
margin-right: 400px;
}
input[type="text"], input[type="password"]{
width: 100%;
margin: 10px 0;
padding: 10px 20px;
box-sizing:... |
.editable_cell_value_wrap {
padding: 5px 12px;
cursor: pointer;
}
.editable_ow:hover .editable_cell_value_wrap {
border: 1px solid #d9d9d9;
border-radius: 4px;
padding: 4px 11px;
}
.total {
text-align: right;
font-size: 16px;
font-weight: bold;
}
.goods_day {
font-size: 13px;
color: #ff4242;
}
.good... |
/*!
* Waves v0.6.0
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE
/*!
* Default mobile-first, responsive styling for pickadate.js
* Demo: http://amsul.github.io/pickadate.js |
/*
Template: Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com
NOTE: This is color stylesheet of Color Scheme.
*/
/*************************
General
*************************/
/** selection **/
*::-moz-selection { background: ... |
div.hp-head {
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
/* padding-right: 5px; */
background-color: #f2f2f2;
height: 60px;
}
div.hp-col-left {
float: left;
padding-left: 20px;
}
div.hp-overview {
padding-left: 10px;
line-height: 0px;
}
div.hp-contain {
margin-left: 5px;
mar... |
:root {
--font-family-sans: system-ui, -apple-system, 'Segoe UI', 'Roboto', Ubuntu, Cantarell, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
--font-family-serif: Georgia, 'Times New Roman', serif;
--font-family-monospace: IBM Plex Mono, Menlo, M... |
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,
... |
#style-switcher h2 a {
background: #3498db none repeat scroll 0 0
} |
/*!
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
*/ |
div.page {
position: relative;
margin: auto;
align-items: center;
text-align: center;
padding: 0px;
margin-top: 30px;
animation: menuAnimation 450ms linear 1;
}
@keyframes menuAnimation {
0% {
left: -1000px;
}
100% {
left: 0;
}
}
div.landings {
align-item... |
/*!
* Start Bootstrap - Creative v5.0.1 (https://startbootstrap.com/template-overviews/creative)
* Copyright 2013-2018 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
*/
body,
html {
width: 100%;
height: 100%;
}
body {
font-family: 'Merr... |
html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
main {
position: fixed;
min-height: 100%;
height: auto;
width: 100%;
top: 60px;
bottom: -60px;
overflow: auto;
padding-bottom: 120px;
}
/* Set the fixed heigh... |
/* -------------------------------------------------- */
/* DEFAULT
/* -------------------------------------------------- */
/* PARENT */
.list-default {
}
/* CHILD */
.list-default li {
border-bottom: 1px solid var(--light-grey-color);
}
.list-default li:last-child {
border-bottom: none;
}
.list-default ... |
.border {
border: 1px solid black;
}
a {
text-decoration: none;
}
.center {
margin: 0 auto;
}
.list {
list-style: none;
}
.flex {
display: flex;
}
.list-li {
display: inline;
}
.list-li-a {
display: inline-block;
}
.list-li-a a {
color: gray;
padding: 10px;
}
.list-li2 a {
color: gray;
fon... |
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{m... |
.tab{
margin-top: 2%;
margin-bottom: 2%;
margin-right: 15.5%;
background-color: #ffffff;
width: 70%;
border-radius: 20px;
word-wrap: break-word;
padding: 10px;
text-align: center;
}
#mail{
color: black;
text-decoration: none;
}
#message{
opacity: 0.8;
text-align:center;
color: rgb(60, 71, 71);... |
* Waves v0.7.6
* http://fian.my.id/Waves
*
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
* Released under the MIT license
/*# sourceMappingURL=app.min.css.map */ |
.navbar-brand, .navbar-inverse {
color: #EBD592 !important;
}
.navbar-inverse {
background-color: #005C01 !important;
border:none;
background-image: none;
}
.navbar-inverse .navbar-collapse {
border:none;
background-color: #005C01;
}
body{
background-color: #EBD592 !important;
}
.panel {
... |
.Button {
color: #fff;
font-size: 18px;
border: 1px #fff solid;
border-radius: 2px;
padding: 10px;
transition: all .3s ease; }
.Button:hover {
background: #4caf4f;
border-color: #4caf4f; } |
body {
font-family:Helvetica,Arial,sans-serif,monospace;
overflow-y:none;
overflow-x:none;
}
.github {
position:absolute;
top:58px;
right:12px;
}
.github img {
border: 0;
display: block;
}
ul.archive-list {
list-style-type: none;
list-style-position: outside;
}
.summary {
dis... |
body{
background-color: rgba(0,0,0, .8);
font-family: sans-serif;
}
#calculator{
background-color: #b1b1b1;
width: 250px;
margin: 30px auto;
padding: 25px;
font-size: 25px;
font-size: 1.25em;
border-radius: 15px;
display: grid;
grid-template-columns: repeat(4, 1fr);
gri... |
/*
-------------------------------------------------------------------
Skin: Yellow Business
-------------------------------------------------------------------
Table of contents
1. Colors [Row 30]
2. Custom classes [Row 226]
3. Layout and typography [Row 427]
4. Headers and menu [Row 524]
5. Titles [Row 724]
6. Foo... |
h3, label {
margin: 10px;
}
input {
width: 60px;
margin-left: 10px;
}
button {
background-color: rgb(12, 100, 100);
color: white;
border: none;
height: 22px;
}
p {
margin: 0px;
}
#res1, #res2, #res3, #res4, #res5, #res6, #res7, #res8 {
margin: 10px
} |
/*===============
* == GERNERAL ==
*===============*/
@import url("https://fonts.googleapis.com/css?family=Titillium+Web&display=swap");
body {
color: #bfbfbf !important;
background-color: #414141 !important;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
height: 100... |
/*
See ab2p.common.css for sources info
*/ |
canvas {
width: 100%;
height: 100%
}
body {
width: 100%;
height: 100%;
position: absolute;
background: #000000;
margin: 0;
padding: 0;
overscroll-behavior: none;
} |
a.meanmenu-reveal {
display: none
}
.mean-container .mean-bar {
float: left;
width: 100%;
position: absolute;
background: 0 0;
padding: 0 0 0;
z-index: 999;
border-bottom: 1px solid rgba(0, 0, 0, .03);
height: 55px
}
.mean-container a.meanmenu-reveal {
width: 35px;
height: ... |
body {
background-image: url('../images/background.gif');
background-repeat: repeat;
height: calc(100vh);
flex-direction: column;
align-items: center;
display: flex;
color: rgba(0,0,0,0.87);
font-family: Roboto, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
}
body .wrap... |
/*
A Bootstrap 3.1 affix sidebar template
from http://bootply.com
This CSS code should follow the 'bootstrap.css'
in your HTML file.
license: MIT
author: bootply.com
*/
body {
padding-top:50px;
}
#masthead {
min-height:250px;
}
#masthead h1 {
font-size: 30px;
line-height: 1;
padding-top:20px;
}
#masthead .w... |
@charset 'utf-8';
/* the single quotes make the parser ignore this rule */
@import "./someOtherStylesheet.css";
body::before {
display: block;
content: "ə";
font-size: 5em;
} |
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-... |
h1 { color: rgb(17, 17, 128); } |
body {
margin: 0;
padding: 0;
overflow: hidden!important;
}
.desktop-talk {
display: none !important;
}
.mobile-talk-class{
width: 100%;
float: left;
padding: 0 10px;
padding-top: 10px;
height: 23%;
}
nav {
padding: 40px;
width: 100%;
background-color: #7e407b;
background-image: url("data:im... |
.main-container {
height: 90vh;
width: 100%;
padding: 10px;
}
.container {
height: inherit;
width: 100%;
display: flex;
align-items: flex-start;
flex-direction: row;
}
.box-container {
height: inherit;
width: 60%;
float: left;
display: flex;
flex-direction: row;
... |
/* ---- Global ---- */
.wrapper{
width: 80%;
margin: auto;
}
a {
color: #FFF;
font-size: 18px;
font-weight: 600;
text-decoration: none;
}
h1 {
font-size: 40px;
font-weight: 700;
opacity: 0.8;
}
h3 {
font-size: 30px;
font-weight: 600;
}
p {
font-size: 20px;
font-we... |
/*
Theme Name: Mentor
Theme URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
Author: BootstrapMade.com
Author URL: https://bootstrapmade.com
*/
body {
font-size: 15px;
line-height: 1.52;
color: #717f86;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
font-w... |
/*!
* Ext JS Library 3.2.1
* Copyright(c) 2006-2010 Ext JS, Inc.
* licensing@extjs.com
* http://www.extjs.com/license
*/
.x-portal .x-panel-dd-spacer {
margin-bottom:10px;
}
.x-portlet {
margin-bottom:10px;
}
/* Clean up the look of the portlets */
.x-portlet .x-panel-ml {
padding-left:2px;
}
.x-port... |
.timeline {
position: relative;
padding:4px 0 0 0;
margin-top:22px;
list-style: none;
}
.timeline>li:nth-child(even) {
position: relative;
margin-bottom: 50px;
height: 180px;
right:-100px;
}
.timeline>li:nth-child(odd) {
position: relative;
margin-bottom: 50px;
height: 180p... |
/* latin-ext */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 100;
src: local('Raleway Thin'), local('Raleway-Thin'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptsg8zYS_SKggPNwE44Q4FqL_KWxWMT.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, ... |
/* ==========================================================================
Main SCSS file / Fresh
========================================================================== */
/* ==========================================================================
Color variables
===============================================... |
#cobalt, #cobalt-out {
background-color: #000;
background-color: rgba(0,0,100,0.7);
}
#cobalt-out {
background-color: rgba(0,0,100,0.8);
color: #FFF;
}
#cobalt .cell {
background-color: #FFF;
background-color: rgba(255,255,255,0.5);
}
#cobalt .cell input {
text-shadow: 1px 1px 5px #FFF;
color: #000;
... |
*{
margin:0px;
padding:0px;
}
body{
background-image: url('../img/img12.jpg');
font-family: Century gothic;
background-image: no-repeat;
background-size: cover;
}
form{
margin-top:120px;
color: white;
background-color: rgba(0,0,0,0.6);
width: 460px;
height:565px;
transform: translate( -50%, -50%);
top: 30%... |
html, body, ul,div,p {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html.body {
width: 100%;
height: 100%;
}
li,ul {
list-style: none;
}
#root,.container {
width: 100%;
height: 100%;
}
.content {
width: 100%;
min-height: 100%;
} |
.search__input {
display: flex;
align-items: center;
border: 1px solid lightgray;
height: 30px;
width: 75vw;
border-radius: 999px;
padding: 10px 20px;
margin: 0 auto;
margin-top: 40px;
max-width: 556px;
}
.search__input > input {
flex: 1;
padding: 10px 20px;
border: none;
font-size: medium;... |
.file_upload {
position: relative;
overflow: hidden;
direction: ltr;
cursor: pointer;
text-align: center;
color: #333;
font-weight: bold;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
width: 100px;
height: 20px;
line-height: 20px;
color: #4A8AF0;
background-colo... |
.mdl-textfield {
width: 100%;
}
button {
width: 100%;
}
input[type=text] {
outline: none;
}
.has-error {
border-bottom-color: #dd4b39;
}
.has-error::-webkit-input-placeholder {
color: #dd4b39;
}
.has-error:-moz-placeholder {
color: #dd4b39;
opacity: 1;
}
.has-error::-moz-placeholder {
color: #dd4b... |
@import url(http://weloveiconfonts.com/api/?family=entypo);
@import url(https://fonts.googleapis.com/css?family=Muli);
body {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display:flex;
margin:0;
padding:0;
background-color:#f0f0f0;
font-family:Muli, sans-serif... |
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
} |
d-selection-list,
d-selection-list-item,
.d-selection-list-filter,
.d-selection-list-content,
d-pagination:not(:empty)
{
display: block;
border: 0.1rem solid black;
margin: 1rem 1rem;
padding: 1rem 1rem;
}
d-pagination nav,
d-pagination ul {
display: flex;
}
d-pagination nav {
width: 100%;
align-... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.