Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Make tags to get centered | .is-fullheight {
min-height: 100vh;
background-color: white;
border: 10px solid #00d1b2;
}
.governmentNotification {
background-color: #f5f5f5;
color: #586e75;
}
.governmentNotification .subtitle {
font-size: 1.4em;
}
.governmentInfo {
padding-bottom: 0.2em;
}
.governmentInfo span {
font-size: 0.9em... | .is-fullheight {
min-height: 100vh;
background-color: white;
border: 10px solid #00d1b2;
}
.governmentNotification {
background-color: #f5f5f5;
color: #586e75;
}
.governmentNotification .subtitle {
font-size: 1.4em;
}
.governmentInfo {
padding-bottom: 0.2em;
}
.governmentInfo span {
font-size: 0.9em... |
Change font-size of central menu | @import url("default.css");
body {
color: #000;
background-color: #fff;
margin-left: 28px;
}
div.related {
background-color: #444;
}
a,
div.sphinxsidebar h3 a,
div.sphinxsidebar a,
div.footer a {
color: #444;
}
div.sphinxsidebar h3,
div.sphinxsidebar h4 {
color: #000;
}
div.sphinxsidebar ul {
color: ... | @import url("default.css");
body {
color: #000;
background-color: #fff;
margin-left: 28px;
}
div.related {
background-color: #444;
}
a,
div.sphinxsidebar h3 a,
div.sphinxsidebar a,
div.footer a {
color: #444;
}
div.sphinxsidebar h3,
div.sphinxsidebar h4 {
color: #000;
}
div.sphinxsidebar ul {
color: ... |
Update the font used for titles | body {
background-color: #57a50a;
color: white;
font-family: 'Raleway', sans-serif;
font-size: 1em;
padding-top: 100px;
}
h1 {
font-family: 'Bree Serif', serif;
font-size: 3.6em;
text-align: justify;
}
h2 {
font-size: 1.8em;
text-align: justify;
}
a {
color: white;
display: block;
... | body {
background-color: #57a50a;
color: white;
font-family: 'Raleway', sans-serif;
font-size: 1em;
padding-top: 100px;
}
h1 {
font-family: 'Noto Sans JP', sans-serif;
font-size: 3.6em;
text-align: justify;
}
h2 {
font-size: 1.8em;
text-align: justify;
}
a {
color: white;
display: bl... |
Hide close tab button in firefox | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#tabbrowser-tabs .tabbrowser-tab .tab-close-button { display:none !important; }
| |
Include default styles for store locator plugin. | /*
Placeholder manifest file.
the installer will append this file to the app vendored assets here: 'vendor/assets/stylesheets/spree/frontend/all.css'
*/
| /*
*= require jquerystorelocator/locator
*
*/
|
Make web page more adaptive to different screen sizes. | body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 55px;
font-weight: bold;
color: #757575;
background: url('assets/map.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.text-container {
... | body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 2.3em;
font-weight: bold;
color: #757575;
background: url('assets/map.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.text-container {... |
Move navbar changes to ghu_global | .navbar {
margin-bottom: 0;
border-radius: 0;
}
.navbar-nav {
display:table;
width:100%;
margin: 0;
}
.navbar-nav > li {
float:none;
display:table-cell;
text-align:center;
}
.jumbotron {
height: 400px;
margin-bottom: 0;
border-radius: 0;
display: flex;
align-items: ce... | .jumbotron {
height: 400px;
margin-bottom: 0;
border-radius: 0;
display: flex;
align-items: center;
}
#logo {
margin-top: 40px;
margin-bottom: 40px;
}
|
Make sure to also inline the label inside in _horizontal_ layout |
ul.layout-direction
{
list-style-type: none;
margin: 0;
}
ul.layout-direction.horizontal li
{
display:inline;
}
ul.layout-direction.vertical li
{
} |
ul.layout-direction
{
list-style-type: none;
margin: 0;
}
ul.layout-direction.horizontal li
{
display:inline;
}
ul.layout-direction.horizontal li label {
display: inline;
margin-right: 10px;
}
ul.layout-direction.vertical li
{
} |
Add a litte space around the alerts. | /* Tab close buttons */
.nav-tabs > li .close {
margin: -2px 0 0 10px;
font-size: 18px;
}
/* Space above the tabbed table */
.container-fluid {
margin-top: 10px;
}
/* Make the tabs appear part of the table */
.tab-content {
margin-top: -21px;
}
/* Alerts to be in the top right */
.alert.top-right {
positio... | /* Tab close buttons */
.nav-tabs > li .close {
margin: -2px 0 0 10px;
font-size: 18px;
}
/* Space above the tabbed table */
.container-fluid {
margin-top: 10px;
}
/* Make the tabs appear part of the table */
.tab-content {
margin-top: -21px;
}
/* Alerts to be in the top right */
.alert.top-right {
positio... |
Change cursor on account divs | .btn-lg{
width: 110px;
margin-left: 20px;
}
#accounts{
margin-top: 25px;
}
.account{
height: 100px;
margin-right: 35px;
}
.account .name{
margin-top: 10px;
font-size: 20px;
}
.account .credit{
font-size: 30px;
}
.detail{
margin-top: 25px;
}
.detail .name{
margin-top: 25px;
font-size: 40px;
}
.detail .... | .btn-lg{
width: 110px;
margin-left: 20px;
}
#accounts{
margin-top: 25px;
}
.account{
height: 100px;
margin-right: 35px;
cursor: pointer;
}
.account .name{
margin-top: 10px;
font-size: 20px;
}
.account .credit{
font-size: 30px;
}
.detail{
margin-top: 25px;
}
.detail .name{
margin-top: 25px;
font-siz... |
Add space between now playing and user list | html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
margin: 0 auto -60px;
}
/* Set the fixed heigh... | html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
margin: 0 auto -60px;
}
/* Set the fixed heigh... |
Fix incorrect style when nested | .splitter-layout {
position: relative;
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
overflow: hidden;
}
.splitter-layout .layout-pane {
position: relative;
flex: 0 0 auto;
overflow: auto;
}
.splitter-layout .layout-pane.layout-pane-primary {
flex: 1 1 auto;
}
.splitter-layout .l... | .splitter-layout {
position: relative;
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
overflow: hidden;
}
.splitter-layout .layout-pane {
position: relative;
flex: 0 0 auto;
overflow: auto;
}
.splitter-layout .layout-pane.layout-pane-primary {
flex: 1 1 auto;
}
.splitter-layout > ... |
Add css formatting for site-wrapper class. |
.site-wrapper{
text-align: center;
background-image: url("https://mastajappa.files.wordpress.com/2011/02/city_night-00000.jpg");
height: 100vh;
color: white;
}
| |
Change size of index error message | h1 {
text-align: center;
}
h3 {
text-align: center;
}
div .panel {
margin: auto;
text-align: center;
width: 200px;
}
div .alert {
text-align: center;
margin: 0px auto 10px;
width: 400px;
}
| h1 {
text-align: center;
}
h3 {
text-align: center;
}
div .panel {
margin: auto;
text-align: center;
width: 200px;
}
div .alert {
text-align: center;
margin: 0px auto 10px;
width: 305px;
}
|
Mark the required fields in red on the demo site | html {
overflow-y: auto;
}
body {
padding: 0;
margin: 5px;
border-width: 0;
}
h1#banner {
font-family: tahoma, helvetica, sans-serif;
font-variant: small-caps;
font-weight: bolder;
border-width: 0;
border-style: none;
background-color: #a7d0ff;
font-size: 28px;
font-weight: bol... | html {
overflow-y: auto;
}
body {
padding: 0;
margin: 5px;
border-width: 0;
}
h1#banner {
font-family: tahoma, helvetica, sans-serif;
font-variant: small-caps;
font-weight: bolder;
border-width: 0;
border-style: none;
background-color: #a7d0ff;
font-size: 28px;
font-weight: bol... |
Reset <caption> margin for :first-child and :last-child | html {
box-sizing: border-box;
text-rendering: optimizeLegibility;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@apply --font-smoothing-antialiased;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
:focus {
outline: var(--focus-outline);
outline-offset: var(--focus-outline-offset);
}
html,
body {
wi... | html {
box-sizing: border-box;
text-rendering: optimizeLegibility;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@apply --font-smoothing-antialiased;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
:focus {
outline: var(--focus-outline);
outline-offset: var(--focus-outline-offset);
}
html,
body {
wi... |
Fix css rule on add key popup |
/* Key Add View
-----------------------------------------------------------------------------------------------------------*/
#key-add-upload {
display: none;
}
#key-add-popup .key-add-loader {
display: inline;
float: right;
}
#key-add-popup-screen {
height: 100%;
position: fixed;
top: 0;
}
... |
/* Key Add View
-----------------------------------------------------------------------------------------------------------*/
#key-add-upload {
display: none;
}
#key-add-popup .key-add-loader {
display: inline;
float: right;
}
#key-add-screen {
height: 100%;
position: fixed;
top: 0;
}
#key-... |
Change css to center text vertically | .main {
height: 100%;
width: 100%;
padding: 1px;
}
.text-div {
margin: auto;
width: 300px;
text-align: center;
font-family: monospace;
color: white;
font-size: 3em;
}
| .main {
height: 100%;
width: 100%;
padding: 1px;
display: flex;
}
.text-div {
margin: auto;
width: 300px;
text-align: center;
font-family: monospace;
color: white;
font-size: 3em;
}
|
Update css for particle.js and design changes | /*Cascading Style Sheet for homepage
Author: Joshua W. Oden
Date: 5 September 2017*/
* {font-family: Arial;}
body
{
background: #09729b;
background: linear-gradient(to bottom right, #09729b, #120A4F) fixed;
color: white;
} | /*Cascading Style Sheet for homepage
Author: Joshua W. Oden
Date: 5 September 2017*/
/* =============================================================================
HTML5 CSS Reset Minified - Eric Meyer
========================================================================== */
html,body,div,sp... |
Update code css one mo again | main {
width: 420px;
margin: auto;
font-family: 'Khula', sans-serif;
}
main a {
color: #B43013;
text-decoration: none;
}
main a:hover {
color: blue;
text-decoration: underline;
}
h1 {
background-color: #B43013;
color: white;
padding: 1em;
line-height: 1em;
}
h2 {
padding: 0px 1em;
}
h4 {
backg... | main {
width: 420px;
margin: auto;
font-family: 'Khula', sans-serif;
}
main a {
color: #B43013;
text-decoration: none;
}
main a:hover {
color: blue;
text-decoration: underline;
}
h1 {
background-color: #B43013;
color: white;
padding: 1em;
line-height: 1em;
}
h2 {
padding: 0px 1em;
}
h4 {
backg... |
Set font-size, add image to build snapshot | :root {
--passed: #4fdc7f;
--failed: #DC4F4F;
}
.build-snapshot {
color: var(--primary);
border-radius: 1rem;
flex: 1;
}
.passed {
background-color: var(--passed);
}
.failed {
background-color: var(--failed);
}
| :root {
--passed: #4fdc7f;
--failed: #DC4F4F;
}
.build-snapshot {
color: var(--primary);
border-radius: 1rem;
flex: 1;
font-size: 1rem;
}
.build-snapshot::before {
content: url(resources/play.svg);
position:relative;
}
.passed {
background-color: var(--passed);
}
.failed {
background-color: var(... |
Reduce size of blog post links on index | body {
text-align: center;
font-family: sans-serif;
color: black;
}
a{
color: orange;
text-decoration: none;
}
.title{
font-size: 5em;
}
a:hover {
font-weight: lighter;
}
a:visited{
color: red;
} | body {
text-align: center;
font-family: sans-serif;
color: black;
}
a{
color: orange;
text-decoration: none;
}
.title{
font-size: 3.5em;
}
a:hover {
font-weight: lighter;
}
a:visited{
color: red;
} |
Add css for hspec reports | .hspec-failure {
color: #CC3700;
}
.hspec-pending {
color: DarkGoldenRod;
}
.hspec-success {
color: #009B00;
}
.highlight .hspec .sd {
color: #009B00;
}
| |
Hide comments while printing an invoice | #hiderow,
.delete, .alert, .cabecera{
display: none;
}
p.pull-right, .btn{
display: none;
}
body{
font-size: small;
width:100%;
margin:0px;
} | #hiderow,
.delete, .alert, .cabecera{
display: none;
}
p.pull-right, .btn{
display: none;
}
body{
font-size: small;
width:100%;
margin:0px;
}
.comment{
display: none;
} |
Fix code editing padding and line height | .sc-code-editor .se-content {
line-height: 110%;
padding: 0px 10px;
padding-right: 20px;
}
| .sc-code-editor .se-content {
line-height: 150%;
padding: 10px;
padding-right: 20px;
}
|
Comment out Lucian's css styling of all Submit inputs | input[type="submit"]
{
background:url("upvote.jpg"); /*broken*/
height: 40px;
width: 40px;
}
img {
}
.vote-buttons {
display: inline-block;
}
.upvote {
float: left;
margin: 0 5px;
padding: 0;
border-top: 4px green solid;
border-left: 4px green solid;
}
.downvote {
float: left;
margin: 0 5px;... | /*input[type="submit"]
{
background:url("upvote.jpg"); /*broken*/
height: 40px;
width: 40px;
}*/
img {
}
.vote-buttons {
display: inline-block;
}
.upvote {
float: left;
margin: 0 5px;
padding: 0;
border-top: 4px green solid;
border-left: 4px green solid;
}
.downvote {
float: left;
margin: 0 ... |
Adjust active color for dropdown items & toggles | .btn-primary {
background-color: #5572a1;
border-color: #5572a1;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
background-color: #748db5 !important;
border-color: #748db5 !important;
}
.btn-secondary {
color: #292b2c;
background-color: #fff;
border-color: #ccc;
}
.btn-se... | .btn-primary {
background-color: #5572a1;
border-color: #5572a1;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
background-color: #748db5 !important;
border-color: #748db5 !important;
}
.btn-secondary {
color: #292b2c;
background-color: #fff;
border-color: #ccc;
}
.btn-se... |
Revert to older colour scheme | html,
body {
background-color: #eee;
font-family: "Open Sans";
}
a {
color: inherit;
}
.input-container {
bottom: 0;
position: fixed;
width: 100%;
}
input {
border: none;
border-radius: 0.25rem;
display: none;
margin: 0 auto 3rem;
padding: 0.75rem 1rem;
transition: all 0.3s ease;
width: 30rem;
}
input:... | html,
body {
font-family: "Open Sans";
}
a {
color: inherit;
}
.input-container {
bottom: 0;
position: fixed;
width: 100%;
}
input {
border: none;
border-radius: 0.25rem;
display: none;
margin: 0 auto 3rem;
padding: 0.75rem 1rem;
transition: all 0.3s ease;
width: 30rem;
}
input:focus {
outline: none;
}... |
Increase padding on navigation headers | .Nav {
overflow-y: scroll;
background: #264653;
}
.Nav-menu {
list-style: none;
margin: 0;
padding: 0;
}
.Nav-menuItem {
padding: 0;
margin: 0;
}
.Nav-menuItemLink {
padding: 0.5em 1em;
color: #fff;
display: block;
text-decoration: none;
white-space: nowrap;
font-size: 16px;
font-weight: ... | .Nav {
overflow-y: scroll;
background: #264653;
}
.Nav-menu {
list-style: none;
margin: 0;
padding: 0;
}
.Nav-menuItem {
padding: 0;
margin: 0;
}
.Nav-menuItemLink {
padding: 0.5em 1em;
color: #fff;
display: block;
text-decoration: none;
white-space: nowrap;
font-size: 16px;
font-weight: ... |
Change h1 h3 to Palatino | /* Home Page */
#homebody {
background: #D2E1DF;
}
#favtable {
border: 3px solid #62808D;
padding-left: 14px;
width: 830px;
padding-bottom: 12px;
}
#items {
margin-top: 50px;
margin-bottom: 50px;
width: 30%;
}
footer {
margin-top: 100px;
margin-left: auto;
margin-right: auto;
width: 35%;
f... | /* Home Page */
#homebody {
background: #D2E1DF;
}
#favtable {
border: 3px solid #62808D;
padding-left: 14px;
width: 830px;
padding-bottom: 12px;
}
#items {
margin-top: 50px;
margin-bottom: 50px;
width: 30%;
}
footer {
margin-top: 100px;
margin-left: auto;
margin-right: auto;
width: 35%;
f... |
Remove extra css in example | /*-----------------------------------------------------------------------------
| Copyright (c) 2014-2015, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|--------------------------------------------------... | /*-----------------------------------------------------------------------------
| Copyright (c) 2014-2015, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|--------------------------------------------------... |
Add amp logo icon class | .column-error_status .tooltip {
display: none;
}
.column-error_status .dashicons-editor-help {
color: #767676;
}
.column-sources_with_invalid_output .dashicons {
margin-right: 5px;
}
.column-sources_with_invalid_output .dashicons-admin-plugins {
color: #64a2e9;
}
.column-sources_with_invalid_output .dashicons-admin... | .column-error_status .tooltip {
display: none;
}
.column-error_status .dashicons-editor-help {
color: #767676;
}
.column-sources_with_invalid_output .dashicons {
margin-right: 5px;
}
.column-sources_with_invalid_output .dashicons-admin-plugins {
color: #64a2e9;
}
.column-sources_with_invalid_output .dashicons-admin... |
Make CSS rule ever so slightly more specific to avoid conflict with jQuery UI. | .wiki-edit {
font-family: monospace;
font-size: 13px;
line-height: 1.4;
color: #333;
} | textarea.wiki-edit {
font-family: monospace;
font-size: 13px;
line-height: 1.4;
color: #333;
} |
Add strong edge highlight style |
.edgeHighlight {
stroke: blue;
stroke-width: 2.0;
}
.jsavarraytree .jsavarraytreenode {
border: none;
background-color: transparent;
box-shadow: none;
border-radius: 8px;
}
.jsavarraytree .jsavnode.jsavtreenode {
max-width: initial;
}
.jsavarraytree .jsavarraytreenode .jsavarray {
margin: 0;
}
.jsa... |
.edgeHighlight {
stroke: blue;
stroke-width: 2.0;
}
.edgeHighlightStrong {
stroke: blue;
stroke-width: 3.0;
}
.jsavarraytree .jsavarraytreenode {
border: none;
background-color: transparent;
box-shadow: none;
border-radius: 8px;
}
.jsavarraytree .jsavnode.jsavtreenode {
max-width: initial;
}
.jsa... |
Make scrollbar disappear if it is not neccessary | /* base styles
-------------------------------------------------- */
html,
body {
height: 100%;
max-width: 100%;
margin: 0;
-webkit-font-smoothing: antialiased;
font-size: 100%;
background-color: #fff;
}
#footer {
height: 2em;
position: relative;
}
#wrapper {
min-height: 100%;
... | /* base styles
-------------------------------------------------- */
html,
body {
height: 100%;
max-width: 100%;
margin: 0;
-webkit-font-smoothing: antialiased;
font-size: 100%;
background-color: #fff;
}
#footer {
height: 30px;
position: relative;
}
#wrapper {
min-height: 100%;
... |
Align nav bar text to the right | html {
background-color: white;
color: black;
}
body {
font-family: Helvetica;
color: black;}
header {
background: white;
color: black;
}
nav ul {
display: inline-block
float: right;
}
nav li {
display: inline-block;
color: black;
}
a h1 h3 p hr {
color: black;
}
| html {
background-color: white;
color: black;
}
body {
font-family: Helvetica;
color: black;}
header {
background: white;
color: black;
}
nav ul {
display: inline-block
float: right;
}
nav li {
display: inline-block;
color: black;
float: right;
}
a h1 h3 p hr {
color: black;
}
|
Tweak margin of PP field in 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... |
Fix collapsing filter bar for the new Django 1.9 admin. | .sortedm2m-container {
margin-right: 10px;
width: 570px;
}
.sortedm2m-container p.selector-filter {
width: 570px;
padding: 0;
margin: 0;
}
.sortedm2m-container p.selector-filter input {
width: 532px;
margin: 5px 4px;
}
ul.sortedm2m {
display: block;
width: 554px;
min-height: 2... | .sortedm2m-container {
margin-right: 10px;
width: 570px;
}
.sortedm2m-container p.selector-filter {
width: 570px;
padding: 0;
margin: 0;
}
.sortedm2m-container p.selector-filter input {
width: 532px;
margin: 0 0 0 4px;
}
ul.sortedm2m {
display: block;
width: 554px;
min-height:... |
Add the necessary css for background pictures in explain with a css added opacity (alpha channel). |
span.bibl { font-style: italic; color: #000099;}
span.persName ,span.person { font-weight: bold; color: #009900; }
span.placeName { font-weight: bold; color: #990000; }
span.rs { font-weight: bold; color: #333366; }
.inline-wrap {position: relative;}
.inline-wrap .attributes { background-color: #CCCCFF; pos... |
span.bibl { font-style: italic; color: #000099;}
span.persName ,span.person { font-weight: bold; color: #009900; }
span.placeName { font-weight: bold; color: #990000; }
span.rs { font-weight: bold; color: #333366; }
.inline-wrap {position: relative;}
.inline-wrap .attributes { background-color: #CCCCFF; pos... |
Make the site background about 15% darker | /* default theme */
.faves { background: rgb(66, 139, 202); }
.faves:hover { background: rgb(40, 94, 142); cursor: pointer; }
.plays { background: #f0ad4e; }
.plays:hover { background: #d58512; cursor: pointer; }
.bordered {
border-radius: 7px;
-moz-box-shadow: 0 0 4px 4px #888;
-webkit-box-shadow: 0 0 4px... | /* default theme */
.faves { background: rgb(66, 139, 202); }
.faves:hover { background: rgb(40, 94, 142); cursor: pointer; }
.plays { background: #f0ad4e; }
.plays:hover { background: #d58512; cursor: pointer; }
.bordered {
border-radius: 7px;
-moz-box-shadow: 0 0 4px 4px #888;
-webkit-box-shadow: 0 0 4px... |
Add border of 1px solid black to all canvases | h1 {
font-family: 'Helvetica', Helvetica, Sans;
}
| h1 {
font-family: 'Helvetica', Helvetica, Sans;
}
canvas {
border: 1px solid black;
}
|
Add left margin to give info more space to breathe. | body {
background-color: black;
color: #55ff55;
font-family: monospace;
}
.output {
color: white;
}
.active:after {
content: '_';
}
body {
line-height: 1;
} | body {
background-color: black;
color: #55ff55;
font-family: monospace;
margin-left: 40px;
}
.output {
color: white;
}
.active:after {
content: '_';
}
body {
line-height: 1;
} |
Update to improve display in overview mode |
/* Include in your HTML file along with accessibility-helper.js
or copy contents to your theme css */
/*********************************************
* AccessibilityHelper Plugin
*
* MIT licensed
*
* 2014 Marcy Sutton, http://marcysutton.com
*********************************************/
.reveal .slides>sectio... |
/* Include in your HTML file along with accessibility-helper.js
or copy contents to your theme css */
/*********************************************
* AccessibilityHelper Plugin
*
* MIT licensed
*
* 2014 Marcy Sutton, http://marcysutton.com
*********************************************/
.reveal .slides>sectio... |
Add needed css for HTML generators | body {
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-size:12px;
color:#333;
padding: 20px;
}
h1 {
font-family: Georgia,"Times New Roman",Times,serif;
font-size:26px;
color:#083772;
letter-spacing:-1px;
font-weight:normal;
}
h2 {
font-size: 18px;
line... | |
Make styling on blog nicer | @font-face {
font-family: "My Custom Font";
src: url(/static/simplifica.ttf) format("truetype");
}
body {
font-family: "My Custom Font", Verdana, Tahoma;
background-color: #f5f5f5;
color: #222;
margin: 0;
}
.navbar a {
margin: 5px 20px;
}
.navbar {
padding: 10px;
}
.navbar, .container {
width: 76... | @font-face {
font-family: "My Custom Font";
src: url(/static/simplifica.ttf) format("truetype");
}
body {
font-family: "My Custom Font", Verdana, Tahoma;
background-color: #f5f5f5;
color: #222;
margin: 0;
}
.navbar a {
margin: 5px 20px;
}
.navbar {
padding: 10px;
}
.navbar, .container {
width: 76... |
Clean up the fuckin CSS | /*
* 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... |
Add styling to fix zoom bar distortion problem | html, body { height: 100%; margin: 0; padding: 0;}
#map-canvas { height: 400px;
border-radius: 16px 16px;
border-color: #fff;
border-style: solid;
box-shadow: 2px 2px 10px #B1B1B1;
margin-top: 25px;
border-width: 7px;
}
#map-canvas {
height: 384px;
width: 100%;
} | html, body, { height: 100%; margin: 0; padding: 0;}
/*
#map-container { height: 400px;
border-radius: 16px 16px;
border-color: #fff;
border-style: solid;
box-shadow: 2px 2px 10px #B1B1B1;
margin-top: 25px;
border-width: 7px;
}*/
#map-canvas {
height: 400px;
width: 100%;
}
/*fix zoom bar distortion problem*/... |
Add new line at the end of file | @import url("/vendors/gutenberg-css/gutenberg.custom.css");
@import url("/vendors/gutenberg-css/themes/oldstyle.min.css");
@import url("/vendors/highlight.js/styles/ascetic.css");
body {
text-align: initial;
} | @import url("/vendors/gutenberg-css/gutenberg.custom.css");
@import url("/vendors/gutenberg-css/themes/oldstyle.min.css");
@import url("/vendors/highlight.js/styles/ascetic.css");
body {
text-align: initial;
}
|
Make dropdown items' color same as body text | body {
font-family: 'Source Sans Pro';
color: #626466;
}
nav {
background-color: #f5f5f5;
}
td a {
color: #3c6082;
}
.recon-nav-logo {
height: 1.4rem;
margin-top: 0.2rem;
} | body {
font-family: 'Source Sans Pro';
color: #626466;
}
nav {
background-color: #f5f5f5;
}
td a {
color: #3c6082;
}
.recon-nav-logo {
height: 1.4rem;
margin-top: 0.2rem;
}
.dropdown-item {
color: #626466;
} |
Fix huge Reset button in Chrome and IE | .LessonHeader {
padding-bottom: .5em;
display: flex;
}
.LessonHeader h2 {
margin: 0;
flex: 1;
display: flex;
}
.LessonHeader__number {
}
.LessonHeader__name {
flex: 1;
padding: 0 .3em;
}
.LessonHeader input {
font: inherit;
box-sizing: border-box;
width: 100%;
padding-left: .3em;
border: none;
... | .LessonHeader {
padding-bottom: .5em;
display: flex;
}
.LessonHeader h2 {
margin: 0;
flex: 1;
display: flex;
}
.LessonHeader__number {
}
.LessonHeader__name {
flex: 1;
padding: 0 .3em;
}
.LessonHeader input {
font: inherit;
box-sizing: border-box;
width: 100%;
padding-left: .3em;
border: none;
... |
Add proper indentation to the files | @import 'bootstrap.min.css';
@import "compass/css3";
body {
background: #dddfd4;
color: #000000;
}
.header-bg {
background: #dddfd4;
}
.left-side {
background: #dddfd4;
}
.btn-custom,
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
background: #173e43;
color: #000000;
outline: none;
}
.sele... | @import 'bootstrap.min.css';
@import "compass/css3";
body {
background: #dddfd4;
color: #000000;
}
.header-bg {
background: #dddfd4;
}
.left-side {
background: #dddfd4;
}
.btn-custom,
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
background: #173e43;
color: #000000;
outline: none;
}
.sele... |
Improve mobile block quote size | .text li,
.text p {
margin: 1.375rem 0 0 0;
}
.text h2 {
hyphens: auto;
word-wrap: break-word;
}
.text a {
color: currentColor;
word-wrap: break-word;
}
.text ol,
.text ul {
margin: 0;
padding-left: 20px;
/* Prevent list markers from overlapping with floated elements. */
clear: both;
}
.text block... | @value breakpoint-sm from 'pageflow-scrolled/values/breakpoints.module.css';
.text li,
.text p {
margin: 1.375rem 0 0 0;
}
.text h2 {
hyphens: auto;
word-wrap: break-word;
}
.text a {
color: currentColor;
word-wrap: break-word;
}
.text ol,
.text ul {
margin: 0;
padding-left: 20px;
/* Prevent list ma... |
Add width 100% to fill the clickable region over button and input | .kwfFormFieldFileInner img {
margin-top: -20px;
}
.kwfFormFieldFileUploadWrapper { position: relative; }
.kwfFormFieldFileUploadWrapper .fileSelector,
.kwfFormFieldFileUploadWrapper > input {
position: absolute;
}
.kwfFormFieldFileUploadWrapper .fileSelector {
z-index: 2;
opacity: 0;
filter: alpha(o... | .kwfFormFieldFileInner img {
margin-top: -20px;
}
.kwfFormFieldFileUploadWrapper { position: relative; }
.kwfFormFieldFileUploadWrapper .fileSelector,
.kwfFormFieldFileUploadWrapper > input {
position: absolute;
width: 100%;
}
.kwfFormFieldFileUploadWrapper .fileSelector {
z-index: 2;
opacity: 0;
... |
Fix css to class based selectors. |
#application {
font : 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
padding : 8px;
width : 1080px;
background : #eeeeff;
overflow: hidden;
}
#sliders {
float : right;
width : 400px;
}
#sliders .mycosti {
text-align : right;
position : abso... | body {
margin : 0px;
padding : 0px;
}
.humble-dvc-application {
margin : 0px auto;
font : 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
padding : 8px;
width : 1080px;
background : #eeeeff;
overflow: hidden;
}
.humble-dvc-sliders {
float :... |
Adjust oven area to new size | /*
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.gi... | /*
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.gi... |
Fix footer icon spacing on mobile | /* Very simple mobile approach for now, just tweaking desktop styles.
In future this needs a more substantial responsive approach, but not for now */
body {
width: auto;
margin: 12px 12px 0;
}
header {
padding: 23px;
margin-bottom: 281px;
}
header h1 {
font-size: 20vw;
}
header .description {
font-si... | /* Very simple mobile approach for now, just tweaking desktop styles.
In future this needs a more substantial responsive approach, but not for now */
body {
width: auto;
margin: 12px 12px 0;
}
header {
padding: 23px;
margin-bottom: 281px;
}
header h1 {
font-size: 20vw;
}
header .description {
font-si... |
Fix form's padding on narrow devices | @import 'part:@sanity/base/theme/variables-style';
.editor {
padding: var(--medium-padding);
padding-bottom: calc(var(--medium-padding) * 3);
@media (--screen-medium) {
padding: var(--extra-large-padding) var(--medium-padding);
padding-bottom: calc(var(--large-padding) * 3);
}
}
| @import 'part:@sanity/base/theme/variables-style';
.editor {
padding: var(--medium-padding);
padding-bottom: calc((var(--medium-padding) * 3) + (17px + var(--medium-padding) * 2.5));
@media (--screen-medium) {
padding: var(--extra-large-padding) var(--medium-padding);
padding-bottom: calc(var(--large-pa... |
Fix off center loading image | body {
/*background-color:#efefef;*/
color: #000;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 300;
margin: 0;
}
a {
text-decoration: none;
color: inherit;
}
div#content {
padding: 60px 15px 0px 15px;
}
img#loading {
position:absolute;
top... | body {
background-color:#efefef;
color: #000;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 300;
margin: 0;
}
a {
text-decoration: none;
color: inherit;
}
div#content {
padding: 60px 15px 0px 15px;
}
img#loading {
position:absolute;
top: 50... |
Make form stand out a bit more | label,
input {
flex: none;
}
textarea {
flex-grow: 1;
flex-shrink: 1;
}
.trim {
margin: 0px;
padding: 0px;
border: 0px;
}
.full {
width: 100%;
height: 100%;
}
.padded {
padding: 10px;
}
.flex-container {
display: flex;
}
.row {
flex-direction: row;
}
.column {
flex-direction: column;
}
.... | label,
input {
flex: none;
}
label {
font-weight: bold;
}
textarea {
flex-grow: 1;
flex-shrink: 1;
}
.trim {
margin: 0px;
padding: 0px;
border: 0px;
}
.full {
width: 100%;
height: 100%;
}
.padded {
padding: 10px;
}
.flex-container {
display: flex;
}
.row {
flex-direction: row;
}
.column ... |
Remove no more used styles | html,
body {
padding: 0;
margin: 0;
}
body {
font-family: -apple-system, 'Helvetica Neue', Helvetica, sans-serif;
}
header {
position: absolute;
width: 500px;
height: 250px;
top: 50%;
left: 50%;
margin-top: -125px;
margin-left: -250px;
text-align: center;
}
header h1 {
font-size: 60px;
font-weight: 100;... | html,
body {
padding: 0;
margin: 0;
}
body {
font-family: -apple-system, 'Helvetica Neue', Helvetica, sans-serif;
}
|
Change the thubnail play count | .thumbnail .thumbnail-image {
cursor: pointer;
}
.thumbnail .caption {
text-align: center;
}
.thumbnail .caption h4 {
text-align: left;
} | .thumbnail .thumbnail-image {
cursor: pointer;
}
.thumbnail .caption {
text-align: center;
}
.thumbnail .caption h4 {
text-align: left;
}
.thumbnail .caption .label {
display: block;
position: absolute;
bottom: 20px;
left: 15px;
right: 15px;
} |
Add CSS for County info | /*
* Sticky footer styles
*/
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 30px;
}
footer.navbar-default {
position: absolute;
bottom: 0;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
border-width: 1px;
border-style: solid;
border-bottom-width: 0;
}
footer p {... | /*
* Sticky footer styles
*/
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 30px;
}
footer.navbar-default {
position: absolute;
bottom: 0;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
border-width: 1px;
border-style: solid;
border-bottom-width: 0;
}
footer p {... |
Expand map to 100% width | html, body, #map-canvas {
height: 100%;
width: 80%;
float: left;
margin: 0px;
padding: 0px
}
#panel {
position: absolute;
float: right;
z-index: 5;
background-color: #fff;
padding: 5px;
border: 1px solid #999;
}
| html, body, #map-canvas {
height: 100%;
width: 100%;
float: left;
margin: 0px;
padding: 0px
}
#panel {
position: absolute;
float: right;
z-index: 5;
background-color: #fff;
padding: 5px;
border: 1px solid #999;
}
|
Fix vertical alignment of bookmark button. | /**
* UCSC Xena Client
* http://xena.ucsc.edu
*
* Copied from navRTLinkTheme by bc, and is probably wrong.
*
* React Toolbox theme for applying nav-specific overrides to Button components. Used by navTheme.
*
* Uses theme key RTButton and theme end points to override specific classes. See
* http://react-toolbo... | /**
* UCSC Xena Client
* http://xena.ucsc.edu
*
* Copied from navRTLinkTheme by bc, and is probably wrong.
*
* React Toolbox theme for applying nav-specific overrides to Button components. Used by navTheme.
*
* Uses theme key RTButton and theme end points to override specific classes. See
* http://react-toolbo... |
Tweak logo animation so that people keep wanting to hover over it | .header .logo {
display: none;
}
@media (min-width: 480px) {
.header .logo {
display: inline-block;
height: 18px;
margin-right: 5px;
vertical-align: middle;
width: 20px;
}
.header h1 a:hover .logo {
-webkit-animation: logo-spin infinite 3s ease;
animation: logo-spin infinite 3s ease... | .header .logo {
display: none;
}
@media (min-width: 480px) {
.header .logo {
display: inline-block;
height: 18px;
margin-right: 5px;
vertical-align: middle;
width: 20px;
}
.header h1 a .logo {
transition: 3s;
}
.header h1 a:hover .logo {
transform: rotate(1080deg);
}
}
|
Comment top-padding for body tag | body {
padding-top: 70px;
}
footer {
background-color: #333;
}
ul.bs-docs-footer-links {
padding-left: 0px;
margin-bottom: 20px;
}
ul.bs-docs-footer-links li {
display: inline-block;
}
ul.bs-docs-footer-links li+li {
margin-left: 15px;
}
ul.bs-docs-footer-links li>a {
color: #FFF;
}
footer.bs-docs-footer {... | body {
/* padding-top: 70px; */
}
footer {
background-color: #333;
}
ul.bs-docs-footer-links {
padding-left: 0px;
margin-bottom: 20px;
}
ul.bs-docs-footer-links li {
display: inline-block;
}
ul.bs-docs-footer-links li+li {
margin-left: 15px;
}
ul.bs-docs-footer-links li>a {
color: #FFF;
}
footer.bs-docs-fo... |
Adjust opacity of app icons for better visibility | #body-user #header,
#body-settings #header,
#body-public #header {
background-color : #777 !important;
background-image : url('https://source.unsplash.com/random/featured/?nature') !important;
background-position : center;
background-repeat : no-repeat;
background-size : cover;
}
/* Hea... | #body-user #header,
#body-settings #header,
#body-public #header {
background-color : #777 !important;
background-image : url('https://source.unsplash.com/random/featured/?nature') !important;
background-position : center;
background-repeat : no-repeat;
background-size : cover;
}
/* Hea... |
Add Opera prefix for transition | /** initial setup **/
.nano {
position : relative;
width : 100%;
height : 100%;
overflow : hidden;
}
.nano .content {
position : absolute;
overflow : scroll;
overflow-x : hidden;
top : 0;
right : 0;
bottom : 0;
left : 0;
}
.nano .pane {
backgro... | /** initial setup **/
.nano {
position : relative;
width : 100%;
height : 100%;
overflow : hidden;
}
.nano .content {
position : absolute;
overflow : scroll;
overflow-x : hidden;
top : 0;
right : 0;
bottom : 0;
left : 0;
}
.nano .pane {
backgro... |
Remove contrainer-fluid and add different panel shadow | html, body, .container-fluid {
height: 100%;
}
.container-fluid {
margin-top: 1em;
}
body {
background-color: #eee;
}
.decisionCreation {
padding-bottom: 0.5em;
}
.panel {
padding: 10px;
}
.row {
padding: 1em;
}
.form-control-label:after {
content:"*";
color:red;
}
.pickers {
display: inline !i... | html, body{
height: 100%;
}
body {
background-color: #eee;
}
.decisionCreation {
padding-bottom: 0.5em;
}
.panel {
padding: 10px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
background: white;
border-radius: 2px;
}
.row {
padding: 1em;
}
.form-control-label:after {
content:"*";
color:red;
}
.p... |
Fix that `h5` enforces to uppercase | h2 {
border-bottom: solid 1px grey;
}
| h2 {
border-bottom: solid 1px grey;
}
.md-typeset h5 {
text-transform: none;
}
|
Add some more basic styles | .highlight {
background-color: #d97d27;
color: #ffffff;
padding: 3px;
}
| article {
padding: $default-padding;
}
.highlight {
background-color: $vintage-rust;
color: #ffffff;
padding: 0.25em 1em;
}
.btn {
color: #ffffff;
background-color: $vintage-rust;
display: block;
margin: auto;
padding: 0.5em 1em;
text-decoration: none;
text-align: center;
width: 200px;
}
|
Adjust spacing between board and <ul> | * { margin:0; padding:0; }
body {
font-family:'Lato', sans-serif;
font-size:1.000em;
line-height:1.250em;
color:#333;
}
section {
text-align:center;
width:100%;
max-width:50.000em;
margin:0 auto;
}
h1 {
font-weight:900;
font-size:2.250em;
padding:3.125em 0;
}
#board {
width:25.000em;
margin:0 auto;
}
... | * { margin:0; padding:0; }
body {
font-family:'Lato', sans-serif;
font-size:1.000em;
line-height:1.250em;
color:#333;
}
section {
text-align:center;
width:100%;
max-width:50.000em;
margin:0 auto;
}
h1 {
font-weight:900;
font-size:2.250em;
padding:3.125em 0;
}
#board {
width:25.000em;
margin:0 auto;
}
... |
Fix default terminal font color | /* CSS for ViaductXBlock */
.pending, .error {
display: none;
position: relative;
margin: 0 auto;
}
#gateonecontainer {
position: relative;
margin: 5em auto 0 auto;
width: 60em;
height: 30em;
}
#container {
height: 100%;
width: 100%
}
| /* CSS for ViaductXBlock */
.pending, .error {
display: none;
position: relative;
margin: 0 auto;
}
#gateonecontainer {
position: relative;
margin: 5em auto 0 auto;
width: 60em;
height: 30em;
}
#gateonecontainer span {
color: white;
}
#container {
height: 100%;
width: 100%
}
|
Remove the horizontal margin around the graphs | body {
font-family: -apple-system, sans-serif;
}
pre {
overflow-x: auto;
}
pre code {
overflow-wrap: normal;
white-space: pre;
}
#timeline {
-webkit-user-select: none;
}
#glucose_chart {
height: 244px;
}
#basal_chart, #carbs_chart, #iob_chart {
height: 144px;
}
@media screen and (max-wi... | body {
font-family: -apple-system, sans-serif;
}
pre {
overflow-x: auto;
}
pre code {
overflow-wrap: normal;
white-space: pre;
}
#timeline {
-webkit-user-select: none;
margin-left: -15px;
margin-right: -15px;
}
#glucose_chart {
height: 244px;
}
#basal_chart, #carbs_chart, #iob_chart ... |
Fix css file to avoid sass error on precompile | @media (min-width: 768px) {
.form-search,
.combobox-container {
display: inline-block;
margin-bottom: 0;
vertical-align: top;
.input-group-addon {
width: auto;
}
}
}
}
.combobox-selected .caret {
display: none;
}
/* :not doesn't work in IE8 */
.combobox-container:no... | @media (min-width: 768px) {
.form-search,
.combobox-container {
display: inline-block;
margin-bottom: 0;
vertical-align: top;
.input-group-addon {
width: auto;
}
}
}
.combobox-selected .caret {
display: none;
}
/* :not doesn't work in IE8 */
.combobox-container:not(.c... |
Add some print media CSS | /* HTML5 elements for older browsers */
header, article, section, figure, aside, footer {
display: block;
}
a {
text-decoration: none;
}
#rss {
background: black url(rss.png) -1px 1px no-repeat;
border-radius: 6px;
color: transparent;
display: block;
font-size:0;
height: 32px;
outline: 0;
padding:... | /* HTML5 elements for older browsers */
header, article, section, figure, aside, footer {
display: block;
}
a {
text-decoration: none;
}
#rss {
background: black url(rss.png) -1px 1px no-repeat;
border-radius: 6px;
color: transparent;
display: block;
font-size:0;
height: 32px;
outline: 0;
padding:... |
Improve docs external link style | pre {
font-size: 13px !important;
}
a[class='reference external']:after {
content: "↪";
color: #b3b3b3;
font-size: 90%;
margin: 0 .1em;
}
dl[class='py class'] a[class='reference external']:after,
dl[class='py method'] a[class='reference external']:after {
content: "";
}
| pre {
font-size: 13px !important;
}
a[class='reference external']:after {
content: "↗";
color: #b3b3b3;
font-size: 70%;
font-weight: bold;
vertical-align: top;
margin: 0 .2em;
}
dl[class='py class'] a[class='reference external']:after,
dl[class='py method'] a[class='reference external']:after {
content... |
Fix loading size on normal screen | :root {
--thickness: 1vmax;
--diameter: 3vmax;
}
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
}
#loader {
border-radius: 50%;
border: var(--thickness) solid #f3f3f3;
border-top: var(--thickness) solid rgb(53, 168, 83);
... | :root {
--thickness: min(1vmax, 1.6vh);
--diameter: min(3vmax, 4vh);
}
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
}
#loader {
border-radius: 50%;
border: var(--thickness) solid #f3f3f3;
border-top: var(--thickness) sol... |
Fix anchor link dotted line issue | * {margin:0;padding:0;}
body, html {
color: #111;
margin:0;
padding:0;
width:100%;
/* font-size: 12pt;*/
}
body, input {
font-family: 'Brown', sans-serif;
}
.vertically-centered {
display: table;
}
.vertically-centered-content {
display: table-cell;
vertical-align: middle;
text-align: center;
}... | * {margin:0;padding:0;}
body, html {
color: #111;
margin:0;
padding:0;
width:100%;
/* font-size: 12pt;*/
}
body, input {
font-family: 'Brown', sans-serif;
}
.vertically-centered {
display: table;
}
.vertically-centered-content {
display: table-cell;
vertical-align: middle;
text-align: center;
}... |
Fix Google Maps display issues. | a.download {
color: #CCC;
float: right;
display: inline;
margin-top: 8px;
margin-right: 6px;
}
a.download:visited {
color: #CCC;
}
a.download:hover {
color: #EEE;
}
a.date {
color: #CCC;
}
a.date:visited {
color: #CCC;
}
a.date.highlighted {
color: yellow;
}
a.date.highlighted:vi... | a.download {
color: #CCC;
float: right;
display: inline;
margin-top: 8px;
margin-right: 6px;
}
a.download:visited {
color: #CCC;
}
a.download:hover {
color: #EEE;
}
a.date {
color: #CCC;
}
a.date:visited {
color: #CCC;
}
a.date.highlighted {
color: yellow;
}
a.date.highlighted:vi... |
Add right border to cells with class left and middle-left | body {
height: 100vh;
width: 100vw;
background-image: url("../img/space.jpg");
background-size: cover;
color: #fff;
font-family: sans-serif;
}
h1 {
font-family: 'Audiowide', cursive;
text-align: center;
font-size: 4em;
}
#board {
height: 60%;
width: 40%;
margin: 0 auto;
border: 1px solid #70... | body {
height: 100vh;
width: 100vw;
background-image: url("../img/space.jpg");
background-size: cover;
color: #fff;
font-family: sans-serif;
}
h1 {
font-family: 'Audiowide', cursive;
text-align: center;
font-size: 4em;
}
#board {
height: 60%;
width: 40%;
margin: 0 auto;
border: 1px solid #70... |
Fix clickable links in portrait mode. | .layout_left {
display: none;
}
.layout_right {
position: fixed;
top: 40px !important;
bottom: 0px;
left: 0px !important;
right: 0px;
}
ul.links {
/* Links clickable more easily */
height: 40px !important;
width: 40px !important;
}
ul.links li a {
width: 40px !important;
}
ul.links li.title {
width: auto... | .layout_left {
display: none;
}
.layout_right {
position: fixed;
top: 40px !important;
bottom: 0px;
left: 0px !important;
right: 0px;
}
ul.links {
height: 40px !important;
}
ul.links li, ul.links li a {
width: 40px !important;
}
ul.links li.title {
width: auto !important;
}
|
Fix style for navigation bar | /* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
... | /* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
padding-top: 20px;
}
.footer {
position: absolute;
right: 0;
bottom: 0;
left:... |
Fix issue with textarea font | html.hui
{
height: 100%;
}
body.hui
{
margin: 0px;
background: #f3f5f7;
overflow: auto;
min-height: 100%;
height: 100%;
}
body.hui, body.hui textarea
{
font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
}
div.hui_body
{
height: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit... | html.hui
{
height: 100%;
}
body.hui
{
margin: 0px;
background: #f3f5f7;
overflow: auto;
min-height: 100%;
height: 100%;
}
body.hui
{
font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
}
div.hui_body
{
height: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border... |
Fix to force cursor update after animation completes | img[data-action="zoom"] {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
position: relative;
z-index: 666;
-webkit-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
}
img.zoom-img {
cursor: pointer;
cursor: -webkit-zoo... | img[data-action="zoom"] {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
position: relative;
z-index: 666;
-webkit-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
}
img.zoom-img {
cursor: pointer;
cursor: -webkit-zoo... |
Fix for camera orientation thumb | .rotateCounterClock {
-webkit-transform-origin: center bottom;
-webkit-transform: rotate(90deg) translateY(85%) translateX(-7%);
width: 424px;
} | .rotateCounterClock {
-webkit-transform-origin: center bottom;
-webkit-transform: rotate(-90deg) translateY(13%) translateX(5%);
width: 424px;
} |
Add rounded borders to image. | /* Custom style sheet */
.main {
width: 320px;
border: solid #ccc 1px;
border-radius: 10px;
box-shadow: 2px 4px 2px rgba(163,163,163, 0.7);
}
img {
display: block;
margin: auto;
}
| /* Custom style sheet */
.main {
width: 320px;
border: solid #ccc 1px;
border-radius: 10px;
box-shadow: 2px 4px 2px rgba(163,163,163, 0.7);
}
img {
display: block;
margin: auto;
border-radius: 10px;
}
|
Fix mouseover to also show when hovering over bar chart labels | .axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
/* do not display tick marks on y-axis */
.y.axis line {
display: none;
}
/* do not display tick labels on y-axis */
.y.axis text {
fill: none;
}
.category-0 {
fill: #689f38;
}
.category-1 {
fill: #ffc107;
}
.selected-ba... | .axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
/* do not display tick marks on y-axis */
.y.axis line {
display: none;
}
/* do not display tick labels on y-axis */
.y.axis text {
fill: none;
}
.category-0 {
fill: #689f38;
}
.category-1 {
fill: #ffc107;
}
.selected-ba... |
Improve a bit sliding menu | .page {
position: relative;
min-height: 100vh;
}
.page__navigation {
position: absolute;
top: 0;
bottom: 0;
overflow: hidden;
box-sizing: border-box;
width: 280px;
padding: 20px 0;
background: yellowgreen;
transform: translateX(-100%);
transition: transform ease 0.3s;
... | .page {
position: relative;
min-height: 100vh;
}
.page__navigation {
position: absolute;
top: 0;
bottom: 0;
overflow: hidden;
box-sizing: border-box;
width: 280px;
padding: 20px 0;
background: yellowgreen;
transform: translateX(-105%);
transition: transform ease 0.3s;
... |
Remove side padding from colum heads to avoid "action-item" from text wrapping on phones | :global(.basic.segment).column-head {
margin-bottom: 0;
}
.divider {
background-color: var(--semantic-light-grey);
}
.list {
list-style: none;
padding-left: 0;
margin-top: 0;
overflow-y: auto;
height: 44vh;
}
| :global(.basic.segment).column-head {
margin-bottom: 0;
padding-right: 0;
padding-left: 0;
}
.divider {
background-color: var(--semantic-light-grey);
}
.list {
list-style: none;
padding-left: 0;
margin-top: 0;
overflow-y: auto;
height: 44vh;
}
|
Add margin under download button | html, body {
height: 100%;
margin: 0;
font-size: 100%;
}
.container {
max-width: 700px;
margin: 0 auto;
padding: 50px 30px 50px 30px;
position: relative;
}
.form, #newsBox {
margin-top: 30px;
}
#subredditOrUserButtons {
margin-bottom: 10px;
}
#downloadButton {
margin-top: 40p... | html {
font-size: 100%;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
.container {
max-width: 700px;
margin: 0 auto;
padding: 50px 30px 50px 30px;
position: relative;
}
.form, #newsBox {
margin-top: 30px;
}
#subredditOrUserButtons {
margin-bottom: 10px;
}
#downloadBu... |
Set up pocket cards for each player | .player {
display: inline-block;
padding: 10px;
margin: 10px;
color: #ffffff;
background-color: #000000;
width: 300px;
height: 200px;
}
.card {
display: inline-block;
padding: 5px;
background-color: #ffffff;
width: 125px;
height: 175px;
}
.pot {
display: inline-bloc... | .player {
display: inline-block;
padding: 10px;
margin: 10px;
color: #ffffff;
background-color: #000000;
width: 300px;
height: 200px;
}
.card {
display: inline-block;
padding: 5px;
background-color: #ffffff;
width: 125px;
height: 175px;
}
.pocket-card {
margin: 10px... |
Add style to rendered popular repositories -Add flex-box display properties -Add border-radius for github avatars of users | body{
font-family: monospace, sans-serif;
background: burlywood;
}
.container{
max-width: 1200px;
margin: 0 auto;
}
ul{
padding: 0;
}
li{
list-style-type: none;
}
.languages{
display: flex;
justify-content: center;
}
.languages li{
margin: 10px;
font-weight: bold;
}
| body{
font-family: monospace, sans-serif;
background: burlywood;
}
.container{
max-width: 1200px;
margin: 0 auto;
}
ul{
padding: 0;
margin: 10px;
}
a{
text-decoration: none;
color: teal;
}
li{
list-style-type: none;
margin-bottom: 10px;
text-decoration: none;
}
.languages{
display: flex;
jus... |
Increase default font size a little. | html, body {
height: 100%;
width: 100%;
}
body {
background-color: #333;
}
div, body {
margin: 0;
padding: 0;
}
td {
margin: 0;
padding: 0;
}
#log {
width: 60%;
float: left;
padding: 0 10px;
background-color: #fff;
font: 10px Tahoma,Verdana,sans-serif;
}
#meta {
float: left;
color: #fff... | /* TODO: Use relative units. */
html, body {
height: 100%;
width: 100%;
}
body {
background-color: #333;
}
div, body {
margin: 0;
padding: 0;
}
td {
margin: 0;
padding: 0;
}
#log {
width: 60%;
float: left;
padding: 0 10px;
background-color: #fff;
font: 11px Tahoma,Verdana,sans-serif;
}
#me... |
Add new font-family to blog stylesheet. | .blog p {
text-align: left;
font-size: 1em;
}
#line_break {
border: 1px solid grey;
width: 98%;
margin: auto;
}
.blog #title_font {}
.blog #date_font {}
h4 {
font-weight: bold;
}
a:link {
text-decoration: none;
color: #CBFCC5;
}
a:hover {
text-decoration: none;
color: #3F8EAB;
}
| .blog p {
text-align: left;
font-size: 1em;
}
#line_break {
border: 1px solid grey;
width: 98%;
margin: auto;
}
.blog #title_font {}
.blog #date_font {}
h4 {
font-weight: bold;
}
a:link {
text-decoration: none;
color: #CBFCC5;
}
a:hover {
text-decoration: none;
color: #3F8EAB;
}
.blog h1 {
f... |
Update to vmin for all form factors | html, body {
padding: 0;
margin: 0;
text-align: center;
}
canvas {
border: 1px solid black;
height: 98vh;
width: 98vh;
}
| html, body {
padding: 0;
margin: 0;
text-align: center;
}
canvas {
border: 1px solid black;
height: 98vmin;
width: 98vmin;
}
|
Add two animations including the default fadeUp | .ripple {
animation-fill-mode: both;
animation-duration: 1s;
}
@keyframes fadeUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeUp {
animation-name: fadeUp;
}
@keyframes doTheWave {
to {
tran... | |
Remove padding on tile headers more directly. | .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... |
Fix IE x wrong spot issue | .root {
padding: var(--padding);
max-height: 18rem;
overflow: auto;
box-sizing: border-box;
width: 20rem;
max-width: 100%;
line-height: var(--lineHeight);
}
.header {
border-bottom: var(--borderBottom);
text-align: end;
margin-bottom: 0.25rem;
}
.list {
list-style-type: none;
color: var(--colo... | .root {
padding: var(--padding);
max-height: 18rem;
overflow: auto;
box-sizing: border-box;
width: 20rem;
max-width: 100%;
line-height: var(--lineHeight);
}
.header {
border-bottom: var(--borderBottom);
text-align: end;
text-align: right;
margin-bottom: 0.25rem;
}
.list {
list-style-type: none... |
Set overflow of console output in Web client. | #pulsarapp {
width: 800px;
margin: auto;
}
button {
margin: 10px;
}
.job {
padding: 20px;
}
.console {
border-radius: 4px;
font-family: Courier;
color: #CCCCCC;
background: #000000;
min-height: 20px;
margin-bottom: 20px;
font-size: 12px;
padding: 10px;
}
#websocket-feedback {
display: none... | #pulsarapp {
width: 800px;
margin: auto;
}
button {
margin: 10px;
}
.job {
padding: 20px;
}
.console {
overflow: auto;
border-radius: 4px;
font-family: Courier;
color: #CCCCCC;
background: #000000;
min-height: 20px;
margin-bottom: 20px;
font-size: 12px;
padding: 10px;
}
#websocket-feedback... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.