Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Apply max width to the home screen
.Home { text-align: center; margin-top: 15px; }
.Home { text-align: center; margin: 15px auto; max-width: 800px; }
Merge conflict, proper CSS fix
.sparklines-stats li:first-child { border-radius: 2px 0 0 2px; -webkit-border-radius: 2px 0 0 2px; -moz-border-radius: 2px 0 0 2px; } .sparklines-stats li.bg-default { background-color: #fafafa; border: 1px solid #e5e5e5; } ul.list-justified li { float: none; width: 1%; display: table-cell; } .sparkline...
.sparklines-stats li:first-child { border-radius: 2px 0 0 2px; -webkit-border-radius: 2px 0 0 2px; -moz-border-radius: 2px 0 0 2px; } .sparklines-stats li.bg-default { background-color: #fafafa; border: 1px solid #e5e5e5; } ul.list-justified li { float: none; width: 1%; display: table-cell; } .sparkline...
Add background color for website
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative p...
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative p...
Fix search popup on small screens
/* Global search */ .search-content { padding: 0; margin: var(--content-padding); position: absolute; top: 0; right: 0; z-index: 5; background: none; } /* button */ .search button { background: none; fill: var(--icon-color); cursor: pointer; border: none; padding: 0; } .search button:hover { ...
Add style to force [hidden] to work
/* app css stylesheet */ .hoverwell:hover { background-color: #485563; cursor: pointer; } .container { padding-top: 10px; } .pointable { cursor: pointer; } button { color: #555; } .toast-success { background-color: #51a351; } .toast-error { background-color: #bd362f; } .toast-info { background-color...
/* app css stylesheet */ .hoverwell:hover { background-color: #485563; cursor: pointer; } .container { padding-top: 10px; } .pointable { cursor: pointer; } button { color: #555; } [hidden] { display: none !important; } .toast-success { background-color: #51a351; } .toast-error { background-color: #...
Add whitespace between buttons and table.
.openerp .mis_builder_ralign { text-align: right; } .openerp .mis_builder a { /* we don't want the link color, to respect user styles */ color: inherit; } .openerp .mis_builder a:hover { /* underline links on hover to give a visual cue */ text-decoration: underline; }
.openerp .mis_builder_ralign { text-align: right; } .openerp .mis_builder a { /* we don't want the link color, to respect user styles */ color: inherit; } .openerp .mis_builder a:hover { /* underline links on hover to give a visual cue */ text-decoration: underline; } .openerp .oe_mis_builder_buttons { p...
Make stars a better colour
body { margin-top: 5rem; background: url('../images/background.png'); } body > .container { background: white; padding: 2rem; border-radius: 1rem; box-shadow: 0 0 1rem rgb(200, 200, 200); } .gantt-chart td { width: 2rem; max-width: 2rem; text-overflow: ellipsis; white-space: no...
body { margin-top: 5rem; background: url('../images/background.png'); } body > .container { background: white; padding: 2rem; border-radius: 1rem; box-shadow: 0 0 1rem rgb(200, 200, 200); } .gantt-chart td { width: 2rem; max-width: 2rem; text-overflow: ellipsis; white-space: no...
Increase size of grid boxes
.col-md-3 { text-align: center; /*border: 2px solid blue;*/ height: 150px; /*background-color: red;*/ } .wishlist-button { display: none; }
.col-md-4 { /*text-align: center;*/ /*border: 2px solid blue;*/ /*height: 250px;*/ /*background-color: red;*/ } .wishlist-button { display: none; }
Replace webkit border-radius property with HTML5 equivalent
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */ .jcrop-holder { text-align: left; } .jcrop-vline, .jcrop-hline { font-size: 0; position: absolute; background: white url('../img/Jcrop.gif') top left repeat; } .jcrop-vline { height: 100%; width: 1px !important; } .jcrop-hline { width: 100%; h...
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */ .jcrop-holder { text-align: left; } .jcrop-vline, .jcrop-hline { font-size: 0; position: absolute; background: white url('../img/Jcrop.gif') top left repeat; } .jcrop-vline { height: 100%; width: 1px !important; } .jcrop-hline { width: 100%; h...
Add CSS to GPS 2.1 challenge
body {background-color: #AACFD0;} header {background-color: white; text-align:center; } h2 {text-align: center;} article {margin-left: 20px; margin-right: 20px; } .column-1 {background-color: white; display: inline-block; float:left; width: 46%; margin-left: 2%; margin-bottom: 2%; } .column-2 {...
Tidy Up: Remove redundant style classes
body { background: #fafafa; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333; padding-top: 40px; } .hero-unit { margin: 50px auto 0 auto; width: 300px; font-size: 18px; font-weight: 200; line-height: 30px; background-color: #eee; border-radius: 6px; ...
body { background: #fafafa; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333; padding-top: 40px; } .hero-unit { margin: 50px auto 0 auto; width: 300px; font-size: 18px; font-weight: 200; line-height: 30px; background-color: #eee; border-radius: 6px; ...
Fix background colour for reals
body { background-color: #000000; background: url(/images/background.jpg) top center no-repeat fixed; padding: 50px 0 100px 0; }
body { background: #000000 url(/images/background.jpg) top center no-repeat fixed; padding: 50px 0 100px 0; }
Remove height from chart containers.
#cost {display:none;} #waste {display:none;} #mit {display:none;} #doe {display:none;} div.heading { left:10%; width:80%; height: 20%; position:absolute; } div.heading h1 { text-align:center;} div.intro { width:50%; position:absolute; } div.logo { position:absolute; top:25%; left:50%; width:50%; t...
#cost {display:none;} #waste {display:none;} #mit {display:none;} #doe {display:none;} div.heading { left:10%; width:80%; height: 20%; position:absolute; } div.heading h1 { text-align:center;} div.intro { width:50%; position:absolute; } div.logo { position:absolute; top:25%; left:50%; width:50%; t...
Fix left alignment of stats bar
/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #statistics { background-color: white; bottom: 0; border-top: 1px solid black; height: 15px; margin: 0; opacity: 0.85; padding: 0; ...
/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #statistics { background-color: white; left: 0; bottom: 0; border-top: 1px solid black; height: 15px; margin: 0; opacity: 0.85; pa...
Use the typical Fork style background color.
body { overflow-y: scroll; } #content { padding-bottom: 50px; } h2, h3 { float: left; } textarea { resize: vertical; } .page-header { margin: 20px 0px 20px 0px; } .clickToEdit { position: absolute; width: 100%; height: 0px; margin: 10px 0px 10px 0px; text-align: center; } ....
html { min-height: 100%; background-color: #EBF3F9; } body { overflow-y: scroll; background-color: transparent; } #content { padding-bottom: 50px; } h2, h3 { float: left; } textarea { resize: vertical; } .page-header { margin: 20px 0px 20px 0px; } .clickToEdit { position: absol...
Fix css edited for topnav button
/* React Starter Kit | MIT License | http://www.reactstarterkit.com/ */ * { margin: 0; line-height: 1.2; } html { display: table; width: 100%; height: 100%; color: #888; text-align: center; font-family: sans-serif; } body { display: table-cell; margin: 2em auto; vertical-align: middle; } h1 { ...
/* React Starter Kit | MIT License | http://www.reactstarterkit.com/ */ html { display: table; width: 100%; height: 100%; color: #888; text-align: center; font-family: sans-serif; } body { display: table-cell; margin: 2em auto; vertical-align: middle; } h1 { color: #555; font-weight: 400; fon...
Add min-width to fix text overflow ellipsis
@import '@teamleader/ui-utilities'; :root { --button-border-radius: calc(0.4 * var(--unit)); --button-margin: calc(0.6 * var(--unit)); } .group { display: flex; align-items: center; > * { margin-left: var(--button-margin); margin-right: var(--button-margin); } > *:first-child { margin-left...
@import '@teamleader/ui-utilities'; :root { --button-border-radius: calc(0.4 * var(--unit)); --button-margin: calc(0.6 * var(--unit)); } .group { display: flex; align-items: center; min-width: 0; > * { margin-left: var(--button-margin); margin-right: var(--button-margin); } > *:first-child {...
Change border width of table, button
html { margin:0; background: black; color: white; } body { margin:0; } a { color: #7070ff; } input[type=button], .igt-button { border: 2px solid #40ebcd; border-radius: 0; padding: 0.4em 1em; background: #105050; color: white; font-family: 'Arial'; -webkit-appearance: non...
html { margin:0; background: black; color: white; } body { margin:0; } a { color: #7070ff; } input[type=button], .igt-button { border: 1px solid #40ebcd; border-radius: 0; padding: 0.4em 1em; background: #105050; color: white; font-family: 'Arial'; -webkit-appearance: non...
Make cursor a hand on table columns
html { position:relative; min-height: 100%; } body { margin-top: 50px; margin-bottom: 60px; } .main { padding-top: 30px; } .st-sort-ascent:before{ content: '\25B2'; } .st-sort-descent:before{ content: '\25BC'; } .footer { position: absolute; bottom: 0; width: 100%; height: 60px; background-...
html { position:relative; min-height: 100%; } body { margin-top: 50px; margin-bottom: 60px; } .main { padding-top: 30px; } .st-sort-ascent:before{ content: '\25B2'; } .st-sort-descent:before{ content: '\25BC'; } .footer { position: absolute; bottom: 0; width: 100%; height: 60px; background-...
Add a margin to the bottom of the footer
html { font-family: "freight-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; } @media (min-width: 38em) { html { font-size: 19px; } } h1, h2, h3, h4, h5, h6 { font-weight: 500; } code, pre { font-family: "source-code-pro", Menlo, Monaco, "Courier New", monospace; } code { font-size: 0.8rem...
html { font-family: "freight-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; } @media (min-width: 38em) { html { font-size: 19px; } } h1, h2, h3, h4, h5, h6 { font-weight: 500; } code, pre { font-family: "source-code-pro", Menlo, Monaco, "Courier New", monospace; } code { font-size: 0.8rem...
Add some horizontal padding 📃
.header { height: 40px; line-height: 40px; padding-left: 16px; } .seeMore { margin-top: 12px; margin-bottom: 6px; } .descriptionContainer { flex-direction: column; display: flex; align-items: center; line-height: 1.4em; margin-bottom: 20px; text-align: justify; } .description { max-width: 4...
.header { height: 40px; line-height: 40px; padding-left: 16px; } .seeMore { margin-top: 12px; margin-bottom: 6px; } .descriptionContainer { flex-direction: column; display: flex; align-items: center; line-height: 1.4em; margin-bottom: 20px; padding: 0 16px; text-align: justify; } .descripti...
Set sizes of overall grid struct, added debug, and bootstrap overide
html, body { height:100%; } .col { height:100%; } #top-empty { height: 15vh; border: 8px solid red; } #name { height: 20vh; border: 5px dashed green; } #name-heading { margin: 0; height: 100%; display: flex; align-items: center; text-align: center; } #name-heading > span { margin-left: auto; margin-ri...
html, body { height:100%; line-height:1; } .col { height:100%; padding-left: 0px; padding-right: 0px; } #top-empty { height: 12vh; } #bottom-empty { height: 5vh; } #name { height: 15vh; } #name-heading { margin: 0; height: 100%; display: flex; align-items: center; text-align: center; } #name-heading ...
Add .css definition of heading
.wrapper{ width: 80%; border: 1px solid black; margin: 0 auto 0 auto; }
.wrapper{ width: 80%; border: 1px solid black; margin: 0 auto 0 auto; } .heading{ height: 100px; background: -webkit-linear-gradient(rgba(39,9,236,0.66) 0%, #ffffff 100%); padding: 20px; text-align: center; }
Add terminator font-face to css
html { font-size: 10px; background: url('images/arnold-terminator.jpg') bottom center; background-size: cover; } body,html { margin: 0; padding: 0; font-family: sans-serif; } .keys { display: flex; flex: 1; min-height: 100vh; align-items: center; justify-content: center; } .key { border: .4rem s...
@font-face { font-family: Terminator; src: url('fonts/terminator.ttf'); } html { font-size: 10px; background: url('images/arnold-terminator.jpg') bottom center; background-size: cover; } body,html { margin: 0; padding: 0; font-family: sans-serif; } kbd { font-family: Terminator; } .keys { display: ...
Change display tab size to 2
.codeLine pre { margin: 0; } .operators { color: black; } .constants { color: black; } .string { color: red; } .keywords { color: blue; } .comments { color: gray; } .variable_name { color: black; } .other { color: black; } .whitespace { } .invalid { color: red; } .preprocessor { color:...
.codeLine pre { margin: 0; tab-size: 2; } .operators { color: black; } .constants { color: black; } .string { color: red; } .keywords { color: blue; } .comments { color: gray; } .variable_name { color: black; } .other { color: black; } .whitespace { } .invalid { color: red; } .preproce...
Reduce map height in modal.
html, body { height: 100%; } body { padding-top: 50px; } .navbar .white { color: #fff; } .content { height: 100%; } #map-container { height: 100%; } .new-record-modal .new-record-map-container { height: 200px; }
html, body { height: 100%; } body { padding-top: 50px; } .navbar .white { color: #fff; } .content { height: 100%; } #map-container { height: 100%; } .new-record-modal .new-record-map-container { height: 150px; }
Add stylesheet for index page
header { border: 1px solid white; position: relative; width: 97.5%; margin-top: 0px; height: 160px; margin-bottom: 10px; background-color: lightgray; background: url(../../banner.png); } header nav ul { ...
Change second block technical relative stylesheet
#second_from_top { display: block; position: relative; left: 100px; top: 800px; }
#second_from_top { display: block; position: relative; left: 100px; top: 900px; }
Disable justified text everywhere but in main content
.redlink, .redlink:hover, .redlink:active, .redlink:focus { color: #c00; } p, li { text-align: justify; hyphens: auto; } #txtContent { height: 450px; font-family: monospace; } .CodeMirror { height: 450px; } .tocify { width: 100%; position: relative; margin: 0; border: 0; border-radius: 0; overflow: v...
.redlink, .redlink:hover, .redlink:active, .redlink:focus { color: #c00; } .main-content p, li { text-align: justify; hyphens: auto; } #txtContent { height: 450px; font-family: monospace; } .CodeMirror { height: 450px; } .tocify { width: 100%; position: relative; margin: 0; border: 0; border-radius: 0...
Use vw for screen size based layout
/* Cleaner for Excite translation */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.excite.co.jp/world/") { #contents > :not(#transForm):not(#webPageMin):not(#techDict):not(.content), #sidebar, #exUnderNav, #exFooter, #afterBox, #excite_slidead_wrap, .ad728 { display: non...
/* Cleaner for Excite translation */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.excite.co.jp/world/") { #contents > :not(#transForm):not(#webPageMin):not(#techDict):not(.content), #sidebar, #exUnderNav, #exFooter, #afterBox, #excite_slidead_wrap, .ad728 { display: non...
Adjust styling for massive damage
html { font: 100%/175% Ubuntu, sans-serif; } .plan ul { list-style: none; padding-left: 0; } .plan ul ul { padding-left: 1.25em; } .plan .task.task-has-children { margin-top: 0.5em; } .plan .task-data { width: 100%; border-spacing: 0; } .plan .task-done { width: 1.5em; text-align: center; } .pla...
html { font: 100%/125% Ubuntu, sans-serif; } .plan ul { list-style: none; padding-left: 0; } .plan ul ul { padding-left: 1.25em; } .plan .task.task-has-children { margin-top: 0.5em; } .plan .task-data { width: 100%; border-spacing: 0; } .plan .task-done, .plan .task-title { padding: 0.4em 0; /* U...
Fix server CSS alignment in AccountNext
#subscription_form form > div { left: 1rem; } #subscription_form form { padding-top: 5rem; } #subscription_form ul#obb { padding-top: 10rem; } #subscription_form div#movim input { width: calc(100% - 15rem); text-align: right; } #subscription_form div#movim span { color: gray; font-weight...
#subscription_form form > div { left: 1rem; } #subscription_form form { padding-top: 5rem; } #subscription_form ul#obb { padding-top: 10rem; } #subscription_form div#movim input { width: calc(100% - 15rem); text-align: right; } #subscription_form div#movim span { color: gray; font-weight...
Fix second in blog index
#second_from_top { display: block; position: relative; top: 790px; left: 100px; } #third_from_top { display: block; position: relative; top: 800px; left: 100px; } #fourth_from_top { display: block; position: relative; top: 810px; left: 100px; } #fifth_from_top { display: block; position: relative; top: 820px; left...
#second_from_top { display: block; position: relative; top: 800px; left: 100px; } #third_from_top { display: block; position: relative; top: 810px; left: 100px; } #fourth_from_top { display: block; position: relative; top: 820px; left: 100px; } #fifth_from_top { display: block; position: relative; top: 830px; left...
Move some of the styling out of the screen width media query
@media only screen and (max-width: 767px) { .custora-job-status { margin-top: 0px; margin-bottom: 5px; } .custora-job-id { display: block; } .custora-job-button-group { float: left; margin-bottom: 10px; } .custora-job-button-group .dropdown-toggle { width: 40px; } .custora-job...
.custora-job-status { margin-top: 0px; margin-bottom: 5px; } h3.custora-job-associates { margin-left: 15px; font-size: 16px; } .custora-remove-button { padding: 6px; } .custora-remove-icon { color: dimgray; } @media only screen and (max-width: 767px) { .custora-job-id { display: block; } .cus...
Add some basic styles for the upload widgets
div.uploader_controls {margin: 16px 0 8px 8px} div.uploader_controls select {} iframe.uploader {width: 100%; height: 400px; border: none;} div.uploader_toggle {} /* * Plugin info */ .uploader_logo { float: left; margin: 0.5em 1.5em 0.5em 0; } .uploader_license { text-align: justify; } .uploader_syscheck ...
/** * Uploader widget */ .uploader_widget { margin: 1em 0; } .uploader_controls {} .uploader_filelist { padding: 0.5em; border: 1px solid #888; margin: 1em 0; } .uploader_container {} .uploader_pickfiles {} .uploader_uploadfiles {} .uploader_console {} /** * Plugin info */ .uploader_logo { floa...
Add some opacity for selection background color
:root { --color-red: #e12; --color-blue: #aef; --color-pale: #f3f3f3; --color-light: #ddd; --color-gray: #999; --color-dark: #333; --color-text: var(--color-dark); --color-background: var(--color-pale); --color-selected-color: black; --color-selected-background: #60c3; --c...
:root { --color-red: #e12; --color-blue: #aef; --color-pale: #f3f3f3; --color-light: #ddd; --color-gray: #999; --color-dark: #333; --color-text: var(--color-dark); --color-background: var(--color-pale); --color-selected-color: black; --color-selected-background: #60c2; --c...
Remove css from preliminary navbar
/* ------ Background ------ */ body { background-color: rgba(188, 219, 238, 0.94); } #background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url('images/garden.jpg'); background-repeat: no-repeat; background-attachment: fixed; /* background-size: 100%; */ bac...
/* ------ Background ------ */ body { background-color: rgba(188, 219, 238, 0.94); } #background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url('images/garden.jpg'); background-repeat: no-repeat; background-attachment: fixed; /* background-size: 100%; */ bac...
Make code samples smaller for better fit
pre.src-python {background-color:hsl(0,70%,97%)} // pre.src-python {background-color:hsl(108,25%,95%)} // pre.src-python { background-color:#606060 } pre span.builtin {color:#7a378b} pre span.keyword {color:#a020f0} pre span.string {color:#008000} pre span.variable-name {color:#ba36a5} pre span.function-name {color:#...
pre {font-size:small} pre.src-python {background-color:hsl(0,70%,97%)} // pre.src-python {background-color:hsl(108,25%,95%)} // pre.src-python { background-color:#606060 } pre span.builtin {color:#7a378b} pre span.keyword {color:#a020f0} pre span.string {color:#008000} pre span.variable-name {color:#ba36a5} pre span....
Remove word-wrap for pre blocks
header.navigation h1 { text-align: center; margin: 1rem; } header.navigation h1 a { text-decoration: none; } header.navigation nav { width: 80%; max-width: 710px; margin: 3rem auto; text-align: center; } header.navigation nav ul { list-style-type: none; padding: 0; } header.navigation nav...
header.navigation h1 { text-align: center; margin: 1rem; } header.navigation h1 a { text-decoration: none; } header.navigation nav { width: 80%; max-width: 710px; margin: 3rem auto; text-align: center; } header.navigation nav ul { list-style-type: none; padding: 0; } header.navigation nav...
Add width to alt and title text field
@import url('../node_modules/hologram-image-upload/dist/css/Hologram.css'); .image-wrapper{ overflow: auto; } .preview-image{ position: relative; width: 100px; height: 100px; margin-bottom: 2em; border-style: dashed dashed dashed dashed; overflow: hidden; float:left; } .preview-image img{ ...
@import url('../node_modules/hologram-image-upload/dist/css/Hologram.css'); .image-wrapper{ overflow: auto; } .preview-image{ position: relative; width: 100px; height: 100px; margin-bottom: 2em; border-style: dashed dashed dashed dashed; overflow: hidden; float:left; } .preview-image img{ ...
Make visited links show up blue
.blog-title { margin: 1em 0 0 0; } .blog-subtitle { margin: 0; } .blog-date { margin: 0; } .blog-footer { #border-top: 1px solid lightgrey; padding-top: 1em; #margin-top: 2em; text-align: center; } .read-more { font-style: italic; font-size: .9em; } article { padding-bottom: 1em; border-bottom:...
.blog-title { margin: 1em 0 0 0; } .blog-subtitle { margin: 0; } .blog-date { margin: 0; } .blog-footer { #border-top: 1px solid lightgrey; padding-top: 1em; #margin-top: 2em; text-align: center; } .read-more { font-style: italic; font-size: .9em; } article { padding-bottom: 1em; border-bottom:...
Make app canvas expand to size of app container
.shoes-app { font-family: Arial, sans-serif; } .shoes-banner { font-size: 48px; } .shoes-title { font-size: 34px; } .shoes-subtitle { font-size: 26px; } .shoes-tagline { font-size: 18px; } .shoes-caption { font-size: 14px; } .shoes-para { font-size: 12px; } .shoes-inscription { font-size: 10px; } .shoes-stack .shoes-e...
.shoes-app { font-family: Arial, sans-serif; position: relative; } .shoes-banner { font-size: 48px; } .shoes-title { font-size: 34px; } .shoes-subtitle { font-size: 26px; } .shoes-tagline { font-size: 18px; } .shoes-caption { font-size: 14px; } .shoes-para { font-size: 12px; } .shoes-inscription { font-size: 10px; } ....
Add sections to index and notes to papers
.authors, #authors { font-weight: bold; font-style: italic; display: inline; } .info, #info { display: inline; } #footer { border-top: 1px solid gray; padding-top: 1em; margin-top: 1em; font-size: smaller; } {font-family:verdana,helvetica,sans-serif} a {text-decoration:none;color:#3030a0} #content { margin-top: 1em; ...
.authors, #authors { font-weight: bold; font-style: italic; display: inline; } .info, #info { display: inline; } #note { font-weight: bold; color: blue; padding-top: 1em; } #footer { border-top: 1px solid gray; padding-top: 1em; margin-top: 1em; font-size: smaller; } {font-family:verdana,helvetica,sans-serif} a {text-d...
Update canvas borders to stand out
body { background-color: #F9F5FC; } .container { background-color: #F1EEFA; border: 0.5em solid #AAF; box-shadow: 0.25em 0.25em 0.25em #444; margin: 0 auto; padding: 2em; text-align: center; width: 60em; } #tetris-grid { border: 1px solid #779; } #tetris-preview { border: 4px double #977; vertic...
body { background-color: #F9F5FC; } .container { background-color: #F1EEFA; border: 0.5em solid #AAF; box-shadow: 0.25em 0.25em 0.25em #444; margin: 0 auto; padding: 2em; text-align: center; width: 60em; } #tetris-grid { border: 1px solid #DAA; } #tetris-preview { border: 1px solid #AAD; vertica...
Add right margin to title so isn't hidden by icon
& { position: relative; } h4 { font-size: 12px; } header { .action_button { float: right; margin-right: 60px; line-height: 30px; span { display: none; } &:hover span { display: inline; } } .logo { position: absolute; height: 48px; width: 60px; right...
& { position: relative; } h4 { font-size: 12px; margin-right: 60px; } header { .action_button { float: right; margin-right: 60px; line-height: 30px; span { display: none; } &:hover span { display: inline; } } .logo { position: absolute; height: 48px; ...
Use pointer on clipboard sag
th [type="checkbox"] + label { margin-right: 6px; } #similarFields .highlight { background: #ffe38f; color: #705400; } form.quick-action { display: inline-block; } td > svg { vertical-align: middle; } code.location { color: #8f98a3; background-color: #EBEDEF; border-radius: 3px; ...
th [type="checkbox"] + label { margin-right: 6px; } #similarFields .highlight { background: #ffe38f; color: #705400; } form.quick-action { display: inline-block; } td > svg { vertical-align: middle; } svg[data-clipboard-text] { cursor: pointer; } code.location { color: #8f98a3; back...
Align cart and ticket container
:host { display: block; transition: var(--material-curve-320); transform: translate(0, 60px); opacity: 0; } :host(.active) { transform: translate(0, 0); opacity: 1; } #tickets { min-height: calc(100vh - 348px); width: 100%; } hr { border: 0; background: #606060; width: 100%; height: 1px; ma...
:host { display: block; transition: var(--material-curve-320); transform: translate(0, 60px); opacity: 0; } :host(.active) { transform: translate(0, 0); opacity: 1; } #tickets { min-height: calc(100vh - 348px); width: 100%; } hr { border: 0; background: #606060; width: 100%; height: 1px; ma...
Make plain text statblock wrap on smaller screens
body { font-family: arial, sans-serif; } /* * Statblock section. */ .statblock { font-family: "gandhi", arial, sans-serif; max-width: 1024px; } /* * Section headers in statblock. */ hr:nth-of-type(2n+1) + b { color: white; background-color: black; display: block; margin-bottom: -1...
body { font-family: arial, sans-serif; } /* * Statblock section. */ .statblock { font-family: "gandhi", arial, sans-serif; max-width: 1024px; } /* * Section headers in statblock. */ hr:nth-of-type(2n+1) + b { color: white; background-color: black; display: block; margin-bottom: -1...
Fix problem when webview sign in is enabled that causes infinite spinner.
/* Copyright 2013 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ html, body, #contents, #signin-frame { height: 100%; margin: 0; overflow: hidden; padding: 0; width: 100%; } #signin-frame, #spinner-contai...
/* Copyright 2013 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ html, body, #contents, #signin-frame { height: 100%; margin: 0; overflow: hidden; padding: 0; width: 100%; } #signin-frame, #spinner-contai...
Fix for QuadStack scrollbars rendering below children.
/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ quad-stack { position: relative; outline: none; overflow: scroll; } quad-stack > view-container { -webkit-transform-style: preserve-3d; ...
/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ quad-stack { position: relative; outline: none; overflow: scroll; z-index: 10; /* cause our scrollbars to render above our children. */ } ...
Fix video sizes on main page.
body { background-color: #333; text-align: center; margin: 0; } h2 { color: #AAA; } a { color: #FFF; text-decoration: none; } .content { display: block; width: 50%; height: 50vh; float: left; text-align: center; } .mainvideo { position: absolute; left:0; width...
body { background-color: #333; text-align: center; margin: 0; } h2 { color: #AAA; } a { color: #FFF; text-decoration: none; } .content { display: block; width: 50%; height: 50vh; float: left; text-align: center; } .content video { width: 100%; } .mainvideo { posi...
Adjust height, and keep the width in the grid view.
.zci--googleplus .tile--basic-image .tile__media { height: 12em; } .zci--googleplus .tile--basic-image .tile__media__img { margin-top: 2em; border-radius: 100%; } .zci--googleplus .tile--basic-image .tile__media__img { min-width: 0; } .zci--googleplus .tile--basic-image .tile__title { text-align:...
.zci--googleplus .tile--basic-image .tile__media { height: 12em; } .zci--googleplus .tile--basic-image .tile__media__img { margin-top: 2em; border-radius: 100%; } .zci--googleplus .tile--basic-image .tile__media__img { min-width: 0; } .zci--googleplus .tile--basic-image .tile__title { text-align:...
Remove dropdown bottom positioning (--dropdown-spacing fix)
.hx-dropdown { background: var(--dropdown-background-color); box-shadow: 0px 2px 2px 2px var(--dropdown-shadow-color); border-color: var(--dropdown-border-color); border-radius: var(--dropdown-border-radius); } .hx-dropdown-up { margin-bottom: calc(-1 * var(--dropdown-spacing)); } .hx-dropdown-down { marg...
.hx-dropdown { background: var(--dropdown-background-color); box-shadow: 0px 2px 2px 2px var(--dropdown-shadow-color); border-color: var(--dropdown-border-color); border-radius: var(--dropdown-border-radius); } .hx-dropdown-up { margin-top: calc(-1 * var(--dropdown-spacing)); } .hx-dropdown-down { margin-...
Create a stacking context for the select's focus ring
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ .stackSettings { display: flex; height: 25px; flex-flow: row nowrap; padding: 0; line-height: 25px; wh...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ .stackSettings { display: flex; height: 25px; flex-flow: row nowrap; padding: 0; line-height: 25px; wh...
Make default width 100%. Propose easy possibility to change the width in readme
.magic-overlay { width: 70%; height: 100%; position: fixed; top: 0; left: 0; background-color: #e86759; z-index: 99000; } .magic-overlay .close-button { padding: 20px; display: block; text-align: right; } .magic-overlay .loading-container { text-align: center; padding-top...
.magic-overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: #e86759; z-index: 99000; } .magic-overlay .close-button { padding: 20px; display: block; text-align: right; } .magic-overlay .loading-container { text-align: center; padding-to...
Fix word wrapping in gists for good (damn CSS...)
/* overrides.css - custom styles * Copyright (C) 2012 Matteo Panella <morpheus@level28.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your...
/* overrides.css - custom styles * Copyright (C) 2012 Matteo Panella <morpheus@level28.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your...
Drop padding on some headers so they align with tops of boxes
.navbar { margin-top: 30px; } .cover-art, .artist-image { max-height: 16em; text-align: center; } /* line 55, ../sass/app.scss */ .cover-art img, .artist-image img { max-height: inherit; } /* line 61, ../sass/app.scss */ .release-group-tile .cover-art, .release-tile .cover-art { height: 8em; max-height: 8e...
.navbar { margin-top: 30px; } .cover-art, .artist-image { max-height: 16em; text-align: center; } /* line 55, ../sass/app.scss */ .cover-art img, .artist-image img { max-height: inherit; } /* line 61, ../sass/app.scss */ .release-group-tile .cover-art, .release-tile .cover-art { height: 8em; max-height: 8e...
Remove weird margin from the delete buttons
#basestats { list-style-type: none; padding-left: 0; width: 150px; } span.deletestat { margin-left: 1.4em; color: red; cursor: pointer; }
#basestats { list-style-type: none; padding-left: 0; width: 150px; } span.deletestat { color: red; cursor: pointer; }
Add styles for home with oswald font and white bg
img { width: 100%; } ul { list-style-type: none; padding-left: 10px; } ul.table-view.recpie-table { margin: 0; padding: 0; } ul.recpie-table li { padding: 15px 15px 5px 10px; } .page-detail p:not(.image){ padding-left: 10px; } ul.recpie-table li:nth-child(odd) { background-color: rgba(0, 164, 152, ...
img { width: 100%; } ul { list-style-type: none; padding-left: 10px; } ul.table-view.recpie-table { margin: 0; padding: 0; } ul.recpie-table li { padding: 15px 15px 5px 10px; } .page-detail p:not(.image){ padding-left: 10px; } ul.recpie-table li { background-color: #FFF; font-family: "oswald"; ...
Remove cursor styling on ul/ol
.ProseMirror { position: relative; } .ProseMirror { word-wrap: break-word; white-space: pre-wrap; -webkit-font-variant-ligatures: none; font-variant-ligatures: none; } .ProseMirror ul, .ProseMirror ol { cursor: default; } .ProseMirror pre { white-space: pre-wrap; } .ProseMirror li { position: relati...
.ProseMirror { position: relative; } .ProseMirror { word-wrap: break-word; white-space: pre-wrap; -webkit-font-variant-ligatures: none; font-variant-ligatures: none; } .ProseMirror pre { white-space: pre-wrap; } .ProseMirror li { position: relative; } .ProseMirror-hideselection *::selection { backgrou...
Fix styling issues for textarea in overlay
/*.dtge-dialog fieldset legend { display: none; }*/ .dtge-dialog input.ng-invalid { border-color: #9d261d; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); } .dtge-dialog .help-inline { co...
/*.dtge-dialog fieldset legend { display: none; }*/ .dtge-dialog input.ng-invalid { border-color: #9d261d; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); } .dtge-dialog .help-inline { co...
Add Pregressive Enhancement CSS if Flexbox is supported
/* main.css */ /* Add Pregressive Enhancement CSS if Flexbox not supported */ .no-flexbox .container { background: #eee; overflow: auto; } .no-flexbox .container .col { width: 27%; padding: 30px 3.15% 0; float: left; } @media screen and (max-width: 48rem) { .no-flexbox .container .col { width:...
/* main.css */ /* Add Pregressive Enhancement CSS if Flexbox not supported */ .no-flexbox .container { background: #eee; overflow: auto; } .no-flexbox .container .col { width: 27%; padding: 30px 3.15% 0; float: left; } @media screen and (max-width: 48rem) { .no-flexbox .container .col { width:...
Use the correct font fallbacks for navbar save messages
@import "../../css/colors.css"; @import "../../css/units.css"; .inline-message { color: $ui-white; font-family: "Helvetica Neue"; display: flex; justify-content: end; align-items: center; font-size: .8125rem; } .success { color: $ui-white-dim; } .info { color: $ui-white; } .warn { ...
@import "../../css/colors.css"; @import "../../css/units.css"; .inline-message { color: $ui-white; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; display: flex; justify-content: end; align-items: center; font-size: .8125rem; } .success { color: $ui-white-dim; } .info { c...
Add some styling to the social media buttons
.window-manifest-navigation > .mirador-btn.mirador-icon-canvas-cite-share { color: #929191; margin-right: 5px; } .window-manifest-navigation > .mirador-btn.mirador-icon-canvas-cite-share:hover { color: black; } #canvas-link-modal #canvas-link { box-sizing: border-box; height: 33px; padding: 6px; width: ...
.window-manifest-navigation > .mirador-btn.mirador-icon-canvas-cite-share { color: #929191; margin-right: 5px; } .window-manifest-navigation > .mirador-btn.mirador-icon-canvas-cite-share:hover { color: black; } #canvas-link-modal #canvas-link { box-sizing: border-box; height: 33px; padding: 6px; width: ...
Hide "Pagelet Sidebar" from the right edge of the page
/* Media Query */ @media (max-width: 1920px) { /* WUXGA */ } @media (max-width: 1600px) { /* UXGA */ } @media (max-width: 1280px) { /* SXGA */ } @media (max-width: 1024px) { /* XGA */ } @media (max-width: 800px) { /* SVGA */ } @media (max-width: 640px) { /* VGA */ }
/* Pagelet Sidebar */ #pagelet_sidebar { display: none; } /* Media Query */ @media (max-width: 1920px) { /* WUXGA */ } @media (max-width: 1600px) { /* UXGA */ } @media (max-width: 1280px) { /* SXGA */ } @media (max-width: 1024px) { /* XGA */ } @media (max-width: 800px) { /* SVGA */ } @media (max-width: 640px) {...
Fix position of ajax-loader in shell list item
/* Shell View CSS -----------------------------------------------------------------------------------------------------------*/ #machine-shell-popup-popup { top: 2% !important; width: 95% !important; bottom: 55px !important; max-height: 94% !important; } #machine-shell-popup #shell-grid { top: 50p...
/* Shell View CSS -----------------------------------------------------------------------------------------------------------*/ #machine-shell-popup-popup { top: 2% !important; width: 95% !important; bottom: 55px !important; max-height: 94% !important; } #machine-shell-popup #shell-grid { top: 50p...
Correct path for gps 2-1 files
header { background-color: blue; } header p { background-color: #00FFFF; } .column-1{ float: left; width:45%; background-color: green; margin: 2%; } .column-2{ float: right; width:45%; background-color: red; margin: 2%; } footer { background-color: #A9A9A9; clear: both; }
Change style file name for the latest darts-ui
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path...
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path...
Include all ui css files.
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path...
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path...
Decrease spacing between menu items
body { margin-top: 75px; /* 100px is double the height of the navbar - I made it a big larger for some more space - keep it at 50px at least if you want to use the fixed top nav */ } footer { margin: 50px 0; } table { background-color:#e0e0ff } tbody td, th { border: 1px solid black; padding: 3px ...
body { margin-top: 75px; /* 100px is double the height of the navbar - I made it a big larger for some more space - keep it at 50px at least if you want to use the fixed top nav */ } footer { margin: 50px 0; } table { background-color:#e0e0ff } tbody td, th { border: 1px solid black; padding: 3px ...
Remove Internet Explorer compatibility declarations
.tc-ctl.tc-ctl-attrib { position: absolute; font-family: Arial, helvetica, sans-serif; font-size: 0.8em; bottom: 0; left: 50%; z-index: 10002; padding: 0; } .tc-ctl-attrib-cmd { text-decoration: underline; cursor: pointer; } .tc-ctl-attrib-other.tc-collapsed { display: none; }...
.tc-ctl.tc-ctl-attrib { position: absolute; font-family: Arial, helvetica, sans-serif; font-size: 0.8em; bottom: 0; left: 50%; z-index: 10002; padding: 0; } .tc-ctl-attrib-cmd { text-decoration: underline; cursor: pointer; } .tc-ctl-attrib-other.tc-collapsed { display: none; }...
Move bright override from old talk
/* Change default color */ a { color: #0080e0; } .slide mark { color: #0080e0; background: transparent; } .slide mark.important { background: #0080e0; color: white; } .slide mark.important mark { color: white; } .slide pre mark.important { background: #0080e0; } .slide pre mark.comment...
Remove unnecessary margin-top on HTML.
html, body { color: #333; margin-top: 100px; } .recipe-modal-content { border: 1px solid #f2f2f2; background-color: #fff; padding: 20px; } .myModal-header { border-bottom: 1px solid #c3c3c3; padding-bottom: 10px; } .recipe-title:hover { cursor: pointer; color: #55dfb6; }
html, body { color: #333; } .recipe-modal-content { border: 1px solid #f2f2f2; background-color: #fff; padding: 20px; } .myModal-header { border-bottom: 1px solid #c3c3c3; padding-bottom: 10px; } .recipe-title:hover { cursor: pointer; color: #55dfb6; }
Fix outlines for player controls
.control { background-color: transparent; color: #ce340d; border: 2px solid currentColor; border-radius: 50%; width: 40px; height: 40px; padding: 0; box-sizing: border-box; transition: color 150ms ease; cursor: pointer; display: flex; justify-content: center; align-items: center; &:hover { ...
.control { background-color: transparent; color: #ce340d; border: 2px solid currentColor; border-radius: 50%; width: 40px; height: 40px; padding: 0; box-sizing: border-box; transition: color 150ms ease; cursor: pointer; display: flex; justify-content: center; align-items: center; outline: no...
Add CSS code to center the red clock in the main webpage
.html,body{ background-color: grey; }
.html,body{ background-color: grey; } #Clock { position: absolute; top: 18%; bottom: 0; left:40%; right: 60%; }
Add basic styling for debug div
body { background-color: #336; text-align: center; } canvas { background-color: #000; border: 4px solid #FF4; border-radius: 12px; margin: 3em; }
body { background-color: #336; text-align: center; } canvas { background-color: #000; border: 4px solid #FF4; border-radius: 12px; margin: 3em; } #debug { background-color: #000; color: #FFF; font-family: monospace; height: 100px; left: 0px; position: absolute; top: 0px; width: 100px; }
Fix panes CSS to apply borders to nested rows / columns again
* { margin: 0; padding: 0; } body { font-family: Lucida Grande; font-size: 12px; } #root-view { height: 100%; height: 100%; overflow-y: auto; position: relative; background-image: url(static/images/linen.png); } #root-view #panes { height: 100%; width: 100%; } #root-view #panes .column { pos...
* { margin: 0; padding: 0; } body { font-family: Lucida Grande; font-size: 12px; } #root-view { height: 100%; height: 100%; overflow-y: auto; position: relative; background-image: url(static/images/linen.png); } #root-view #panes { height: 100%; width: 100%; } #root-view #panes .column { pos...
Add simple vertical scroll style
/** * Common display controls */ [body-bg] { } [layout] { /* width & height are set automatically by the script execution */ position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; opacity: 0; transition: opacity .5s ease; } [layout][visible] { opacity: 1; z-index: 1; } [layout][b...
/** * Common display controls */ [body-bg] { } [layout] { /* width & height are set automatically by the script execution */ position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; opacity: 0; transition: opacity .5s ease; } [layout][visible] { opacity: 1; z-index: 1; } [layout][b...
Use tiny font size in previews.
.sc-preview { display: flex; font-size: var(--t-small-font-size); } .sc-preview .se-thumbnail { max-width: 60px; } .sc-preview .se-label { white-space: nowrap; flex: 0 0 var(--t-double-spacing); padding-left: var(--t-half-spacing); } .sc-preview a { text-decoration: none; color: var(--t-text-color); ...
.sc-preview { display: flex; font-size: var(--t-tiny-font-size); } .sc-preview .se-thumbnail { max-width: 60px; } .sc-preview .se-label { white-space: nowrap; flex: 0 0 var(--t-double-spacing); padding-left: var(--t-half-spacing); } .sc-preview a { text-decoration: none; color: var(--t-text-color); }...
Set box-sizing globally for widgets
/* Copyright (c) 2014, Google Inc. Please see the AUTHORS file for details. */ /* All rights reserved. Use of this source code is governed by a BSD-style */ /* license that can be found in the LICENSE file. */ :host(.veiled) { opacity: 0; } :host(.unveiled) { opacity: 1; } .stacking-context { /* This no-op sc...
/* Copyright (c) 2014, Google Inc. Please see the AUTHORS file for details. */ /* All rights reserved. Use of this source code is governed by a BSD-style */ /* license that can be found in the LICENSE file. */ :host { box-sizing: border-box; } :host(.veiled) { opacity: 0; } :host(.unveiled) { opacity: 1; } ....
Add Monaco to font stack
body { font-family: Consolas, "Liberation Mono", Courier, monospace; font-size: 12px; }
body { font-family: Consolas, "Liberation Mono", Monaco, Courier, monospace; font-size: 12px; }
Make tags a little smaller and less obtrusive
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; line-height: 1.4; padding: 2em; } ul { list-style: none; margin: 0; padding: 0; } #results > li { cursor: default; padding: 0.5em 0; } #resu...
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; line-height: 1.4; padding: 2em; } ul { list-style: none; margin: 0; padding: 0; } #results > li { cursor: default; padding: 0.5em 0; } #resu...
Align error message correctly with field
:root { --error-color: red; --error-background: #fbc0bb; } .field-editor--error-message { color: var(--error-color); background-color: var(--error-background); font-size: 0.8rem; width: 100%; padding: 0.25rem; }
:root { --error-color: red; --error-background: #fbc0bb; } .field-editor--error-message { color: var(--error-color); background-color: var(--error-background); font-size: 0.8rem; padding: 0.25rem; }
Work around possible bug in 2.2.1 WRT drop down position
.tilted { /* Safari, Chrome */ -webkit-transform: rotate(-3deg); /* Firefox */ -moz-transform: rotate(-3deg); /* IE */ -ms-transform: rotate(-3deg); /* Opera */ -o-transform: rotate(-3deg); /* Older versions of IE */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotat...
.tilted { /* Safari, Chrome */ -webkit-transform: rotate(-13deg); /* Firefox */ -moz-transform: rotate(-1deg); /* IE */ -ms-transform: rotate(-1deg); /* Opera */ -o-transform: rotate(-1deg); /* Older versions of IE */ filter: progid:DXImageTransform.Microsoft.BasicImage(rota...
Tweak font sizes. Color <h3> light blue, <h2> a dark grey.
html, body { padding:0px; font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222; } h1, h2, h3, tt { color: #000; line-height:1.1; } h2 { padding-top: 1em; } h3 { padding-top: 0.5em; margin-bottom: -0.25em; } li { padding-bottom: 0.5em; ...
html, body { padding:0px; font-size:12px; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222; line-height:1.5; } h1, h2, h3, tt { color: #000 } h2 { color:#333333; padding-top:1em; } h3 { padding-top: 0.5em; margin-bottom: -0.25em; col...
Hide scrollbar for webkit browsers
html, body { height: 100%; width: 100%; margin: 0; padding: 0; } .delayedscroll, .delayedscroll > * { height: 100%; width: 100%; margin: 0 auto; }
html, body { height: 100%; width: 100%; margin: 0; padding: 0; } .delayedscroll, .delayedscroll > * { height: 100%; width: 100%; margin: 0 auto; } ::-webkit-scrollbar { display: none; }
Remove hover style from meetings button on home page
h3, h4 { font-weight: 400; } .quickSearch { min-height: 700px; background: #C5D6E6 url('/static/img/bg6.jpg') top center repeat-y; } .newAndNoteworthy { min-height: 650px; background: #34495e; padding-top: 25px; color: #FFF; } .meetings { background: #166595 url("/static/img/front-page...
h3, h4 { font-weight: 400; } .quickSearch { min-height: 700px; background: #C5D6E6 url('/static/img/bg6.jpg') top center repeat-y; } .newAndNoteworthy { min-height: 650px; background: #34495e; padding-top: 25px; color: #FFF; } .meetings { background: #166595 url("/static/img/front-page...
Add a border around the tab bar
#main { display: table; margin: 0px auto; } #title { text-align: center; } .split { width: 50%; } .nav-tabs { margin: 0; } .nav-tabs li:last-child a { margin-right: 0 !important; } .well { border: 1px solid #ddd; border-top: none; } .nav-tabs .active a, .nav-tabs .active a:hover { color: #000; backgroun...
#main { display: table; margin: 0px auto; } #title { text-align: center; } .split { width: 50%; } .nav-tabs { border: 1px solid #ddd; margin: 0; } .nav-tabs li:last-child a { margin-right: 0 !important; } .well { border: 1px solid #ddd; border-top: none; } .nav-tabs .active a, .nav-tabs .active a:hover {...
Set enam and tujuh text color to white
.btn { display: block; width: 100%; } #satu { color: #000; background-color: #FEF5CB; } #dua { color: #000; background-color: #FAF27A; } #tiga { color: #000; background-color: #FEF086; } #empat { color: #000; background-color: #FFEB03; } #lima { color: #000; background-color: #FFBF4C; } #e...
.btn { display: block; width: 100%; } #satu { color: #000; background-color: #FEF5CB; } #dua { color: #000; background-color: #FAF27A; } #tiga { color: #000; background-color: #FEF086; } #empat { color: #000; background-color: #FFEB03; } #lima { color: #000; background-color: #FFBF4C; } #e...
Fix test according to autoprefixer 5.1 patch
* { -webkit-transition: -webkit-transform 1s; transition: transform 1s; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 0% { -...
* { -webkit-transition: -webkit-transform 1s; transition: transform 1s; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transfor...
Put in the icons and some styling for the VisualEditor steep view buttons.
.steep-view-tools { cursor: auto; padding: 0.5em; } #steep-history { display: inline-block; }
.steep-view-tools { cursor: auto; padding: 0.5em; } #steep-set-viewpoint .oo-ui-iconElement-icon { display: inline; font-family: steep-icons; vertical-align: middle; margin-left: -0.5em; margin-right: 0.3em; } #steep-set-viewpoint .oo-ui-iconElement-icon::after { content: '\0079'; } #...
Remove redundant style on nav links
body { font-family: 'Big Caslon', serif; color: black; background-color: #f1f2f6; } #home-container { margin-top: 25%; } #name { font-family: 'Big Caslon', serif; display: inline-block; font-size: 2em; } #title { font-size: 1.5em; font-style: italic; display: inline-block; } nav { display: inl...
body { font-family: 'Big Caslon', serif; color: black; background-color: #f1f2f6; } #home-container { margin-top: 25%; } #name { font-family: 'Big Caslon', serif; display: inline-block; font-size: 2em; } #title { font-size: 1.5em; font-style: italic; display: inline-block; } nav { display: inl...
Adjust public share authentication page to layout changes in NC25
/* Special layout to include the Talk sidebar */ /* The original style of the body is kept until the layout has been adjusted to * include the Talk sidebar. If only "#body-login" was used, immediately after * load and before the sidebar was injected the original elements would be using * the style for the adjusted ...
/* Special layout to include the Talk sidebar */ /* The original style of the body is kept until the layout has been adjusted to * include the Talk sidebar. If only "#body-login" was used, immediately after * load and before the sidebar was injected the original elements would be using * the style for the adjusted ...
Add height, width, background color, and margin to class cell divs
#board { height: 400px; width: 800px; background-color: #3399ff; }
#board { height: 400px; width: 800px; background-color: #3399ff; } .cell { height: 90px; width: 190px; background-color: #ffcc33; display: inline-block; margin: 3px; }
Fix css for no pointer events on source viewer.
.source-viewer { } .state-viewer-wrapper { padding-left: 0; } .var-state:not(:last-child) { border-bottom: thin solid #aaa; margin-top: 0.5em; margin-bottom: 0.5em; } .var-name { font-weight: bold; } .CodeMirror { // Disable clicks so that no inconsistent state can be reached. // `activ...
.source-viewer { } .state-viewer-wrapper { padding-left: 0; } .var-state:not(:last-child) { border-bottom: thin solid #aaa; margin-top: 0.5em; margin-bottom: 0.5em; } .var-name { font-weight: bold; } .CodeMirror { /* Disable clicks so that no inconsistent state can be reached. `activ...
Tweak max-width of Wufoo PP field for only-mobile
/* footerで利用しているWufooのフォームの成形用のcss */ .wufoo #header h2 { display: none; } .wufoo li span.req { display: none !important; } .wufoo input.btTxt.submit { display: inline-block; font-weight: 400; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; user-selec...
/* footerで利用しているWufooのフォームの成形用のcss */ .wufoo #header h2 { display: none; } .wufoo li span.req { display: none !important; } .wufoo input.btTxt.submit { display: inline-block; font-weight: 400; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; user-selec...
Add stylesheets folder and blog css
/*GENERAL***********************/ a { text-decoration: none; color: #5d5d5d; } html { width: 100%; margin: 0; height: 100% } body { width: 100%; margin: 0; font-family: 'Lato', sans-serif; } header { width: 100%; margin: 100px 0 0 0; } span { font-size: 0.8em; } /*BANNER*********************...
Set navbar left padding to 0
body { display: flex; min-height: 100vh; flex-direction: column; } main { flex: 1; } body > header, article { margin-bottom: 1.75rem; } body > footer { margin-top: 1.2rem; padding-bottom: 1.4rem; padding-top: 1.4rem; } main header { margin-bottom: 0.6rem; } .navbar { padding-left: 0; } .trunc...
body { display: flex; min-height: 100vh; flex-direction: column; } main { flex: 1; } body > header, article { margin-bottom: 1.75rem; } body > footer { margin-top: 1.2rem; padding-bottom: 1.4rem; padding-top: 1.4rem; } main header { margin-bottom: 0.6rem; } .navbar { padding-left: 0; padding...
Add some typography properties and import some files.
@import "normalize.css/normalize.css"; @import "variables.css"; @import "utils.css"; @import "grid.css"; @import "buttons.css"; body{ color: var(--default-text-color); background-color: var(--default-bg-color); }
@import "normalize.css/normalize.css"; @import "placeholder.css"; @import "variables.css"; @import "utils.css"; @import "grid.css"; @import "buttons.css"; @import "typography.css"; @import "forms.css"; html{ font-size: var(--default-font-size); } body{ color: var(--default-text-color); background...
Fix bad sizing on scoreboard.
.gameapp { display: flex; flex-direction: row; height: 100vh; width: 100vw; } .gameboard { flex: 1; position: relative; margin: 1lh; } .gameboard-canvas { position: absolute; height: 100%; width: 100%; left: 0; } .controls { display: flex; justify-content: space-evenly; } .scoreboard { b...
.gameapp { display: flex; flex-direction: row; height: 100vh; width: 100vw; } .gameboard { flex: 1; position: relative; margin: 1lh; } .gameboard-canvas { position: absolute; height: 100%; width: 100%; left: 0; } .controls { display: flex; justify-content: space-evenly; } .scoreboard { b...