Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Switch all line endings to unix | @media screen and (max-width: 720px) {
body {
flex-direction: column;
}
#left {
width: 100%;
margin-bottom: 10px;
}
#controls_container {
width: 100%;
max-width: 100%;
}
#footer {
display: none;
}
#colors {
... | @media screen and (max-width: 720px) {
body {
flex-direction: column;
}
#left {
width: 100%;
margin-bottom: 10px;
}
#controls_container {
width: 100%;
max-width: 100%;
}
#footer {
display: none;
}
#colors {
width: 80vw;
justify-content: center;
flex-direction: c... |
Change the position of background-fade class | body {
background: url('https://source.unsplash.com/category/technology') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.background-fade {
position: absolute;
top: 0;
left: 0;
z-index:... | body {
background: url('https://source.unsplash.com/category/technology') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.background-fade {
position: fixed;
top: 0;
left: 0;
z-index: -1... |
Use more neutral colors for line highlighting | .hljs {
background: none;
padding: 0;
}
/* https://jsfiddle.net/tovic/AbpRD/ */
pre {
background-color: #eee;
overflow: auto;
margin: 0 0 1em;
padding: .5em 1em;
white-space: nowrap;
}
pre code {
white-space: pre;
overflow: auto;
}
pre code,
pre .line-number {
font-family: "Droid Sans Mono", Mo... | .hljs {
background: none;
padding: 0;
}
/* https://jsfiddle.net/tovic/AbpRD/ */
pre {
background-color: #eee;
overflow: auto;
margin: 0 0 1em;
padding: .5em 1em;
white-space: nowrap;
}
pre code {
white-space: pre;
overflow: auto;
}
pre code,
pre .line-number {
font-family: "Droid Sans Mono", Mo... |
Add rules for tetris- ids | body {
background-color: #F9F5FC;
}
canvas {
border: 1px solid #888;
}
.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: 30em;
}
| 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: 30em;
}
#tetris-grid {
border: 1px solid #779;
}
#tetris-preview {
border: 4px double #977;
} |
Change font color on copy buttons | /* Less */
fieldset { display: none; }
section { display: none; }
#extra-output { display: none; }
#help {
display: none;
clear: both;
}
#help-close-link { display: none; }
h3 {
small {
padding-left: 15px;
}
}
.input-group {
position: relative;
}
.swatch {
min-width: 50px;
&:hover... | /* Less */
fieldset { display: none; }
section { display: none; }
#extra-output { display: none; }
#help {
display: none;
clear: both;
}
#help-close-link { display: none; }
h3 {
small {
padding-left: 15px;
}
}
.input-group {
position: relative;
}
.swatch {
min-width: 50px;
&:hover... |
Hide syntax errors in CodeMirror. | /* Tweak CodeMirror styles */
.root :global .CodeMirror {
height: auto;
padding: .3rem .8rem;
font-size: .9rem;
}
.root :global .CodeMirror-scroll {
height: auto;
overflow-y: hidden;
overflow-x: auto;
}
| /* Tweak CodeMirror styles */
.root :global .CodeMirror {
height: auto;
padding: .3rem .8rem;
font-size: .9rem;
}
.root :global .CodeMirror-scroll {
height: auto;
overflow-y: hidden;
overflow-x: auto;
}
.root :global .cm-error {
background: none !important;
}
|
Remove remnants of merge conflict | /* bitcoin_address */
.zci--bitcoin_address .zci__body .zci__more-at{
padding-top: 1em;
}
.zci--bitcoin_address .record .record__cell__value {
word-wrap: break-word;
padding: 0.4em;
}
.zci--bitcoin_address .record .record__cell__key {
padding: 0.4em;
width: 150px;
}
.is-mobile .zci--bitcoin_addres... | /* bitcoin_address */
.zci--bitcoin_address .zci__body .zci__more-at{
padding-top: 1em;
}
.zci--bitcoin_address .record .record__cell__value {
word-wrap: break-word;
padding: 0.4em;
}
.zci--bitcoin_address .record .record__cell__key {
padding: 0.4em;
width: 150px;
}
.is-mobile .zci--bitcoin_addres... |
Change spacing for 60 problems | /**
* CSS for jQuery Plugin Fast Facts
*/
.subtitle {
font-size: 50%;
vertical-align: middle;
}
.fast-facts-problem {
border-bottom: 1px solid #000;
font-size: 110%;
margin: 0 auto 40px;
max-width: 40px;
text-align: right;
}
.fast-facts-operator {
float: left;
}
#name {
border-bottom: 2px solid black;
w... | /**
* CSS for jQuery Plugin Fast Facts
*/
.subtitle {
font-size: 50%;
vertical-align: middle;
}
.fast-facts-problem {
border-bottom: 1px solid #000;
font-size: 110%;
margin: 40px auto 40px;
max-width: 40px;
text-align: right;
}
.fast-facts-operator {
float: left;
}
#name {
border-bottom: 2px solid black;... |
Fix font-size, it's odd and inconsistent in the theme | blockquote {
padding: 0 15px;
color: #777;
border-left: 4px solid #ddd;
}
.rst-content blockquote {
margin: 0;
}
/*shifts the nested subnav label to the left to align it with the regular nav item labels*/
ul.subnav ul.subnav span {
padding-left: 1.3em;
}
p {
line-height: 20px;
margin-bottom: 16px;
}
h1... | blockquote {
padding: 0 15px;
color: #777;
border-left: 4px solid #ddd;
}
.rst-content blockquote {
margin: 0;
}
/*shifts the nested subnav label to the left to align it with the regular nav item labels*/
ul.subnav ul.subnav span {
padding-left: 1.3em;
}
body {
font-size: 100%;
}
p {
line-height: 20px;... |
Fix Labels no space between. | /* CSS declarations go here */
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of... | /* CSS declarations go here */
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of... |
Edit css to swap class/id calls | *{
background-color: #FFFFE0;
}
.Heading{
font-family: Arial, Verdana, sans-serif;
position: relative;
text-align: justify;
}
p{
width: 48%;
margin: 5px;
margin-top: 20px;
float: left;
padding: 10px 0px 5px 0px;
background-color: #EFEFEF;
text-align: left;
}
.Strings{
height: 50px;
}
.Intege... | *{
background-color: #FFFFE0;
}
/*#Heading{
font-family: Arial, Verdana, sans-serif;
position: relative;
text-align: center;
}*/
h1{
font-family: Arial, Verdana, sans-serif;
position: relative;
text-align: center;
}
p{
width: 48%;
margin: 5px;
margin-top: 20px;
float: left;
padding: 10px 0px ... |
Use default cursor over radio station | /* This file is used for custom styles */
.messages-wrapper {
margin-top: 10px;
}
| /* This file is used for custom styles */
.messages-wrapper {
margin-top: 10px;
}
.radio-station {
cursor: default;
}
|
Move title of space down on space specific page. | #uva-makers-logo {
height:75px;
}
@media (min-width: 768px)
.navbar-default .nav > li>a, .navbar-default .nav>li {
color: #222;
}
.navbar {
background: #333;
min-height: 105px;
}
.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
font-size: 30px;
}
header {
margin-top: 105px;
}
.project-link... | #uva-makers-logo {
height:75px;
}
@media (min-width: 768px)
.navbar-default .nav > li>a, .navbar-default .nav>li {
color: #222;
}
.navbar {
background: #333;
min-height: 105px;
}
.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
font-size: 30px;
}
header {
margin-top: 105px;
}
.bg-dark {
... |
Add minimal styling for tables and thumbnails | /* Should be moved out to the MobileApp extension at some point */
body {
background-color: #FAFAFA;
padding: 8px 24px;
color: #333;
font-family: sans-serif;
font-size: 16px;
line-height: 24px;
}
a {
color: #347BFF;
text-decoration: none;
}
h1 {
font-family: serif;
color: #064A... | /* Should be moved out to the MobileApp extension at some point */
body {
background-color: #FAFAFA;
padding: 8px 24px;
color: #333;
font-family: sans-serif;
font-size: 16px;
line-height: 24px;
}
a {
color: #347BFF;
text-decoration: none;
}
/* Headers */
h1 {
font-family: serif;
... |
Use light background hover effect for button | .Button {
margin-top: 2rem;
background: #595C7F;
border: 1px solid rgba(0, 0, 0, 0.04);
color: #ffffff;
padding: 1rem;
font-size: 1.5rem;
box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.25) inset,
0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.Button:hover {
background: #34364c;
cursor: pointer;
... | .Button {
margin-top: 2rem;
background: #595C7F;
border: 1px solid rgba(0, 0, 0, 0.04);
color: #ffffff;
padding: 1rem;
font-size: 1.5rem;
box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.25) inset,
0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.Button:hover {
background: #6d7194;
cursor: pointer;
... |
Set html overflow to auto | body {
height: 100vh;
}
#simulator-tab-view {
display: none;
}
#editor-tab-view {
overflow: hidden;
height: 100%;
width: 100%;
}
#asm-editor {
width: 100%;
height: 88vh;
max-height: 88vh;
font-family: Courier New, Courier, monospace;
}
.section {
padding: 0rem 1.5rem;
}
#mc-... | html {
overflow-y: auto;
}
body {
height: 100vh;
}
#simulator-tab-view {
display: none;
}
#editor-tab-view {
overflow: hidden;
width: 100%;
}
#asm-editor {
width: 100%;
height: 88vh;
max-height: 88vh;
font-family: Courier New, Courier, monospace;
}
.section {
padding: 0rem 1... |
Allow collumns to fill section content | .flexContainer {
width: 90%;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
padding: 15px 0 0 0;
}
.flexContainer > div {
padding: 0 30px 50px 30px;
}
.column {
width: 375px;
}
.column > h4 {
text-align: center;
}
@media screen and (min-width: 415px) and (max-width: 1280px) {
.... | .flexContainer {
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
padding: 15px 0 0 0;
}
.flexContainer > div {
padding: 0 30px 50px 30px;
}
.column {
width: 375px;
}
.column > h4 {
text-align: center;
}
@media screen and (min-width: 415px) and (max-width: 1280px) {
... |
Fix a small CSS mistake | .flex {
display: flex;
flex-flow: row wrap;
}
.flex .block {
flex: 0 1 50%;
overflow: hidden;
}
.flex .block.large,
.flex.card .block.large {
flex: 0 1 100%;
}
/*
.flex.card {
padding: 0;
}
*/
.flex.card .block {
margin: 1rem;
flex: 1 calc(50% - 2rem);
min-height: 5rem;
padding... | .flex {
display: flex;
flex-flow: row wrap;
}
.flex .block {
flex: 0 1 50%;
overflow: hidden;
}
.flex .block.large,
.flex.card .block.large {
flex: 0 1 100%;
}
/*
.flex.card {
padding: 0;
}
*/
.flex.card .block {
margin: 1rem;
flex: 0 1 calc(50% - 2rem);
min-height: 5rem;
paddi... |
Fix due to source styles reset. | .source_deps {
display: block;
position: relative;
border-radius: 10px;
}
.source_deps:empty {
display: none;
}
.source_deps p {
margin: 10px 0 5px;
}
.source_deps p:first-child {
margin-top: 0;
}
.source_deps p:last-child {
margin-bottom: 0;
}
body p.source_deps,
.source... | .source_deps {
display: block;
position: relative;
border-radius: 10px;
}
.source_deps:empty {
display: none;
}
.source_deps p {
margin: 10px 0 5px;
}
.source_deps p:first-child {
margin-top: 0;
}
.source_deps p:last-child {
margin-bottom: 0;
}
body p.source_deps,
.source... |
Remove left padding of the inline form | body {
padding-top: 50px;
}
.main-container {
padding-top: 40px;
}
.inline-form {
display: inline;
padding-left: 10px;
}
.form-register {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-register .form-register-heading,
.form-register .checkbox {
margin-bottom: 10px;
}
.form-register .checkbo... | body {
padding-top: 50px;
}
.main-container {
padding-top: 40px;
}
.inline-form {
display: inline;
}
.form-register {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-register .form-register-heading,
.form-register .checkbox {
margin-bottom: 10px;
}
.form-register .checkbox {
font-weight: nor... |
Update breakpoint creation hover style. | .ace_active-line {
background: inherit !important;
}
.ace_gutter-cell {
cursor: pointer;
}
.ace_gutter-cell.ace_breakpoint {
background: #faa url('/img/breakpoint.png') no-repeat 3px 3px;
}
.ace_gutter-cell.ace_breakpoint:hover {
background-color: #f77;
}
.ace_gutter-cell:not(.ace_breakpoint):hover {
backgrou... | .ace_active-line {
background: inherit !important;
}
.ace_gutter-cell {
cursor: pointer;
}
.ace_gutter-cell.ace_breakpoint {
background: #faa url('/img/breakpoint.png') no-repeat 3px 3px;
}
.ace_gutter-cell.ace_breakpoint:hover {
background-color: #f77;
}
.ace_gutter-cell:not(.ace_breakpoint):hover {
backgrou... |
Move container-fluid down on page | #login-container {
margin: 0 auto;
width: 40%;
}
.right-inner-addon {
position: relative;
}
.right-inner-addon input {
padding-right: 30px;
}
.right-inner-addon i {
position: absolute;
right: 0px;
padding: 10px 12px;
pointer-events: none;
}
.search-container {
margin: 0 auto;
width: 60... | #login-container {
margin: 0 auto;
width: 40%;
}
.right-inner-addon {
position: relative;
}
.right-inner-addon input {
padding-right: 30px;
}
.right-inner-addon i {
position: absolute;
right: 0px;
padding: 10px 12px;
pointer-events: none;
}
.search-container {
margin: 0 auto;
width: 60... |
Make Orchard syntax highlighting (token coloring) styles consistent with OrcEclipse | @charset "UTF-8";
/*
* orc-syntax.css -- CSS style sheet Orc syntax highlighting in CodeMirror
* Project Orchard
*
* $Id$
*
* Copyright (c) 2008 The University of Texas at Austin. All rights reserved.
*
* Use and redistribution of this file is governed by the license terms in
* the LICENSE file found in the pr... | @charset "UTF-8";
/*
* orc-syntax.css -- CSS style sheet Orc syntax highlighting in CodeMirror
* Project Orchard
*
* $Id$
*
* Copyright (c) 2008 The University of Texas at Austin. All rights reserved.
*
* Use and redistribution of this file is governed by the license terms in
* the LICENSE file found in the pr... |
Fix rendered class method borders in docs | /* Copied verbatim from docs.globus.org */
@font-face {
font-family: 'museosans';
src: url('fonts/221E91_4_0.woff') format('woff');
font-weight: 100 ;
}
@font-face {
font-family: 'museosans';
src: url('fonts/221E91_3_0.woff') format('woff');
font-weight: 500 ;
}
@font-face {
font-family: 'museosans... | /* Copied verbatim from docs.globus.org */
@font-face {
font-family: 'museosans';
src: url('fonts/221E91_4_0.woff') format('woff');
font-weight: 100 ;
}
@font-face {
font-family: 'museosans';
src: url('fonts/221E91_3_0.woff') format('woff');
font-weight: 500 ;
}
@font-face {
font-family: 'museosans... |
Use different sub style which has same effect: line height is enlarged | em, strong, code
{
/* Override font-style, otherwise the default font-style will be used.
For example, em will use italic font-style.*/
font-style: normal;
}
sub
{
/*subscript presentation*/
font-size:24px;
background-color: black;
color: white;
vertical-align: inherit;
}
p
{
line-height: 130%
}
hr, div
{... | em, strong, code
{
/* Override font-style, otherwise the default font-style will be used.
For example, em will use italic font-style.*/
font-style: normal;
}
sub
{
/*subscript presentation*/
font-size: 24px;
background-color: black;
color: white;
vertical-align: baseline;
}
p
{
line-height: 130%
}
hr, div... |
Add remove specific stuff from stylesheet | /* Page breaks page-break-after: always; */
.details .personal {
display: none;
}
.details section h4 {
width: 2cm !important;
}
.skills .tools .cvs,
.skills .tools .synergy,
.skills .tools .liquibase {
display: none;
}
.skills .web .xslt {
display: none;
}
.skills .linux .mailman {
display: none;
}
.exp ... | /* Page breaks page-break-after: always; */
.details .personal {
display: none;
}
.details section h4 {
width: 2cm !important;
}
.exp ul li:not(.highlight) {
display: none;
}
.more {
display: none;
}
.education .what {
display: none;
}
.publications .what {
display: none;
}
.objective {
display: none;
}
|
Add box-sizing: border-box to CSS | body {
background: beige;
}
td {
border: 1px solid grey;
} | body {
box-sizing: border-box;
background: beige;
}
td {
border: 1px solid grey;
} |
Set style on rows inside tbody element | body {
background: beige;
}
td {
border: 1px solid grey;
}
tr {
height: 74px;
} | body {
background: beige;
}
td {
border: 1px solid grey;
}
tbody tr {
height: 74px;
} |
Fix Terraform icon repeat in menu | .nav-pills .nav-icon.terraform {
background-image: url(terraform/img/terraform.png);
height: 16px;
display: inline-block;
background-repeat-x: no-repeat;
}
.nav-pills li:hover i.terraform, .nav-pills li.active .nav-icon.terraform {
background-image: url(terraform/img/terraformw.png);
} | .nav-pills .nav-icon.terraform {
background-image: url(terraform/img/terraform.png);
height: 16px;
display: inline-block;
background-repeat: no-repeat;
}
.nav-pills li:hover i.terraform, .nav-pills li.active .nav-icon.terraform {
background-image: url(terraform/img/terraformw.png);
} |
Move checkbox to the left | /*! project specific CSS goes here. */
body > .container {
padding-top: 50px;
}
*[data-toggle=tooltip] {
cursor: pointer;
}
a, a:active, a:hover {
outline: 0 !important;
}
table.content-to-top td,
table.content-to-top th {
vertical-align: top;
}
table input {
width: 100%;
}
td.field {
}
td.field input... | /*! project specific CSS goes here. */
body > .container {
padding-top: 50px;
}
*[data-toggle=tooltip] {
cursor: pointer;
}
a, a:active, a:hover {
outline: 0 !important;
}
table.content-to-top td,
table.content-to-top th {
vertical-align: top;
}
table input {
width: 100%;
}
td.field {
}
td.field input... |
Revert "Revert "Order Details Basics"" | /*!
* PrepInventory - https://github.com/xJMV/PrepInventory
*/
.pi-list-unstyled {
list-style: none;
}
.icon {
display: inline;
height: 16px;
width: 16px;
} | /*!
* PrepInventory - https://github.com/xJMV/PrepInventory
*/
.pi-list-unstyled {
list-style: none;
}
.icon {
display: inline;
height: 16px;
width: 16px;
}
.big {
font-size: 20px;
}
|
Make stage indicator fixed to navbar | /*
Based on Christian Heilman's "Fork me on Github".
*/
#stage-indicator a {
background:#ad1d28;
color:#fff;
text-decoration:none;
font-family:arial, sans-serif;
text-align:center;
font-weight:700;
font-size:1rem;
line-height:2rem;
position:relative;
transition:.5s;
padding:5px 40px;
/* Overr... | /*
Based on Christian Heilman's "Fork me on Github".
*/
#stage-indicator a {
background:#ad1d28;
color:#fff;
text-decoration:none;
font-family:arial, sans-serif;
text-align:center;
font-weight:700;
font-size:1rem;
line-height:2rem;
transition:.5s;
padding:5px 40px;
/* Override of heilman's sett... |
Add dotted borders around all elements for proper formatting | .title {
text-align: center;
color: #cc7a00;
font-family: Copperplate;
}
.hero-image {
background-image: url('http://www.wallpapermade.com/images/wallpapers/originals/harley-davidson-motorcycle-black-white-photo-wallpaper-2024.jpg');
background-repeat: no-repeat;
background-size: cover;
color: #cc7a00;
... | * {
border: 1px dotted black;
}
.title {
text-align: center;
color: #cc7a00;
font-family: Copperplate;
}
.hero-image {
background-image: url('http://www.wallpapermade.com/images/wallpapers/originals/harley-davidson-motorcycle-black-white-photo-wallpaper-2024.jpg');
background-repeat: no-repeat;
backgrou... |
Make tab decoration works only on terminator | /* Root of terminator window */
window.terminator-terminal-window {
}
/* This makes height of tab header shrink */
window.terminator-terminal-window #terminator-tab-close-button {
padding: 0;
}
tab {
border-radius: 8px 8px 0px 0px;
padding: 1px 0px 0px 5px;
background: @shadow_color;
color: @text_color;
}
... | /* Root of terminator window */
window.terminator-terminal-window {
}
/* This makes height of tab header shrink */
window.terminator-terminal-window #terminator-tab-close-button {
padding: 0;
}
window.terminator-terminal-window tab {
border-radius: 8px 8px 0px 0px;
padding: 1px 0px 0px 5px;
background: @shad... |
Apply some (additional) minimal styling | * {
box-sizing: border-box;
}
body {
background: silver;
}
.container {
margin: 0 auto;
width: 140px;
}
h1 {
font-size: 28px;
font-family: monospace;
text-align: center;
}
.grid {
position: relative;
background: #030;
}
.grid .cell {
display: inline-block;
user-select: none;
-webkit-user-selec... | * {
box-sizing: border-box;
}
body {
color: #ddd;
background: black;
}
h1 {
font-size: 28px;
font-family: monospace;
text-align: center;
}
.container {
margin: 0 auto;
width: 282px;
}
.grid {
position: relative;
margin-bottom: 20px;
border: 1px solid white;
}
.grid .cell {
display: inline-block... |
Use the font-family from our ui-typography package | :root {
--border-color: #D1D1D1;
}
@font-face {
font-family: "proximanova";
src: url("https://s.dcdn.eu/images/fonts/proximanova-reg-webfont.woff") format('woff');
}
@font-face {
font-family: "proximanova";
src: url("https://s.dcdn.eu/images/fonts/proximanova-sbold-webfont.woff") format('woff');
font-weig... | @import '@teamleader/ui-typography';
:root {
--border-color: #D1D1D1;
}
body {
box-sizing: border-box;
font-family: var(--font-family-regular);
font-size: 14px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-size-adjust: 100%;
margin: 0;
}
... |
Adjust border colors of sheep cards by their ranks | .card {
display: inline-block;
border: thin solid #000;
overflow: hidden;
white-space: nowrap;
margin: 0.5ex;
}
.card.sheep > .body {
display: inline-block;
width: 5.6ex;
height: 3.8ex;
padding: 0.5ex;
border-top: 2ex solid #cff;
border-bottom: 2ex solid #3c3;
background: #fff;
text-align: ce... | .card {
display: inline-block;
border: thin solid #000;
overflow: hidden;
white-space: nowrap;
margin: 0.5ex;
}
.card.sheep > .body {
display: inline-block;
width: 5.6ex;
height: 3.8ex;
padding: 0.5ex;
border-top: 2ex solid #cff;
border-bottom: 2ex solid #3c3;
background: #fff;
text-align: ce... |
Remove -webkit-box-reflect since it is broken with 3D transforms | .ui-coverflow-wrapper {
position: relative;
overflow: hidden;
}
.ui-coverflow {
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
-ms-perspective: 1000px;
-o-perspective: 1000px;
perspective: 1000px;
position: absolute;
}
.ui-coverflow-item {
-webkit-box-... | .ui-coverflow-wrapper {
position: relative;
overflow: hidden;
}
.ui-coverflow {
-webkit-perspective: 500px;
-moz-perspective: 500px;
-ms-perspective: 500px;
-o-perspective: 500px;
perspective: 500px;
position: absolute;
}
.ui-coverflow-item {
position: relative... |
Add clearfix to patch giotbook's bootstrap remove | blockquote.alert strong
{
display : inline-block;
text-align : center;
float : left;
width : 60px;
height : 80px;
margin-right : 10px;
padding-top : 14px;
}
blockquote.alert
{
border-radius : 5px;
}
.book .book-body .page-wrapper .page-inner section.normal blockquote>:last-ch... | blockquote.alert strong
{
display : inline-block;
text-align : center;
float : left;
width : 60px;
height : 80px;
margin-right : 10px;
padding-top : 14px;
}
blockquote.alert
{
border-radius : 5px;
}
.book .book-body .page-wrapper .page-inner section.normal blockquote>:last-... |
Add css file that was still not pushed | h1{
color:#0000FF;
}
h2{
color:#FF0000;
}
td {
padding: 10px 10px 10px 10px
}
.float {
float: left;
}
.centered {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.inline {
display: inline;
}
.border {
margin: 8px;
border: 1px solid silver;
padding: 8px;
border-radius: 4px;... | |
Add some more basic styling to preview | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background: url(bg.png);
}
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
.editor {
position: fixed;
top: 0;
left: 0;
height: 100%;
padding: 1em;
... | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background: url(bg.png);
}
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
.editor {
position: fixed;
top: 0;
left: 0;
height: 100%;
padding: 1em;
... |
Fix the whitespace after everything which is link | /* override table width restrictions */
@media screen and (min-width: 767px) {
.wy-table-responsive table td {
/* !important prevents the common CSS stylesheets from overriding
this as on RTD they are loaded after this stylesheet */
white-space: normal !important;
}
.wy-table-responsive {
ove... | /* override table width restrictions */
@media screen and (min-width: 767px) {
.wy-table-responsive table td {
/* !important prevents the common CSS stylesheets from overriding
this as on RTD they are loaded after this stylesheet */
white-space: normal !important;
}
.wy-table-responsive {
ove... |
Update css index page with new font | body {
position:relative;
margin: 0px 100px;
font-family: sans-serif, arial, times;
}
#divhead {
position: relative;
text-align: center;
margin-top:25px;
}
.hline {
position:absolute;
margin-top: 20px;
width: 100%;
height: 2px;
background: purple;
}
img {
position:relative;
padding-top: 20px;
}
#me {... | body {
position:relative;
margin: 0px 100px;
font-family: 'Pacifico', cursive;
}
.socialnw ul {
text-decoration: none;
list-style: none;
margin-top: 150px;
}
.socialnw ul li {
padding-bottom:75px;
padding-left: 50px;
}
.socialnw ul li a img {
width: 20px;
height:20px;
}
.divhead {
position: relative;
... |
Reduce margin between logo and splash. | body {
background-color: #ffffff;
}
div#container {
font-family: helvetica, arial, sans-serif;
line-height: 170%;
margin: 30px auto;
max-width: 860px;
}
div#header img, div#splash img {
height: auto;
max-width: 100%;
width: auto;
}
div#header {
margin-bottom: 80px;
margin-top: 30... | body {
background-color: #ffffff;
}
div#container {
font-family: helvetica, arial, sans-serif;
line-height: 170%;
margin: 30px auto;
max-width: 860px;
}
div#header img, div#splash img {
height: auto;
max-width: 100%;
width: auto;
}
div#header {
margin-bottom: 50px;
margin-top: 30... |
Remove unneeded style require of store/spree_core | /*
*= require store/spree_core
*= require fancybox
*/
#product-images #main-image img.click-to-zoom { min-height: 0px; height: 12px; }
| /*
*= require fancybox
*/
#product-images #main-image img.click-to-zoom { min-height: 0px; height: 12px; }
|
Disable cursor in the map view | body {
background-color: #000000;
cursor: none;
height: 100%;
}
p {
margin-bottom: 0;
color: #cccccc;
}
.night {
color: #7a1818;
}
div.svgcontainer {
display: inline-block;
}
p.title {
font-size: 16px;
line-height: 1;
}
p.value {
font-size: 46px;
line-height: 1;
marg... | body {
background-color: #000000;
cursor: none;
height: 100%;
}
p {
margin-bottom: 0;
color: #cccccc;
}
.night {
color: #7a1818;
}
div.svgcontainer {
display: inline-block;
}
p.title {
font-size: 16px;
line-height: 1;
}
p.value {
font-size: 46px;
line-height: 1;
marg... |
Improve minus-sign-matching for grade selector | tbody#states a:hover {
text-decoration: none;
}
.datapoles {
width: 130px;
margin: auto;
padding-left: 0;
}
.datapole {
display: inline-block;
width: 7px;
height: 20px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.cta-button {
font-size: 30px;
... | tbody#states a:hover {
text-decoration: none;
}
.datapoles {
width: 130px;
margin: auto;
padding-left: 0;
}
.datapole {
display: inline-block;
width: 7px;
height: 20px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.cta-button {
font-size: 30px;
... |
Create and Update CSS file | body {
background: purple;
position: relative;
margin:0px;
padding:0px;
animation: background 9s infinite;
-webkit-animation: background 9s infinite;
-moz-animation: background 9s infinite;
-ms-animation: background 9s infinite;
-o-animation: background 9s infinite;
}
#wel {
font-family: Segoe UI;
font-style:normal;
... | |
Make sure page images are the right height. | .DV-docViewer .DV-clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.DV-docViewer .DV-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .DV-docViewer .DV-clearfix {height: 1%;}
.DV-docViewer .DV-clearfix {display: block;}
/* End hide from ... | .DV-docViewer .DV-clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.DV-docViewer .DV-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .DV-docViewer .DV-clearfix {height: 1%;}
.DV-docViewer .DV-clearfix {display: block;}
/* End hide from ... |
Improve styleguide screenshot wrapper styles. | div[class*='rsg--hasSidebar'] {
overflow: scroll;
height: calc(100vh - 50px);
min-height: initial;
}
div[class*='rsg--sidebar'] {
height: calc(100vh - 50px);
}
div[class*='rsg--toolbar'] {
display: none;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu'... | div[class*='rsg--hasSidebar'] {
overflow: scroll;
height: calc(100vh - 50px);
min-height: initial;
}
div[class*='rsg--sidebar'] {
height: calc(100vh - 50px);
}
div[class*='rsg--toolbar'] {
display: none;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu'... |
Hide login dialog, but show logo. | /*
* Copyright (C) 2015 Glyptodon LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publi... | /*
* Copyright (C) 2015 Glyptodon LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publi... |
Change site font to sans-serif | *{
margin: 0;
}
.wrapper{
width: 80%;
border: 1px solid black;
margin: 0 auto 0 auto;
min-height: 600px;
}
.heading{
height: 100px;
background: -webkit-linear-gradient(rgba(39,9,236,0.66) 0%, #ffffff 100%);
padding: 20px;
text-align: center;
color: gold;
}
.content{
min-height: 400px;
background: #c5c5d1... | *{
font-family: sans-serif;
margin: 0;
}
.wrapper{
width: 80%;
border: 1px solid black;
margin: 0 auto 0 auto;
min-height: 600px;
}
.heading{
height: 100px;
background: -webkit-linear-gradient(rgba(39,9,236,0.66) 0%, #ffffff 100%);
padding: 20px;
text-align: center;
color: gold;
}
.content{
min-height: 4... |
Add hover shadow movement transition. | * {
margin: 0;
padding: 0;
}
html, body {
width: 100%;
height: 100%;
background: #ccc;
position: relative;
}
#sites {
width: 100%;
height: 100px;
position: absolute;
top: 50%;
margin-top: -50px;
}
#sites ul {
list-style: none;
text-align: center;
margin: 0 auto;
}
#sites li {
display: inline-bloc... | * {
margin: 0;
padding: 0;
}
html, body {
width: 100%;
height: 100%;
background: #ccc;
position: relative;
}
#sites {
width: 100%;
height: 100px;
position: absolute;
top: 50%;
margin-top: -50px;
}
#sites ul {
list-style: none;
text-align: center;
margin: 0 auto;
}
#sites li {
display: inline-bloc... |
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... |
Add crosshair cursor for review | .resultWrapper { display: inline-block; position: relative;}
.marker { position: absolute; margin-left: -10px; margin-top: -10px; width:20px; height:20px; border-radius: 100px; background: rgba(255,0,0,0.5)}
.rectangle {position: absolute; background: rgba(255,0,0,0.5)}
| .resultWrapper { display: inline-block; position: relative; }
.marker { position: absolute; margin-left: -10px; margin-top: -10px; width: 20px; height: 20px; border-radius: 100px; background: rgba(255, 0, 0, 0.5) }
.rectangle { position: absolute; background: rgba(255, 0, 0, 0.5); cursor: crosshair; }
.result { cursor:... |
Use correct cursor on nav menu | /* This file is used for custom styles */
.messages-wrapper {
margin-top: 10px;
}
.radio-station {
cursor: default;
}
.swipe-container > div {
min-height: 100%;
height: 100% !important;
}
.swipe-view-content {
padding: 0 5px;
}
| /* This file is used for custom styles */
.messages-wrapper {
margin-top: 10px;
}
.radio-station {
cursor: default;
}
.nav a {
cursor: pointer;
}
.swipe-container > div {
min-height: 100%;
height: 100% !important;
}
.swipe-view-content {
padding: 0 5px;
}
|
Make menu toggle for mobile visible | /*
Theme Name: MakeICT
Theme URI: http://makeict.org
Description: WordPress theme for the MakeICT organization website.
Version: 1.0.0
Author: MakeICT
Author URI: http://makeict.org/
License: MIT License
License URI: http://opensource.org/license... | /*
Theme Name: MakeICT
Theme URI: http://makeict.org
Description: WordPress theme for the MakeICT organization website.
Version: 1.0.0
Author: MakeICT
Author URI: http://makeict.org/
License: MIT License
License URI: http://opensource.org/license... |
Add a padding to context menu. | .sc-context-menu {
position: absolute;
background: var(--t-background-color);
border-radius: var(--t-border-radius);
font-size: var(--t-small-font-size);
z-index: 1000;
box-shadow: var(--t-default-box-shadow);
}
.sc-context-menu.sm-hidden {
/* we don't use display none because we want to determine the co... | .sc-context-menu {
position: absolute;
background: var(--t-background-color);
border-radius: var(--t-border-radius);
font-size: var(--t-small-font-size);
z-index: 1000;
box-shadow: var(--t-default-box-shadow);
padding: 4px;
}
.sc-context-menu.sm-hidden {
/* we don't use display none because we want to ... |
Change margin-right to 1px so the tags are a bit closer to each other, but still have some space. | body {
padding-top: 50px;
padding-bottom: 20px;
}
img.avatar-small {
width: 24px;
height: 24px;
}
img.avatar-medium {
width: 48px;
height: 48px;
}
.mentor-label {
display: inline-block;
margin-right: 3px;
}
| body {
padding-top: 50px;
padding-bottom: 20px;
}
img.avatar-small {
width: 24px;
height: 24px;
}
img.avatar-medium {
width: 48px;
height: 48px;
}
.mentor-label {
display: inline-block;
margin-right: 1px;
}
|
Make broken link icon work for both fontawesome 4 and fontawesome 5. | /* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/
.jupyter-widgets-disconnected::before {
content: '\f127'; /* chain-broken */
display: inline-block;
font: normal normal 900 14px/1px 'Font Awesome 5 Free';
font-size: inherit;
text-rendering: auto;
-w... | /* Copyright (c) Jupyter Development Team.
* Distributed under the terms of the Modified BSD License.
*/
.jupyter-widgets-disconnected::before {
content: '\f127'; /* chain-broken */
display: inline-block;
font: normal normal 900 14px/1 'Font Awesome 5 Free', 'FontAwesome';
text-rendering: auto;
-webkit-fon... |
Add fourth from top to general stylesheet | main {
display: block;
height: 100%;
padding-bottom: 510px;
}
#second_from_top {
display: block;
position: relative;
left: 100px;
top: 500px;
}
#third_from_top {
display: block;
position: relative;
left: 100px;
top: 500px;
}
| main {
display: block;
height: 100%;
padding-bottom: 510px;
}
#second_from_top {
display: block;
position: relative;
left: 100px;
top: 500px;
}
#third_from_top {
display: block;
position: relative;
left: 100px;
top: 500px;
}
#fourth_from_top {
display: block;
position: relative;
left: 100px;
top: 500px;
}
|
Change border to dashed, move text for dividers above the line. | * {
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100vh;
display: flex;
}
.columns {
width: 100%;
display: flex;
flex: 1;
}
.column {
width: 100%;
flex: 1;
outline: 1px solid black;
text-align: center;
}
.column [sync] {
text-align: left;
border-bottom-width: 2px;
border-bottom-color: red;
... | * {
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100vh;
display: flex;
}
.columns {
width: 100%;
display: flex;
flex: 1;
}
.column {
width: 100%;
flex: 1;
border-left: 1px solid black;
text-align: center;
}
.column [sync] {
text-align: left;
border-bottom-width: 2px;
border-bottom-color: re... |
Increase the width of the bio modal text | @import "../../lib/styles/properties.css";
.Dialog {
position: relative;
}
.Modal > .Dialog {
padding: 10px;
margin: 0 auto;
}
.DialogClose {
position: absolute;
top: -10px;
right: -10px;
color: #fff;
}
.no-touch .DialogClose:hover {
color: #aaa;
}
.TextDialog {
max-width: 400px;
font-size: 18p... | @import "../../lib/styles/properties.css";
.Dialog {
position: relative;
}
.Modal > .Dialog {
padding: 10px;
margin: 0 auto;
}
.DialogClose {
position: absolute;
top: -10px;
right: -10px;
color: #fff;
}
.no-touch .DialogClose:hover {
color: #aaa;
}
.TextDialog {
max-width: 480px;
font-size: 18p... |
Hide status bar on smaller screens | .sh-status-bar {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: var(--plane-status-bar);
display: flex;
align-items: center;
padding: calc(var(--spacing) / 2) var(--spacing);
border-top: 2px solid var(--c-alt-light);
background-color: var(--c-background);
font-size: 0.9em;
}
.sh-status-b... | @media only screen and (min-width: 1000px) {
.sh-status-bar {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: var(--plane-status-bar);
display: flex;
align-items: center;
padding: calc(var(--spacing) / 2) var(--spacing);
border-top: 2px solid var(--c-alt-light);
backgro... |
Allow newlines inside the WhistleblowerLoginPrompt | #HomePageBox {
text-align: center;
color: #5a5a5a;
font-size: 1em;
margin: 0 auto;
}
#NodeIntro, #WhistleblowerSubmitBox, #WhistleblowerReceiptBox {
font-size: 1.2em;
}
#NodeIntro {
margin-bottom: 3em;
}
#WhistleblowerSubmitBox {
margin-bottom: 2em;
}
#NodeIntroPresentation {
font-size: 1.6em;
whi... | #HomePageBox {
text-align: center;
color: #5a5a5a;
font-size: 1em;
margin: 0 auto;
}
#NodeIntro, #WhistleblowerSubmitBox, #WhistleblowerReceiptBox {
font-size: 1.2em;
}
#NodeIntro {
margin-bottom: 3em;
}
#WhistleblowerSubmitBox {
margin-bottom: 2em;
}
#NodeIntroPresentation,
#NodeIntroDescription,
#W... |
Add box-sizing:border-box to the Comments editor. | .htCommentCell {
position: relative;
}
.htCommentCell:after {
content: '';
position: absolute;
top: 0;
right: 0;
border-left: 6px solid transparent;
border-top: 6px solid black;
}
.htComments {
display: none;
z-index: 1059;
position: absolute;
}
.htCommentTextArea {
box-sh... | .htCommentCell {
position: relative;
}
.htCommentCell:after {
content: '';
position: absolute;
top: 0;
right: 0;
border-left: 6px solid transparent;
border-top: 6px solid black;
}
.htComments {
display: none;
z-index: 1059;
position: absolute;
}
.htCommentTextArea {
box-sh... |
Use `pre-wrap` rendering to make ASCII art work | .message_list {
overflow-y: scroll;
max-height: 50%;
}
.chat-input {
width: 90%;
}
/* I have no idea if this is the best way to handle the issues with float:left in navbars, or if 30px is a good value */
.tabset {
min-height: 30px;
}
ul.tab-list {
list-style: none;
}
ul.tab-list li {
display: block;
float: l... | .message_list {
overflow-y: scroll;
max-height: 50%;
white-space: pre-wrap;
line-height: 0.9em;
}
.chat-input {
width: 90%;
}
/* I have no idea if this is the best way to handle the issues with float:left in navbars, or if 30px is a good value */
.tabset {
min-height: 30px;
}
ul.tab-list {
list-style: none;
}... |
Revert "Switch the link color from orange to red" | /* Custom, with some colors borrowed from Superhero
* (http://bootswatch.com/superhero/) */
.sidebar {
/* background blue */
background-color: #2b3e50;
}
.content a,
.related-posts li a:hover {
/* button red */
color: #d2322d;
}
| /* Custom, with some colors borrowed from Superhero
* (http://bootswatch.com/superhero/) */
.sidebar {
/* background blue */
background-color: #2b3e50;
}
.content a,
.related-posts li a:hover {
/* button orange */
color: #df691a;
}
|
Apply monospace to css input | body {
font-family: sans-serif;
}
.box {
float: left;
width: 49%;
margin: 0 2px 0 0;
padding: 2px;
min-height: 500px;
border: 1px solid #999;
font-family: monospace;
box-sizing: border-box;
}
.showCss .box {
width: 32%;
}
.css {
display: none;
}
.showCss .css {
display: block;
}
.saved {
padding-top: ... | body {
font-family: sans-serif;
}
.box {
float: left;
width: 49%;
margin: 0 2px 0 0;
padding: 2px;
min-height: 500px;
border: 1px solid #999;
box-sizing: border-box;
}
.html,
.css {
font-family: monospace;
}
.showCss .box {
width: 32%;
}
.css {
display: none;
}
.showCss .css {
display: block;
}
.saved... |
Make inline code a little smaller | 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;
}
| 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 extra padding to Tooltip container | @import "variables.css";
:root {
--color-bg: var(--color-neutral-2);
--color-shadow: rgba(0, 0, 0, 0.3);
}
.container {
padding: 0.15rem 0.5rem;
margin: 0.5rem;
background: var(--color-bg);
font-size: 1rem;
line-height: 2rem;
color: white;
border-radius: var(--border-radius);
border: 2px solid whi... | @import "variables.css";
:root {
--color-bg: var(--color-neutral-2);
--color-shadow: rgba(0, 0, 0, 0.3);
}
.container {
padding: 0.25rem 1rem;
margin: 0.5rem;
background: var(--color-bg);
font-size: 1rem;
line-height: 2rem;
color: white;
border-radius: var(--border-radius);
border: 2px solid white... |
Use PT Sans bold for an article's title. | body {
font-family: PTSans-Caption;
font-size:44px;
padding:20px;
text-align:justify;
}
h1 {
font-family : Geordia;
font-size:64px;
margin-bottom:10px;
text-align:center;
}
h2 {
font-family:Helvetica;
font-size:12px;
color:#999;
padding-bottom:5px;
border-bottom:3px... | body {
font-family: PTSans-Caption;
font-size:44px;
padding:20px;
text-align:justify;
}
h1 {
font-family : PTSans-Bold;
font-size:64px;
margin-bottom:10px;
text-align:center;
}
h2 {
font-family:Helvetica;
font-size:12px;
color:#999;
padding-bottom:5px;
border-bottom... |
Fix Wikilove for smaller screens | /* stylelint-disable no-descending-specificity */
li#ca-wikilove {
line-height: 1.4em; /* account for scripts with tall ascenders */
}
#ca-wikilove.icon a {
display: block;
width: 28px;
padding: 15px 5px 0;
overflow: hidden;
outline: 0;
}
/* icon style */
/* Only use icon if the menu item is not collapsed into ... | /* stylelint-disable no-descending-specificity */
li#ca-wikilove {
line-height: 1.4em; /* account for scripts with tall ascenders */
}
#p-views #ca-wikilove.icon a {
display: block;
width: 28px;
padding: 15px 5px 0;
overflow: hidden;
outline: 0;
}
/* icon style */
/* Only use icon if the menu item is not collap... |
Move some styling out of the default style sheet | .ProseMirror {
position: relative;
}
.ProseMirror {
word-wrap: break-word;
white-space: pre-wrap;
}
.ProseMirror ul, .ProseMirror ol {
padding-left: 30px;
cursor: default;
}
.ProseMirror blockquote {
padding-left: 1em;
border-left: 3px solid #eee;
margin-left: 0; margin-right: 0;
}
.ProseMirror pre ... | .ProseMirror {
position: relative;
}
.ProseMirror {
word-wrap: break-word;
white-space: pre-wrap;
}
.ProseMirror ul, .ProseMirror ol {
cursor: default;
}
.ProseMirror pre {
white-space: pre-wrap;
}
.ProseMirror li {
position: relative;
pointer-events: none; /* Don't do weird stuff with marker clicks *... |
Update paragraph at page "contacts" | /* PORTFOLIO */
.tag-item-portfolio {
margin-bottom: 40px;
}
.pagination-portfolio {
margin-top: 70px;
margin-left: 250px;
margin-bottom: 70px;
}
.teaser-item-portfolio {
margin-bottom: 38px;
}
.blog-side-bar-right {
position: absolute;
right: 0;
top: 0;
}
/* CONTACTS */
.page-... | /* PORTFOLIO */
.tag-item-portfolio {
margin-bottom: 40px;
}
.pagination-portfolio {
margin-top: 70px;
margin-left: 250px;
margin-bottom: 70px;
}
.teaser-item-portfolio {
margin-bottom: 38px;
}
.blog-side-bar-right {
position: absolute;
right: 0;
top: 0;
}
/* CONTACTS */
.page-... |
Fix width of main input and autocomplete | .search {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
}
.inputWrapper {
position: relative;
z-index: 2;
width: 600px;
height: 45px;
}
.autocomplete {
position: absolute;
z-index: 1;
width: 600px;
height: 45px;
font-size: 1.5em;
padding: 0 10px;
line-height: 4... | .search {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
}
.inputWrapper {
position: relative;
z-index: 2;
width: 100%;
height: 45px;
}
.autocomplete {
position: absolute;
z-index: 1;
width: 100%;
height: 45px;
font-size: 1.5em;
padding: 0 10px;
line-height: 45p... |
Use a sans-serif font for code | /* Just add a few things to the default theme. */
@import "haiku.css";
div.content ul > li {
background: none;
list-style-type: initial;
padding-left: 0;
margin-left: 2em;
}
div.highlight {
background-color: inherit; /* highlighting was overflowing boxes */
}
| /* Just add a few things to the default theme. */
@import "haiku.css";
div.content ul > li {
background: none;
list-style-type: initial;
padding-left: 0;
margin-left: 2em;
}
div.highlight {
background-color: inherit; /* highlighting was overflowing boxes */
}
tt, pre {
font-family: "menlo", "Lucida Conso... |
Change colors for slate mode | [data-md-color-scheme="spaceship"] {
--md-primary-fg-color: #221c3e;
--md-primary-fg-color--light: #a7a4b2;
--md-primary-fg-color--dark: #1b1632;
--md-accent-fg-color: #c34435;
--md-accent-fg-color--light: #db8f86;
--md-accent-fg-color--dark: #752920;
}
[data-md-color-scheme="slate"] {
--md-hue: 260;
... | [data-md-color-scheme="spaceship"] {
--md-primary-fg-color: #221c3e;
--md-primary-fg-color--light: #a7a4b2;
--md-primary-fg-color--dark: #1b1632;
--md-accent-fg-color: #c34435;
--md-accent-fg-color--light: #db8f86;
--md-accent-fg-color--dark: #752920;
}
[data-md-color-scheme="slate"] {
--md-hue: 260;
... |
Fix bug in css; not porperly aligning due to CSS selector | /**
* Social Media List on the Sidebar
*/
.social-media-list {
list-style: none;
margin-left: 0;
padding-left: 0;
font-size: small;
}
.icon > svg {
display: inline-block;
width: 12px;
height: 12px;
vertical-align: middle;
}
.icon > svg path {
fill: #828282;
}
/*
* Social media buttons on post pag... | /**
* Social Media List on the Sidebar
*/
.social-media-list {
list-style: none;
margin-left: 0;
padding-left: 0;
font-size: small;
}
.icon > svg {
display: inline-block;
width: 12px;
height: 12px;
vertical-align: middle;
}
.icon > svg path {
fill: #828282;
}
/*
* Social media buttons on post pag... |
Revert "use Google Sans in button, body, input" | body {
margin: 0;
overflow-x: hidden;
overflow-y: scroll;
background: url('../assets/black-linen.png');
}
body, button, input {
font-family: 'Google Sans', sans-serif;
}
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/materialico... | body {
font-family: sans-serif;
margin: 0;
overflow-x: hidden;
overflow-y: scroll;
background-color: white;
}
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/materialicons/v30/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) for... |
Disable overscrolling (in some browsers) | html,
body {
margin: 0;
padding: 0;
height: 100%;
}
.main {
height: 100%;
}
.game {
user-select: none;
color: #fff;
display: flex;
flex-flow: column;
height: 100%;
}
.relative {
position: relative;
}
| html {
/* Catch any browsers that still overscroll (eg Safari) */
background-color: #000;
}
body {
overscroll-behavior: none;
}
html,
body {
margin: 0;
padding: 0;
height: 100%;
}
.main {
height: 100%;
}
.game {
user-select: none;
color: #fff;
display: flex;
flex-flow: column;
height: 100%;
... |
Add left border to cells with class right | 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... |
Set up some default rules for iframes. |
.picturefill img,
.typography img {
max-width: 100%;
height: auto;
}
/* Hide the controls for a carousel if it only has one item.
*/
.carousel.items-1 .carousel-control,
.carousel.items-1 .carousel-indicators {
display: none;
}
form .optionset ul li,
form .checkboxset ul li {
list-style: none;
}
form .optionset... |
.picturefill img,
.typography img {
max-width: 100%;
height: auto;
}
.typography iframe,
.constrained iframe {
max-width: 100%;
height: auto;
}
.typography iframe[src^="http://www.youtube.com/embed/"],
.constrained iframe[src^="http://www.youtube.com/embed/"] {
min-height: 315px;
}
.typography iframe[src^="http:... |
Update spacing to universal views | html {
background-size: cover;
font-family: 'Montserrat', sans-serif;
background-color: black;
}
h1{
color: white;
font-size: 500%;
margin-left:27%;
margin-top: 200px;
}
#title {
color: white;
font-size: 500%;
margin-top: 25px;
margin-right: 60%;
margin-left: auto;
}
#portf... | html {
background-size: cover;
font-family: 'Montserrat', sans-serif;
background-color: black;
}
h1{
color: white;
font-size: 500%;
margin-left:27%;
margin-top: 125px;
}
#title {
color: white;
font-size: 500%;
margin-top: 25px;
margin-right: 60%;
margin-left: auto;
}
#portf... |
Set white-space: break-spaces when supported | .ProseMirror {
position: relative;
}
.ProseMirror {
word-wrap: break-word;
white-space: pre-wrap;
-webkit-font-variant-ligatures: none;
font-variant-ligatures: none;
font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */
}
.ProseMirror pre {
white-space: pre-wrap;
}
.ProseMirror ... | .ProseMirror {
position: relative;
}
.ProseMirror {
word-wrap: break-word;
white-space: pre-wrap;
white-space: break-spaces;
-webkit-font-variant-ligatures: none;
font-variant-ligatures: none;
font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */
}
.ProseMirror pre {
white-spac... |
Replace *:before, *:after -> *::before, *::after | html {
height: 100%;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
background: linear-gradient(#0d263c,#030714) no-repeat fixed;
color: #ffffff;
height: 100%;
margin: 20px;
}
h1 {
color: #66d9f7;
}
img {
ver... | html {
height: 100%;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
box-sizing: border-box;
}
*, *::before, *::after {
box-sizing: inherit;
}
body {
background: linear-gradient(#0d263c,#030714) no-repeat fixed;
color: #ffffff;
height: 100%;
margin: 20px;
}
h1 {
color: #66d9f7;
}
img {
v... |
FIX prevent text from overlapping icon when menu is collapsed | .cms-menu-list li a .toggle-children {
position: absolute;
right: 0;
top: 10px;
}
.cms-menu-list li.children > a {
padding-right: 30px;
}
.cms-menu-list li.children ul li a {
padding-left: 15px;
}
.cms-menu-list li.children li a {
font-size: 11px;
padding: 0 10px 0 40px;
height: 32px;
line-height: 32px;
}
... | .cms-menu-list li a .toggle-children {
position: absolute;
right: 0;
top: 10px;
}
.cms-menu-list li.children > a {
padding-right: 30px;
}
.cms-menu-list li.children ul li a {
padding-left: 15px;
}
.cms-menu-list li.children li a {
font-size: 11px;
padding: 0 10px 0 40px;
height: 32px;
line-height: 32px;
}
... |
Drop the code out of use | /* Kindle Cloud Reader tweak */
@namespace url("http://www.w3.org/1999/xhtml");
@-moz-document domain("read.amazon.co.jp") {
/* Paging arrow */
.pageArrow {
background: floralwhite !important;
}
#kindleReader_center {
left: 3% !important;
right: 3% !important;
}
#kindleReader_pageTurnAreaLeft ... | /* Kindle Cloud Reader tweak */
@namespace url("http://www.w3.org/1999/xhtml");
@-moz-document domain("read.amazon.co.jp") {
/* Paging arrow */
.pageArrow {
background: floralwhite !important;
}
/* Overray element opacity */
.immersive_slide_area {
opacity: 0.4 !important;
}
.immersive_slide_are... |
Fix password list items from showing password input field. | /*
* Copyright (c) 2011 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.
*/
button.password-button {
background: #8aaaed;
color: #fff;
display: inline;
font-size: 90%;
font-weight: bold;
height: 18px;
padd... | /*
* Copyright (c) 2011 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.
*/
button.password-button {
background: #8aaaed;
color: #fff;
display: inline;
font-size: 90%;
font-weight: bold;
height: 18px;
padd... |
Change position blocks week stylesheet | #top {
display:block;
position: absolute;
top: 190px;
}
#second_from_top {
display: block;
position: relative;
top: 280px;
}
| #top {
display:block;
position: absolute;
top: 190px;
}
#second_from_top {
display: block;
position: relative;
top: 280px;
left: 100px;
}
|
Modify bar color of bar chart | .timeline.bar-chart .graph rect {
fill: gray;
}
.timeline.bar-chart .graph rect.selected {
fill: lightgray;
}
.timeline.bar-chart .graph .tooltip {
pointer-events: none;
}
.timeline.bar-chart .graph .tooltip rect {
fill: gray;
stroke: white;
stroke-width: 1px;
}
.timeline.bar-chart .graph .tooltip text ... | .timeline.bar-chart .graph rect {
fill: gray;
}
.timeline.bar-chart .graph rect.selected {
opacity: 0.4;
}
.timeline.bar-chart .graph .tooltip {
pointer-events: none;
}
.timeline.bar-chart .graph .tooltip rect {
fill: gray;
stroke: white;
stroke-width: 1px;
}
.timeline.bar-chart .graph .tooltip text {
... |
Add missing bootstrapValidator.css file (good stuff). | /**
* BootstrapValidator (http://bootstrapvalidator.com)
*
* The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
*
* @version v0.4.5
* @author https://twitter.com/nghuuphuoc
* @copyright (c) 2013 - 2014 Nguyen Huu Phuoc
* @license MIT
*/
.bv-form .help-block{margin... | |
Add some padding to the body to make the page look better | /* app css stylesheet */
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li:before {
content: "|";
padding-right: 0.3em;
}
.menu > li:nth-chi... | /* app css stylesheet */
body {
padding: 20px;
}
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li:before {
content: "|";
padding-right: 0... |
Fix style of failed builds | body { padding-top: 50px; }
th { width: 80%;}
td.building {background-color:#ddf4fb;border-color:#c6edf9;}
td.success {background-color:#d1eed1;border-color:#bfe7bf;}
td.unstable {background-color:#fddfde;border-color:#fbc7c6;}
td.aborted {background-color: #eee;border-color: #d0d0d0;}
.spinner{height: 15px; float: rig... | body { padding-top: 50px; }
th { width: 80%;}
td.building {background-color:#ddf4fb;border-color:#c6edf9;}
td.success {background-color:#d1eed1;border-color:#bfe7bf;}
td.unstable {background-color:#fddfde;border-color:#fbc7c6;}
td.failure {background-color:#fddfde;border-color:#fbc7c6;}
td.aborted {background-color: #e... |
Fix so that sidebar is readable | html,
body {
padding: 0;
margin: 0;
height: 100%;
}
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: 50px;
fo... | html,
body {
padding: 0;
margin: 0;
height: 100%;
}
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: 50px;
fo... |
Create stylesheet for download page | * {
-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
header {
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none; /* prevent webkit from resiz... | |
Fix columns → scroll fragmentation update issue in Webkit/Safari | /* Readium CSS
Scroll module for vertical-writing
A set of styles to scroll ePublications in “writing-mode: vertical-*”
This module overrides pagination
Repo: https://github.com/readium/readium-css */
/* [style*="--USER__view"] can be used to increase specificity but performance hit */
:root[style*="rea... | /* Readium CSS
Scroll module for vertical-writing
A set of styles to scroll ePublications in “writing-mode: vertical-*”
This module overrides pagination
Repo: https://github.com/readium/readium-css */
/* [style*="--USER__view"] can be used to increase specificity but performance hit */
:root[style*="rea... |
Improve Table CSS for mobile displays | @media (max-width: 600px) {
.bpmto_ms table {
table-layout: fixed;
width: 100%;
}
.bpmto_ms table td {
word-wrap: break-word;
}
.bpmto_ms .record td.record__cell__key {
width: 100px;
border-top: solid 1px #DDD;
border-bottom: solid 1px #DDD;
}
}
... | @media (max-width: 300px) {
.bpmto_ms table td {
word-wrap: break-word;
}
}
@media (min-width: 400px) {
.bpmto_ms table {
table-layout: fixed;
width: 100%;
}
.bpmto_ms table td {
word-wrap: break-word;
}
}
.bpmto_ms .maintable td {
width:12.5%;
whit... |
Fix width of Latitude/Longitude fields in order to deal with the number of decimal points | #LatitudeLongitudeZoom .fieldholder-small {
margin: 0px;
}
#LatitudeLongitudeZoom .fieldholder-small-label {
margin: 0px;
} | #LatLonZoomLevel .fieldholder-small {
margin: 0px;
}
#LatLonZoomLevel .fieldholder-small-label {
margin: 0px;
} |
Add css to *supposedly* wrap text in a <pre> tag | body {
height: 100%;
padding-top: 45px;
}
.quote .metadata {
margin-top: -10px;
margin-left: 0px;
}
.quote .metadata li {
float: left;
display: block;
margin-right: 15px;
}
.quote .metadata li.nomargin {
margin: 0;
}
.quote .metadata li.date_submitted {
float: right;
}
.quote .co... | body {
height: 100%;
padding-top: 45px;
}
.quote .metadata {
margin-top: -10px;
margin-left: 0px;
}
.quote .metadata li {
float: left;
display: block;
margin-right: 15px;
}
.quote .metadata li.nomargin {
margin: 0;
}
.quote .metadata li.date_submitted {
float: right;
}
.quote .co... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.