Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Make list items darker and legible (strange selector though, using .cm-tw-listitem didn't work) | .cm-tw-syntaxerror {
color: #FFFFFF;
background-color: #990000;
}
.cm-tw-deleted {
text-decoration: line-through;
}
.cm-tw-header5 {
font-weight: bold;
}
.cm-tw-listitem:first-child { /*Added first child to fix duplicate padding when highlighting*/
padding-left: 10px;
}
.cm-tw-box {
border-top-width: 0px ! imp... | .cm-tw-syntaxerror {
color: #FFFFFF;
background-color: #990000;
}
.cm-tw-deleted {
text-decoration: line-through;
}
.cm-tw-header5 {
font-weight: bold;
}
.cm-tw-listitem:first-child { /*Added first child to fix duplicate padding when highlighting*/
padding-left: 10px;
}
.cm-s-default span.cm-bracket { /* list i... |
Expand not-allowed cursor to full area of author. | @charset "UTF-8";
/**
* The main styles for the entire site.
*/
div.wrapper {
margin: .5em .75em;
}
/* Clearfix. */
.author-configuration .panel-body:after {
clear: all;
}
.author-configuration .panel-body > label {
float: left;
margin-left: 1em;
}
.author-configuration .panel-body > label:first-of-type ... | @charset "UTF-8";
/**
* The main styles for the entire site.
*/
div.wrapper {
margin: .5em .75em;
}
/* Clearfix. */
.author-configuration .panel-body:after {
clear: all;
}
.author-configuration .panel-body > label {
float: left;
margin-left: 1em;
}
.author-configuration .panel-body > label:first-of-type ... |
Increase line height of measurers | .cueText {
display: block;
margin: 0 auto;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
}
:global(.measure) {
display: table;
margin: 0 auto;
vis... | .cueText {
display: block;
margin: 0 auto;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
}
:global(.measure) {
display: table;
margin: 0 auto;
vis... |
Make the ChangesPanel's header sticky | .root {
background: #fff;
height: 100%;
overflow: auto;
}
.header {
padding: 1em;
border-bottom: 1px solid #ddd;
}
.mainNav {
display: flex;
}
.title {
flex: 1;
min-width: 0;
margin: 0;
font: inherit;
font-weight: 700;
}
.closeButtonContainer {
padding: 4px;
}
.body {
padding: 1em;
}
.ch... | .root {
background: #fff;
height: 100%;
display: flex;
flex-direction: column;
}
.header {
padding: 1em;
border-bottom: 1px solid #ddd;
}
.mainNav {
display: flex;
}
.title {
flex: 1;
min-width: 0;
margin: 0;
font: inherit;
font-weight: 700;
}
.closeButtonContainer {
padding: 4px;
}
.body... |
Fix user rights editor in calendar module | DIV.title
{ color: #000;
vertical-align: bottom;
padding-top: 8px;
padding-left: 1em;
padding: 5px;
background-color: #fff;
border-bottom: 1px solid #555; }
DIV.title SPAN
{ float: left;
line-height: 14px;
text-align: right;
width: 120px; }
DIV.title SPAN.value
{ float: none;
margin-left: 1em;
f... | DIV.title
{ color: #000;
vertical-align: bottom;
padding-top: 8px;
padding-left: 1em;
padding: 5px;
background-color: #fff;
border-bottom: 1px solid #555; }
DIV.title SPAN
{ float: left;
line-height: 14px;
text-align: right;
width: 120px; }
DIV.title SPAN.value
{ float: none;
margin-left: 1em;
f... |
Fix documentation logo for menu on mobile | html {
scroll-behavior: smooth;
}
div.highlight {
background-color: #f5f5f5;
}
.md-header, .md-hero, .md-tabs {
background-color: #0B1367;
}
.md-typeset a {
color: #DD00A1;
}
.md-typeset a:active, .md-typeset a:hover {
color: #F57C00;
}
.md-typeset h1 {
color: rgba(0, 0, 0, .80);
}
.sig-na... | html {
scroll-behavior: smooth;
}
div.highlight {
background-color: #f5f5f5;
}
.md-header, .md-hero, .md-tabs {
background-color: #0B1367;
}
.md-typeset a {
color: #DD00A1;
}
.md-typeset a:active, .md-typeset a:hover {
color: #F57C00;
}
.md-nav__button img {
height: 48px;
}
.md-typeset h1 ... |
Add important to absolute rule | .reveal.coursemod__presentation {
display: inline-block;
position: relative;
width: 100%;
}
.coursemod__presentation--coursemod-active {
width: 66.66%;
}
/*
make sure the controls and everything else stays inside the presentation view
*/
.reveal.coursemod__presentation .controls,
.reveal.coursemod... | .reveal.coursemod__presentation {
display: inline-block;
position: relative;
width: 100%;
}
.coursemod__presentation--coursemod-active {
width: 66.66%;
}
/*
make sure the controls and everything else stays inside the presentation view
*/
.reveal.coursemod__presentation .controls,
.reveal.coursemod... |
Delete comments for panel drop-down. | .Site {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.Site-content {
flex: 1;
}
html, body {
height: 100%;
}
.container {
min-height: 100vh;
}
h1 {
font-variant: small-caps;
}
.head-image {
position: relative;
width: 100%;
}
.86list {
margin-bottom: 20px;
}
.progress, .progress... | .Site {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.Site-content {
flex: 1;
}
html, body {
height: 100%;
}
.container {
min-height: 100vh;
}
h1 {
font-variant: small-caps;
}
.head-image {
position: relative;
width: 100%;
}
.86list {
margin-bottom: 20px;
}
.progress, .progress... |
Add some more spacing between sections | #aboutCenoContent {
padding-bottom: 100px;
}
#aboutCenoContent a {
color: rgb(228, 54, 36);
text-decoration: none;
font-size: 18px;
}
| #aboutCenoContent {
padding-bottom: 100px;
}
#aboutCenoContent h2 {
margin-top: 40px;
}
#aboutCenoContent a {
color: rgb(228, 54, 36);
text-decoration: none;
font-size: 18px;
}
|
Reduce min height so that it barely fits | html,
body,
.app {
/* probably unecessary, transitional until layout is refactored */
width: 100%;
height: 100%;
margin: 0;
/* Setting min height/width makes the UI scroll below those sizes */
min-width: 1024px;
min-height: 670px; /* Min height to fit sprite/backdrop button */
}
/* @todo:... | html,
body,
.app {
/* probably unecessary, transitional until layout is refactored */
width: 100%;
height: 100%;
margin: 0;
/* Setting min height/width makes the UI scroll below those sizes */
min-width: 1024px;
min-height: 640px; /* Min height to fit sprite/backdrop button */
}
/* @todo:... |
Update style to show move cursor if item is not a <li> | .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:... | .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:... |
Fix google maps overlay height/width bug | html, body, #map {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.controls {
position: absolute;
top: 10px;
left: 10px;
z-index: 2;
}
.overlay .clock {
font-family: sans-serif;
font-weight: bold;
fill: rgba(255, 255, 255, 0.5);
stroke: none;
stroke-width: 1px;
}
.route path {
fill: ... | html, body, #map {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.controls {
position: absolute;
top: 10px;
left: 10px;
z-index: 2;
}
.overlay, .overlay svg {
height: 100vh;
width: 100%;
}
.overlay .clock {
font-family: sans-serif;
font-weight: bold;
fill: rgba(255, 255, 255, 0.5);
... |
Set stylesheet indentation to 2 | body {
font-family: helvetica,'Georgia',arial,sans-serif;
background-color: #fafbf1;
color: #3C3C3C;
}
h1 {
font-size: 24px;
line-height: 48px;
font-weight: 100;
letter-spacing: 1px;
border-bottom: 1px solid #3c3c3c;
}
h1 strong {
text-transform: uppercase;
font-weight: bold;
}... | body {
font-family: helvetica,'Georgia',arial,sans-serif;
background-color: #fafbf1;
color: #3C3C3C;
}
h1 {
font-size: 24px;
line-height: 48px;
font-weight: 100;
letter-spacing: 1px;
border-bottom: 1px solid #3c3c3c;
}
h1 strong {
text-transform: uppercase;
font-weight: bold;
}
#container {
wid... |
Switch from CSS to Table layout for HTML mails so they work in Outlook aka Word Remove templates-vector and theme templates with variables instead Switch to matrix.to URLs by default for links | .header {
border-bottom: 4px solid #e4f7ed ! important;
}
.notif_link a, .footer a {
color: #76CFA6 ! important;
}
| |
Move content on page lower to cope with mobile | body {
font-family: 'Roboto', Verdana, Arial;
background-color: #fff;
margin-top: 5px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
width: 330px;
padding: 10px;
padding-top: 20px;
text-align: center;
}
h1 {
color: #1E6A56;
}
#add {
border: 2px dashed bla... | body {
font-family: 'Roboto', Verdana, Arial;
background-color: #fff;
margin-top: 5px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
width: 330px;
padding: 10px;
padding-top: 30px;
text-align: center;
}
h1 {
color: #1E6A56;
}
#add {
border: 2px dashed bla... |
Reduce map height for mobile | #map {
position:relative;
height: 600px;
width:100%;
}
#map-tweet {
width: 220px;
}
.mapboxgl-popup-content {
padding: 10px 10px 0px;
} | #map {
position:relative;
height: 500px;
width:100%;
}
#map-tweet {
width: 220px;
}
.mapboxgl-popup-content {
padding: 10px 10px 0px;
} |
Fix fiber info sidepanel not scrollable | .Toolbar {
height: 2.25rem;
padding: 0 0.5rem;
flex: 0 0 auto;
display: flex;
align-items: center;
}
.Content {
padding: 0.5rem;
user-select: none;
border-top: 1px solid var(--color-border);
}
.Component {
flex: 1;
color: var(--color-component-name);
}
.Component:before {
white-space: nowrap;
... | .Toolbar {
height: 2.25rem;
padding: 0 0.5rem;
flex: 0 0 auto;
display: flex;
align-items: center;
}
.Content {
padding: 0.5rem;
user-select: none;
border-top: 1px solid var(--color-border);
overflow-y: auto;
}
.Component {
flex: 1;
color: var(--color-component-name);
}
.Component:before {
whi... |
Change background color to new theme | * {
margin: 0;
padding: 0;
}
html, body {
height: 100vh;
}
body {
font: 2rem "Lucida Grande", Helvetica, Arial, sans-serif;
background-color: #2387A8;
}
#container {
height: 100%;
width: 30rem;
margin: 0 auto;
position: relative;
}
p, button {
vertical-align: top;
}
#did-you-know {
position: ... | * {
margin: 0;
padding: 0;
}
html, body {
height: 100vh;
}
body {
font: 2rem "Lucida Grande", Helvetica, Arial, sans-serif;
background-color: #2387a8;
}
#container {
height: 100%;
width: 30rem;
margin: 0 auto;
position: relative;
}
p, button {
vertical-align: top;
}
#did-you-know {
position: ... |
Use new global support for .tabs.additional. | .navtable {
white-space: nowrap;
font-size: medium;
}
.navtable .purpose {
white-space: initial;
}
@media (min-width: 79em) {
/* Make sure we don't start wrapping just to awkwardly fit even more sections. */
.navtable .purpose {
white-space: nowrap;
}
}
@media (min-width: 48.125em) an... | .navtable {
white-space: nowrap;
font-size: medium;
}
.navtable .purpose {
white-space: initial;
}
@media (min-width: 79em) {
/* Make sure we don't start wrapping just to awkwardly fit even more sections. */
.navtable .purpose {
white-space: nowrap;
}
}
@media (min-width: 48.125em) an... |
Change link color. Make "pre" spans larger + gray bg. | a tt, a:visited tt, a:active tt { color: #369; }
.banana { float: right; max-width: 45%; }
.banana img { width: 100%; }
| a, a:visited { color: #258; }
a tt, a:visited tt, a:active tt { color: #258; }
.banana { float: right; max-width: 45%; }
.banana img { width: 100%; }
span.pre { background: #eee; font-size: 1.1em; padding: 0.1em 0.2em; }
li a.internal span.pre {
background: inherit;
font-family: "Helvetica Neue", Helvetica, ... |
Set proper resizeable layout for autocomplete | .search-page__autocomplete-container {
margin: 10px auto;
max-width: 300px;
} | .search-page__autocomplete-container {
margin: 10px;
} |
Add source of carousel centering snippet. Unzoom images in carousel. | .break-word {
word-wrap: break-word;
}
a.partner {
line-height: 100px;
}
img.partner {
max-height: 100px;
}
div.c-wrapper{
width: 80%; /* for example */
margin: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
margin: auto;
width: 100%; /* use this, or not */
}... | .break-word {
word-wrap: break-word;
}
a.partner {
line-height: 100px;
}
img.partner {
max-height: 100px;
}
// Center images in carousel:
// http://stackoverflow.com/questions/19582340/make-bootstraps-carousel-both-center-and-responsive
div.c-wrapper{
width: 80%; /* for example */
margin: auto;... |
Move text from top to the side of the page |
html {
background-color: grey;
color: white;
}
body {
font-family: Helvetica;
color: white;
}
header {
background: orange;
padding: 15px;
margin: 0;
color: white;
}
nav ul {
display:inline;
padding: 15px;
color: white;
}
nav ul li {
display: inline;
color: white;
}
a h1 h4 p {
color:FFFFFF;
}
.summary ... |
html {
background-color: grey;
color: white;
}
body {
font-family: Helvetica;
color: white;
}
header {
background: orange;
padding: 15px;
margin: 0;
color: white;
}
nav ul {
display:inline;
padding: 15px;
color: white;
}
nav ul li {
display: inline;
color: white;
}
a h1 h4 p {
color:FFFFFF;
}
.summary ... |
Add vietnamese CSS -- use dejavu sans for all those accents | body {
font-family: "Dejavu Sans";
background: #fff;
color: #000;
}
.unseen{
z-index: -66;
margin-left: -1000pt;
}
.objavi-chapter{
color: #000;
}
h1 .initial{
color: #000;
font-size: 2em;
}
.objavi-subsection{
display: block;
page-break-before: always;
/* page-break-after: always;*/
text-t... | |
Add some css to the product/version/arch matrix to make it look nice | /*
* Mirrormanager2 specific CSS
*/
/* Stealed this from flask-admin */
form.icon button {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
line-height: normal;
padding: 0;
text-decoration: none;
}
/* Stealed this from bootstrap */
label, select, button,
input[type="but... | /*
* Mirrormanager2 specific CSS
*/
/* Stealed this from flask-admin */
form.icon button {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
line-height: normal;
padding: 0;
text-decoration: none;
}
/* Stealed this from bootstrap */
label, select, button,
input[type="but... |
Hide range tooltip in IE | .favorite-button::before {
color: yellow;
text-shadow: 0 0 1px black;
}
.scroll {
height: 50%;
}
#map {
width: 100%;
height: 180px;
}
.my-nav {
margin-left: 32px;
}
@media screen and (min-width: 480px) {
body.platform-browser .view-container {
width: 480px;
left: 50%;
margin-left: -240px;
... | .favorite-button::before {
color: yellow;
text-shadow: 0 0 1px black;
}
.scroll {
height: 50%;
}
#map {
width: 100%;
height: 180px;
}
.my-nav {
margin-left: 32px;
}
@media screen and (min-width: 480px) {
body.platform-browser .view-container {
width: 480px;
left: 50%;
margin-left: -240px;
... |
Make the styles a little easier on the eyes | /* Flex Box Styles */
.overlay {
/* Position absolute and box models do not work under gecko */
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.overlay-box {
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-orient: vertical;
-moz-box-orient: ver... | /* Flex Box Styles */
.overlay {
/* Position absolute and box models do not work under gecko */
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.overlay-box {
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-orient: vertical;
-moz-box-orient: ver... |
Add stlying for inline code blocks | /**
* Basic typography style for copy text
*/
body {
color: $text-color;
font-family: $text-font-stack;
font-kerning: normal;
font-variant-ligatures: common-ligatures, contextual;
font-feature-settings: "kern", "liga", "clig", "calt";
}
p {
font-family: Georgia, sans-serif;
line-height: 1.5em;
}
ul {
... | /**
* Basic typography style for copy text
*/
body {
color: $text-color;
font-family: $text-font-stack;
font-kerning: normal;
font-variant-ligatures: common-ligatures, contextual;
font-feature-settings: "kern", "liga", "clig", "calt";
}
p {
font-family: Georgia, sans-serif;
line-height: 1.5em;
}
ul {
... |
Fix a CSS ordering issue | body {
background: #eee;
color: #444;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 1.5em;
margin: 0 auto;
padding: 20px;
max-width: 600px;
text-align: center;
}
.title {
color: #000;
font-weight: 100;
letter-spacing: 4px;
margin: 0;
}
.subtitle {
font-weight: 300;
}
inpu... | body {
background: #eee;
color: #444;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 1.5em;
margin: 0 auto;
max-width: 600px;
padding: 20px;
text-align: center;
}
.title {
color: #000;
font-weight: 100;
letter-spacing: 4px;
margin: 0;
}
.subtitle {
font-weight: 300;
}
inpu... |
Tweak char hover highlight styles. | .fromjs-value span:hover {
color: lime
}
.fromjs-value {
padding: 10px;
}
#fromjs * {
box-sizing: border-box;
}
.fromjs-highlighted-character {
color: #0088ff;
font-weight: bold;
border-bottom: 2px solid #0088ff;
}
#fromjs {
position: fixed;
font-family: "Arial";
font-size: 16;
... | .fromjs-value span:hover {
color: red;
border-bottom: 2px solid red;
}
.fromjs-value {
padding: 10px;
}
.fromjs-value span {
cursor: pointer;
}
#fromjs * {
box-sizing: border-box;
}
.fromjs-highlighted-character {
color: #0088ff;
font-weight: bold;
border-bottom: 2px solid #0088ff;
}
... |
Fix some layout issues with trend coltype | .trend {
width: 10px;
height: 10px;
}
.trend.up {
background: url("img/up.png");
}
.trend.down {
background: url("img/down.png");
}
| .trend {
width: 10px;
height: 10px;
display: inline-block;
margin-left: 5px;
}
.trend.up {
background: url("img/up.png");
}
.trend.down {
background: url("img/down.png");
}
|
Fix spacing around snippets and fixedwidth boxes |
.snippets-container {
margin-bottom: 20px;
}
.rst-content .section .snippets-container li, .rst-content .section .snippets-container ul {
list-style: none;
margin-left: 0;
margin-bottom: 0;
}
.headings li {
display: inline-block;
font-size: 16px;
background: white;
border-right: 1px ... |
.snippets-container {
margin-bottom: 20px;
}
.rst-content .section .snippets-container li, .rst-content .section .snippets-container ul {
list-style: none;
margin-left: 0;
margin-bottom: 0 !important;
}
.headings li {
display: inline-block;
font-size: 16px;
background: white;
border-... |
Add pass/fail colours, set sizing for build-snapshot | :root {
--passed: #4fdc7f;
--failed: #DC4F4F;
}
.build-snapshot {
border-radius: 1rem;
flex: 1;
}
.passed {
background-color: var(--passed);
}
.failed {
background-color: var(--failed);
} | |
Add press dimming factor to MStatusBarStyle | MStatusBarStyle
{
minimum-size: 100% $HEIGHT_STATUSBAR_WITH_REACTIVE_MARGIN;
preferred-size: 100% $HEIGHT_STATUSBAR_WITH_REACTIVE_MARGIN;
maximum-size: 100% $HEIGHT_STATUSBAR_WITH_REACTIVE_MARGIN;
background-color: ;
use-swipe-gesture: true;
swipe-threshold: 30;
press-feedback : press;
}
| MStatusBarStyle
{
minimum-size: 100% $HEIGHT_STATUSBAR_WITH_REACTIVE_MARGIN;
preferred-size: 100% $HEIGHT_STATUSBAR_WITH_REACTIVE_MARGIN;
maximum-size: 100% $HEIGHT_STATUSBAR_WITH_REACTIVE_MARGIN;
background-color: ;
use-swipe-gesture: true;
swipe-threshold: 30;
press-feedback : press;
p... |
Add proper external styling sheet | body { background-color:#f1f1f1;font-family: 'Alegreya Sans', sans-serif;}
h3 { color:#f1f1f1;}
.circle { height:20px; width:40px;margin:0px;padding:0px;border-radius:0 0 90px 90px;-moz-border-radius: 0 0 90px 90px;-webkit-border-radius:0 0 90px 90px ;background:#7cc7ff;border-color:#7cc7ff;}
.container { padding:100px... | |
Enforce max width to fit on screen | html {
background: #fff;
color: #333;
}
body, input {
font: 14px/1.4 Helvetica, sans-serif;
}
a {
color: blue;
text-decoration: none;
}
a:hover { text-decoration: underline; }
.centered { text-align: center; }
.puppy-image {
min-height: 600px;
}
.license {
color: #afafaf;
font-size... | html {
background: #fff;
color: #333;
}
body, input {
font: 14px/1.4 Helvetica, sans-serif;
}
a {
color: blue;
text-decoration: none;
}
a:hover { text-decoration: underline; }
.centered { text-align: center; }
.puppy-image {
min-height: 600px;
max-height: 90vh;
}
.license {
color: ... |
Make the default font size a bit smaller on mobiles | html {
}
body {
font: lighter 13pt 'Open Sans', 'Helvetica', sans-serif;
}
.sidebar {
margin: 20px 0;
}
.sidebar li {
margin: 0 0 7px;
}
.sidebar a {
font-size: 120%;
}
| html {
}
body {
font: lighter 13pt 'Open Sans', 'Helvetica', sans-serif;
}
@media screen and (max-width: 768px) {
body {
font-size: 12pt;
}
}
.sidebar {
margin: 20px 0;
}
.sidebar li {
margin: 0 0 7px;
}
.sidebar a {
font-size: 120%;
}
|
Use handwriting-style font for cards | @import url(http://fonts.googleapis.com/css?family=Exo:800);
.tab-bar {
line-height: 10px;
background: #3a5795;
border: 1px solid #999;
font-size: 12px;
}
.tab-bar > * {
display: inline-block;
}
.tab {
padding: 4px 8px;
font-weight: bold;
margin: 2px;
margin-left: 8px;
margin-bottom: 0px;
min-w... | @import url(http://fonts.googleapis.com/css?family=Kalam:400,700);
.tab-bar {
line-height: 10px;
background: #3a5795;
border: 1px solid #999;
font-size: 12px;
}
.tab-bar > * {
display: inline-block;
}
.tab {
padding: 4px 8px;
font-weight: bold;
margin: 2px;
margin-left: 8px;
margin-bottom: 0px;
... |
Set better offset for button | div.main {
padding:0px;
}
div.receipt {
margin-top:20px;
padding:20px;
display:none;
border:1px solid #DDD;
}
div.receipt th.total,
div.receipt td.total {
text-align:right;
}
div.receipt table td:first-child{
width:80%;
}
div.ordertime {
font-weight:normal;
font-size:8pt;
flo... | div.main {
padding:0px;
}
div.receipt {
margin: 20px 0;
padding:20px;
display:none;
border:1px solid #DDD;
}
div.receipt th.total,
div.receipt td.total {
text-align:right;
}
div.receipt table td:first-child{
width:80%;
}
div.ordertime {
font-weight:normal;
font-size:8pt;
floa... |
Fix header with modal css class | .navbar-brand {
font-family: 'Montserrat', sans-serif;
font-size: x-large;
}
.shopping-cart {
fill: currentColor;
height: 24px;
width: 24px;
}
.shopping-cart-badge {
margin: 0 0 0 -10px;
position: absolute;
}
.cat-logo {
fill: currentColor;
height: 36px;
margin-right: 1rem;
width: 36px;
}
h1,
... | .navbar-brand {
font-family: 'Montserrat', sans-serif;
font-size: x-large;
}
.shopping-cart {
fill: currentColor;
height: 24px;
width: 24px;
}
.shopping-cart-badge {
margin: 0 0 0 -10px;
position: absolute;
}
.cat-logo {
fill: currentColor;
height: 36px;
margin-right: 1rem;
width: 36px;
}
h1,
... |
Add CSS for .page-header that essentially places it under layout links above all items, and centers text | /*
* 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... |
Update hack example to be more bem like | /**
* Shame.css
*
* The idea of shame.css is that you have a totally new stylesheet reserved just for your hacky code. Code you have to write to get the release out on time, but code that makes you ashamed.
*
* Hacks are inevitable, we want to make sure everyone is aware of them so it's easy to find and fix thing... | /**
* Shame.css
*
* The idea of shame.css is that you have a totally new stylesheet reserved just for your hacky code. Code you have to write to get the release out on time, but code that makes you ashamed.
*
* Hacks are inevitable, we want to make sure everyone is aware of them so it's easy to find and fix thing... |
ADD - css file for profile page styling | .left {
float: left;
width: 400px;
}
.right {
float: right;
width: 502px;
}
#Form_ProfileForm h3 {
font-size: 12px;
font-weight: normal;
height: 30px;
}
#Form_ProfileForm #Email input {
width: 224px;
}
#Form_ProfileForm #Company input {
width: 323px;
}
#Form_ProfileForm .Actions {
border-top: solid 1px #... | |
Add back basscss v7 ui-utility-groups | /* Basscss UI Utility Groups */
.x-group-item { margin-left: -var(--border-width) }
.x-group-item:first-of-type { margin-left: 0 }
.y-group-item { margin-top: -var(--border-width) }
.y-group-item:first-of-type { margin-top: 0 }
.x-group-item:focus,
.y-group-item:focus {
position: relative;
z-index: 1;
}
| |
Remove the "require spree/frontend" directive from the main css. This will allow Spree applications that use different front end stylesheet to install the extension | /*
*= require spree/frontend
*/
/* Sidebar - .list-group-item styles */
.pages-list.list-group > li:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.pages-list.list-group > li {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px... | /* Sidebar - .list-group-item styles */
.pages-list.list-group > li:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.pages-list.list-group > li {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #FFF;
bord... |
Remove animations on mobile (for now), performances are not so great | ul#bottomnavigation {
position: fixed;
bottom: 0;
left: 0;
height: auto;
width: 100%;
box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
z-index: 1;
display: none;
transition: transform .2s cubic-bezier(.4,0,.2,1);
}
ul#bottomnavigation ~ main {
transition: height .2s cubic-bezier(.4,0,.2... | ul#bottomnavigation {
position: fixed;
bottom: 0;
left: 0;
height: auto;
width: 100%;
box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
z-index: 1;
display: none;
/*transition: transform .2s cubic-bezier(.4,0,.2,1);*/
}
ul#bottomnavigation ~ main {
/*transition: height .2s cubic-bezier(.... |
Drop underline from heading links. | .navbar-static-top {
margin-bottom: 0;
}
.page-container {
margin-top: 21px;
}
.small-code-section {
height: 200pt;
overflow-y: auto;
}
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 0;
padding-top: 21px;
}
nav.affix[data-toggle='toc'] {
margin-top: -60px;
}
#toc {
width: 160px;
}
@media (max-width: 767p... | .navbar-static-top {
margin-bottom: 0;
}
.page-container {
margin-top: 21px;
}
.small-code-section {
height: 200pt;
overflow-y: auto;
}
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 0;
padding-top: 21px;
}
nav.affix[data-toggle='toc'] {
margin-top: -60px;
}
#toc {
width: 160px;
}
@media (max-width: 767p... |
Increase body padding-top to avoid nav overlap | body {
margin-top: 3rem;
}
.navbar-light {
background-color: rgba(0, 128, 128, 0.2);
}
| body {
margin-top: 3.5rem;
}
.navbar-light {
background-color: rgba(0, 128, 128, 0.2);
}
|
Make brandlink logo less hard-coded | html {
height: 100%;
color: white;
font-family: Open Sans, sans-serif;
}
body {
height: 100%;
display: flex;
flex-flow: column;
}
main {
flex: 1;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
background-color: rgba(0,0,0,0.8);
}
h1 {
text-align: center;
}
foot... | html {
height: 100%;
color: white;
font-family: Open Sans, sans-serif;
}
body {
height: 100%;
display: flex;
flex-flow: column;
}
main {
flex: 1;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
background-color: rgba(0,0,0,0.8);
}
h1 {
text-align: center;
}
foot... |
Rename upcase class to uppercase; rename downcase class to lowercase |
.center {
text-align: center;
}
.upcase {
text-transform: uppercase;
}
.downcase {
text-transform: uppercase;
}
.invert {
color: var(--bg-color);
background-color: var(--text-color);
padding-right: calc(var(--gutter) / 5);
padding-left: calc(var(--gutter) / 5);
}
|
.center {
text-align: center;
}
.uppercase {
text-transform: uppercase;
}
.lowercase {
text-transform: lowercase;
}
.invert {
color: var(--bg-color);
background-color: var(--text-color);
padding-right: calc(var(--gutter) / 5);
padding-left: calc(var(--gutter) / 5);
}
|
Use element ids instead of types for styles | html, body {
height: 100%;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333333;
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
input {
height: 30px;
width: 100%;
padding: 0 8px;
}
button {
width: 60px;
height: 30px;
position: abso... | html, body {
height: 100%;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333333;
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
#search-input {
height: 30px;
width: 100%;
padding: 0 8px;
}
#add-button {
width: 60px;
height: 30px;
p... |
Add second_3 to week stylesheet |
#second_from_top {
display: block;
position: relative;
top: 790px;
left: 100px;
}
#second_4 {
display: block;
position: relative;
top: 820px;
left: 100px;
}
|
#second_3 {
display: block;
position: relative;
top: 780px;
left: 100px;
}
#second_4 {
display: block;
position: relative;
top: 820px;
left: 100px;
}
|
Make nimble bar at the top | #nimble-bar {
background-color: #ddd;
border: 2px solid #666;
border-radius: 4px;
-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.75);
display: none;
height: 64px;
left: 50%;
margin-left: -256px;
m... | #nimble-bar {
background-color: #ddd;
border: 2px solid #666;
border-radius: 4px;
-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.75);
display: none;
height: 64px;
left: 50%;
margin-left: -256px;
m... |
Make drag zone not cover right buttons. TODO: figure out how to make it not cover compose button (complicated because sidebar auto-hides) | * {
margin: 0;
padding: 0;
border: none;
}
html, body, iframe {
width: 100%;
height: 100%;
overflow: hidden;
}
body {
background-image: url('../images/loading.gif');
background-size: 24px 19px;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
.dragbar {... | * {
margin: 0;
padding: 0;
border: none;
}
html, body, iframe {
width: 100%;
height: 100%;
overflow: hidden;
}
body {
background-image: url('../images/loading.gif');
background-size: 24px 19px;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
.dragbar {... |
Modify update animation and fix padding bug | .normal {
padding: 2px;
}
.highlighted {
animation-name: anim-info-updated;
animation-duration: 2s;
box-sizing: border-box;
padding: 0;
}
@keyframes anim-info-updated {
0% {
border: 2px solid red;
color: rgb(128, 0, 0);
}
100% {
border: 2px solid transparent;
colo... | .highlighted {
animation-name: anim-info-updated;
animation-duration: 4s;
box-sizing: border-box;
}
@keyframes anim-info-updated {
0% {
background-color: red;
color: rgb(128, 0, 0);
}
100% {
background-color: white;
color: rgb(0, 0, 0);
}
}
|
Make logo fixed and unselectable | body {
margin: 0;
}
#background-canvas {
position: fixed;
width: 100%;
height: 100%;
}
#logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 75%;
max-height: 60%;
}
#logo circle {
fill: #fff;
}
#logo text {
fill: #cd123d;
font-family: 'Roboto Condens... | body {
margin: 0;
}
#background-canvas {
position: fixed;
width: 100%;
height: 100%;
}
#logo {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 75%;
max-height: 60%;
cursor: default;
user-select: none;
}
#logo circle {
fill: #fff;
}
#logo text {
fill: #c... |
Make the console clear event stand out | /* Copyright 2011 Google Inc.
* see Purple/license.txt for BSD license
* johnjbarton@google.com
*/
.partLink:hover {
cursor: pointer;
text-decoration: underline;
}
.partLink {
font-weight: bold;
color: blue;
}
.console-error {
color: red;
}
.console-warn {
color: yellow;
} ... | /* Copyright 2011 Google Inc.
* see Purple/license.txt for BSD license
* johnjbarton@google.com
*/
.partLink:hover {
cursor: pointer;
text-decoration: underline;
}
.partLink {
font-weight: bold;
color: blue;
}
.console-error {
color: red;
}
.console-warn {
color: yellow;
} ... |
Repair editor textfont for unix. | .textview {
background-color: white;
padding: 1px 2px;
}
.textviewContainer {
background-color: #eeeeee;
font-family: "Monaco","Ubuntu Mono","Courier new";
font-size: 9pt;
}
::-webkit-scrollbar-corner {
background-color: #eeeeee;
}
.textviewContent {
} | .textview {
background-color: white;
padding: 1px 2px;
}
.textviewContainer {
background-color: #eeeeee;
font-family: Monaco,"Ubuntu Mono", monospace;
font-size: 9pt;
}
::-webkit-scrollbar-corner {
background-color: #eeeeee;
}
.textviewContent {
} |
Add missing margin on errors | .error {
display: flex;
background: #ca3939;
padding: 0.5rem 1rem;
color: #fee;
justify-content: space-between;
}
.message {
padding: 1rem 0;
}
.corner {
padding: 0;
background: none;
border: none;
color: white;
font-size: 2rem;
}
.corner:hover {
transform: scale(1.1);
}
.corner:focus {
ou... | .error {
margin-bottom: 2rem;
display: flex;
background: #ca3939;
padding: 0.5rem 1rem;
color: #fee;
justify-content: space-between;
}
.message {
padding: 1rem 0;
}
.corner {
padding: 0;
background: none;
border: none;
color: white;
font-size: 2rem;
}
.corner:hover {
transform: scale(1.1);
... |
Add cursor pointer for label tag with for attribute | /* CURSORS */
*,
::before,
::after {
cursor: inherit;
}
pre,
code,
kbd,
samp,
var {
cursor: text;
}
abbr[title],
dfn[title] {
cursor: help;
}
textarea,
input[type='email'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='number'],
input[type=... | /* CURSORS */
*,
::before,
::after {
cursor: inherit;
}
pre,
code,
kbd,
samp,
var {
cursor: text;
}
abbr[title],
dfn[title] {
cursor: help;
}
textarea,
input[type='email'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='number'],
input[type=... |
Make text gold in header | .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;
}
.content{
min-height: 400px;
background: #c5c5d1;
width: 75%;
float: left;
}
... | .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;
width: 75%;
fl... |
Move whitespace visualization up a bit | /* override table width restrictions */
.wy-table-responsive table td, .wy-table-responsive table th {
/* !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 {
overflow: visible ... | /* override table width restrictions */
.wy-table-responsive table td, .wy-table-responsive table th {
/* !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 {
overflow: visible ... |
Enlarge default height for code iframe | .jscode {
width: 100%;
height: 20em; /* default height */
border: none;
background-color: lightgrey;
vertical-align: baseline;
/* cannot set the representation inside an iframe like this
TODO try to use Jekyll and Pygments
text-align: left;
font-family: "Consolas", "Bitstream Vera Sans Mono", "Cour... | .jscode {
width: 100%;
height: 30em; /* default height */
border: none;
background-color: lightgrey;
vertical-align: baseline;
/* cannot set the representation inside an iframe like this
TODO try to use Jekyll and Pygments
text-align: left;
font-family: "Consolas", "Bitstream Vera Sans Mono", "Cour... |
Fix grid template for mobile | /*
* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout
* https://medium.com/@elad/supporting-css-grid-in-internet-explorer-b38669e75d66
* https://www.codementor.io/karaluton/a-beginner-s-guide-to-css-grid-j27g9uqys?utm_swu=7100
*/
body {
display: grid;
grid-template-columns: 70% 30%;
grid-tem... | /*
* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout
* https://medium.com/@elad/supporting-css-grid-in-internet-explorer-b38669e75d66
* https://www.codementor.io/karaluton/a-beginner-s-guide-to-css-grid-j27g9uqys?utm_swu=7100
*/
body {
display: grid;
grid-template-areas:
"header" "main" "a... |
Fix for textfield layout to add padding | /* Common SC.TextFieldView styles - needed to work properly */
.sc-view .sc-text-field-view {
overflow: visible;
z-index:100;
}
.sc-view .sc-text-field-view .sc-text-field-accessory-view {
z-index:2;
}
.sc-text-field-view input {
position: absolute;
top: -2px;
left: -2px;
width: 100%;
height: 100%;
paddin... | /* Common SC.TextFieldView styles - needed to work properly */
.sc-view .sc-text-field-view {
overflow: visible;
z-index:100;
}
.sc-view .sc-text-field-view .sc-text-field-accessory-view {
z-index:2;
}
.sc-text-field-view input {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
}
.sc-text-... |
Make function chip smaller in font and padding | .galua_section_label {
font-style: italic;
float: right;
color: #999;
}
.galua_section_container {
padding: 1em;
}
| .galua_section_label {
font-style: italic;
float: right;
color: #999;
}
.galua_section_container {
padding: 1em;
}
.galua_function_chip {
display: inline-block;
font-size: small;
width: 3em;
text-align: center;
font-weight: 500;
color: rgba(0,0,0,0.6);
padding: 0 6px;
border-radius: 8px;
ba... |
Deploy new veresion of Dynamic Tree with style sheet. | html {
background-color: lightgrey;
background: linear-gradient(grey, lightgrey);
padding-bottom: 5%;
}
h1 {
text-align: center;
margin-bottom: 0;
}
canvas {
position: absolute;
top: 0px;
left: 200px;
width: 1100px;
height: 900px;
margin: 8px;
display: inline;
right: 0px;
}
#slider-tool-bar {
width... | |
Add background color and opacity. | html, body {
margin: 20px;
}
.list-group-item {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}
.list-group {
max-width: 400px;
}
ul[aria-hidden=true] {
display: none;
}
li[aria-expanded=true] > .badge {... | html, body {
margin: 20px;
}
.list-group-item {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
background-color: rgba(0,150,0,0.1);
}
.list-group {
max-width: 400px;
}
ul[aria-hidden=true] {
display: non... |
Change width css for images | #project1, #project2 {
display: none;
}
.wrap {
margin: auto;
width: 50%;
border: 3px solid #73AD21;
padding: 70px;
}
img {
display: block;
margin: auto;
width: 80%;
}
| #project1, #project2 {
display: none;
}
.wrap {
margin: auto;
width: 50%;
border: 3px solid #73AD21;
padding: 70px;
}
img {
display: block;
margin: auto;
width: 140%;
}
|
Fix varying heights for Google+ Results | .tile--google_plus .tile__media {
height: 10em;
}
.tile--google_plus .tile__media__img {
margin-top: 20px;
border-radius: 100%;
}
.tile--google_plus .tile__title {
text-align: center;
vertical-align: middle;
font-weight: 400;
display: table-cell;
width: 150px;
}
.tile--google_plus .... | .tile--google_plus .tile__media {
height: 10em;
}
.tile--google_plus .tile__media__img {
margin-top: 20px;
border-radius: 100%;
}
.tile--google_plus .tile__title {
text-align: center;
vertical-align: middle;
font-weight: 400;
}
.tile--google_plus .tile__body {
padding-bottom: 20px;
}
|
Fix margin in hero navbar | .root {
padding: 28px 20px 56px;
}
.content {
display: flex;
justify-content: space-between;
width: 100%;
max-width: 1184px;
margin-right: auto;
margin-left: auto;
}
.logo {
height: 20px;
font-size: 16px;
}
.link {
color: #402f4c;
font-size: 16px;
line-height: 20px;
font-weight: 400;
font... | .root {
padding: 28px 20px 56px;
}
.content {
display: flex;
justify-content: space-between;
width: 100%;
max-width: 1184px;
margin-right: auto;
margin-left: auto;
}
.logo {
height: 20px;
font-size: 16px;
}
.link {
color: #402f4c;
font-size: 16px;
line-height: 20px;
font-weight: 400;
font... |
Update styles for traffic lights | /* Add space for traffic lights */
#gb {
padding-left: 60px;
}
/* Add space for traffic lights in PDF viewer */
.aLF-aPX-aPU-J6 {
margin-left: 75px;
}
/* Pad emails in new windows to match the main window padding
between the traffic lights and hamburger menu */
body.xE .G-atb {
padding-left: 84px;
}
| /* Add space for traffic lights */
/* Main window */
#gb {
padding-left: 60px;
}
/* Email viewer */
body.xE .G-atb,
/* Compose window */
.Io {
padding-left: 85px !important;
}
/* PDF viewier */
.aLF-aPX-aPU-J6 {
margin-left: 75px;
}
|
Fix AdminCP night mode editor text colour | body {
background-color: #222222;
}
.bg-primary {
background-color: #375a7f !important;
}
.card {
background-color: #303030;
border: 1px solid transparent;
color: #fff;
}
.card-success {
background-color: #5cb85c;
border-color: #5cb85c;
}
.card-danger{
background-color: #d9534f;
border-color: #d953... | body {
background-color: #222222;
}
.bg-primary {
background-color: #375a7f !important;
}
.card {
background-color: #303030;
border: 1px solid transparent;
color: #fff;
}
.card-success {
background-color: #5cb85c;
border-color: #5cb85c;
}
.card-danger{
background-color: #d9534f;
border-color: #d953... |
Fix <button> higlight in webkit browser | /* ------------------------------------
* ----- NORMALIZER -------------------
* ----------------------------------*/
a, a:hover, a:active, a:focus{
color: inherit;
text-decoration: none;
outline: none; /* Fix for webkit browsers */
-webkit-tap-highlight-color: transparent... | /* ------------------------------------
* ----- NORMALIZER -------------------
* ----------------------------------*/
a, a:hover, a:active, a:focus, button, button:hover, button:active, button:focus{
color: inherit;
text-decoration: none;
outline: none; /* Fix for webkit brows... |
Improve layout of status label | .project {
border-top: 1px solid #000;
clear: left;
}
.status {
display: inline-block;
float: right;
font-weight: bold;
font-size: .7em;
color: white;
padding: 5px 10px;
}
.status.planning {
background-color: gray;
}
.status.alpha {
background-color: lightblue;
}
.status.beta {
backgr... | .project {
border-top: 1px solid #000;
clear: left;
}
.status {
display: inline-block;
float: right;
font-weight: bold;
font-size: .5em;
color: white;
padding: 0 5px;
margin-top: -11.466px;
}
.status.planning {
background-color: gray;
}
.status.alpha {
background-color: lightblue;
}
.s... |
Fix image urls in CSS | .cell {
background-position: center center;
background-repeat: no-repeat;
background-size: 33.334%;
height: 216px;
overflow: hidden;
padding: 0;
text-indent: -100%;
white-space: nowrap;
width: 33.334%;
}
.cell:nth-child(even) {
border-left: 2px solid #D0D2D6;
border-right: 2px solid #D0D2D6;
}
/... | .cell {
background-position: center center;
background-repeat: no-repeat;
background-size: 33.334%;
height: 216px;
overflow: hidden;
padding: 0;
text-indent: -100%;
white-space: nowrap;
width: 33.334%;
}
.cell:nth-child(even) {
border-left: 2px solid #D0D2D6;
border-right: 2px solid #D0D2D6;
}
/... |
Add some spacing around mainFooter. | /**
* @file
* This file contains the basic style for any page.
*/
html {
/*
* Always show page scroll-bar to prevent side-movement when hovering over items that are extending their height and
* suddenly the content doesn't fit above the fold.
*/
overflow-y: scroll;
}
.mainHeader.with-navbar-... | /**
* @file
* This file contains the basic style for any page.
*/
html {
/*
* Always show page scroll-bar to prevent side-movement when hovering over items that are extending their height and
* suddenly the content doesn't fit above the fold.
*/
overflow-y: scroll;
}
.mainHeader.with-navbar-... |
Improve user rights editor in calendar module | DIV.title
{ color: #000;
vertical-align: bottom;
padding-top: 8px;
padding-left: 1em;
padding: 5px;
background-color: #fff;
border-bottom: 1px solid #555; }
DIV.title SPAN
{ float: left;
line-height: 14px;
text-align: right;
width: 120px; }
DIV.title SPAN.value
{ float: none;
margin-left: 1em;
f... | DIV.title
{ color: #000;
vertical-align: bottom;
padding-top: 8px;
padding-left: 1em;
padding: 5px;
background-color: #fff;
border-bottom: 1px solid #555; }
DIV.title SPAN
{ float: left;
line-height: 14px;
text-align: right;
width: 120px; }
DIV.title SPAN.value
{ float: none;
margin-left: 1em;
f... |
Add some eventually useful stubs. | .status-message {
margin-bottom: -1em !important;
font-weight: lighter !important;
/* text-align: center !important; */
}
.error-status-message {
color: firebrick !important;
}
.result-status-message {
color: darkgreen !important;
}
.crushed-vertical {
padding-top: 3px !important;
padding-bottom: 3px !imp... | [data-role=header] {
/* cursor: context-menu; */
}
[data-role=header] .header-title {
}
.status-message {
margin-bottom: -1em !important;
font-weight: lighter !important;
/* text-align: center !important; */
}
.error-status-message {
color: firebrick !important;
}
.result-status-message {
color: darkgreen !i... |
Adjust the height to be able to show more candidates | /* Comfortable layout for Kindle content manager */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://www.amazon.co.jp/mn/dcw/myx.html") {
/* Add more height to "List of collection" box in "Add to collection" screen */
.bulkAddToCollectionDialog_myx .myx-lgtbox-collection-vertical-sc... | /* Comfortable layout for Kindle content manager */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://www.amazon.co.jp/mn/dcw/myx.html") {
/* Add more height to "List of collection" box in "Add to collection" screen */
.bulkAddToCollectionDialog_myx .myx-lgtbox-collection-vertical-sc... |
Make rst versions bar slate. | @import 'css/theme.css';
.wy-nav-side {
background: rgb(240, 240, 240);
}
.wy-side-nav-search {
background: #556270;
}
.wy-side-nav-search input[type=text] {
border-radius: 0;
}
.wy-nav-content-wrap {
position: relative;
}
.wy-nav-content {
background: #FCFCFC;
max-width: 900px;
}
.wy-men... | @import 'css/theme.css';
.wy-nav-side {
background: rgb(240, 240, 240);
}
.wy-side-nav-search {
background: #556270;
}
.wy-side-nav-search input[type=text] {
border-radius: 0;
}
.wy-nav-content-wrap {
position: relative;
}
.wy-nav-content {
background: #FCFCFC;
max-width: 900px;
}
.wy-men... |
Remove padding in disks list in VmDetail | .disks-ul {
list-style-type: none;
display: inline;
}
.smaller {
font-size: 75%;
}
| .disks-ul {
list-style-type: none;
display: inline;
padding: 0;
}
.smaller {
font-size: 75%;
}
|
Add design to main page | .hide {
display: none;
}
#content {
position: absolute;
width: 100vw;
height: 100vh;
display: grid;
grid: [row1-start] "header header" 1fr [row1-end]
[row2-start] "menu result" 10fr [row2-end]
[row3-start] "footer footer" 1fr [row3-end]
/ 1fr 2fr;
}
#header {
grid-area: header;... | |
Update link to breakpoints guide | /* https://material.google.com/layout/responsive-ui.html#responsive-ui-breakpoints */
@custom-media --sm-viewport (min-width: 600px);
@custom-media --md-viewport (min-width: 960px);
@custom-media --lg-viewport (min-width: 1280px);
| /* https://material.io/guidelines/layout/responsive-ui.html#responsive-ui-breakpoints */
@custom-media --sm-viewport (min-width: 600px);
@custom-media --md-viewport (min-width: 960px);
@custom-media --lg-viewport (min-width: 1280px);
|
Revert "corrected background scrolling for clouds theme" | /*
===============================================================================
This file contain extra CSS rules to customize the YunoHost user portal and
can be used to customize app tiles, buttons, etc...
===============================================================================
*/
/* Make page texts blac... | /*
===============================================================================
This file contain extra CSS rules to customize the YunoHost user portal and
can be used to customize app tiles, buttons, etc...
===============================================================================
*/
/* Make page texts blac... |
Add back border-darken and -lighten from v7 basscss | .border-darken-1 { border-color: var(--darken-1) }
.border-darken-2 { border-color: var(--darken-2) }
.border-darken-3 { border-color: var(--darken-3) }
.border-darken-4 { border-color: var(--darken-4) }
.border-lighten-1 { border-color: var(--lighten-1) }
.border-lighten-2 { border-color: var(--lighten-2) }
.border-l... | |
Add default style for html, body | html, body {
}
.ClocketteApp {
}
| /* Default entities style */
html, body {
height: 100%;
background: none;
-webkit-tap-highlight-color: rgba(0,0,0, 0);
-ms-user-select: none;
padding: 0;
margin: 0;
}
html {
font-size: 62.5%;
-webkit-perspective: 1000;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
*, *:before, *:af... |
Change default font to Roboto Mono for all table data. | .length-break {
word-break: break-all !important;
}
#tbl_domain_list td {
font-family:'Roboto Mono' !important;
}
#tbl_record_manage td {
font-family:'Roboto Mono' !important;
} | .length-break {
word-break: break-all !important;
}
table td {
font-family:'Roboto Mono' !important;
} |
Comment middle gutter styling for two-col layout |
.row {
vertical-align: top;
}
@media (--w-l-800) {
.row + .row {
margin-top: var(--gutter);
}
}
@media (--w-800) {
.row {
/* WARNING | fixed for two langs; needs to be smarter */
width: 50%;
display: inline-block;
padding-right: var(--gutter);
}
.row + .row ... |
.row {
vertical-align: top;
}
@media (--w-l-800) {
.row + .row {
margin-top: var(--gutter);
}
}
@media (--w-800) {
.row {
/* WARNING | fixed for two langs; needs to be smarter */
width: 50%;
display: inline-block;
/*padding-right: var(--gutter);*/
}
/*.row +... |
Add game container with side by side board and updates | body {
font-family: 'Lato', sans-serif;
font-size: 1em;
color: #4C4951;
}
h1 {
color: black;
}
table, td, th {
color: #4C4951;
font-size: 1.25em;
background-color: #90EE90;
border-radius: 10px;
}
td {
height: 60px;
width: 60px;
text-align: center;
}
td:hover {
background-color: #EEE;
}
p... | body {
font-family: 'Lato', sans-serif;
font-size: 1em;
color: #4C4951;
}
h1 {
color: black;
}
table, td, th {
color: #4C4951;
font-size: 1.25em;
background-color: #90EE90;
border-radius: 10px;
}
td {
height: 60px;
width: 60px;
text-align: center;
}
td:hover {
background-color: #EEE;
}
p... |
Migrate link to CSS grid layout | /* https://bitsofco.de/holy-grail-layout-css-grid */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout */
:root {
--lighter: #ccc;
--lightest: #fff;
--darker: #999;
--darkest: #444;
--background: pink;
}
header, footer
{ background: var(--darker) }
aside
{ background: var(--backgr... | /* https://bitsofco.de/holy-grail-layout-css-grid */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout */
:root {
--lighter: #ccc;
--lightest: #fff;
--darker: #999;
--darkest: #444;
--background: pink;
}
header, footer
{ background: var(--darker) }
aside
{ background: var(--backgr... |
Patch for HARMONY-4572 "[classlib][swing][html] Tag <center> doesn't work" | /*
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not u... | |
Hide Back button when printing | .back {
box-shadow: none !important;
color: transparent;
font-size: 0;
height: 1.5rem;
margin: 2rem 0 0 1rem;
overflow: hidden;
position: absolute;
top: 0;
user-select: none;
width: 1.5rem;
z-index: 1;
}
.back::before,
.back::after {
background-color: rgb(77, 77, 77);
... | .back {
box-shadow: none !important;
color: transparent;
font-size: 0;
height: 1.5rem;
margin: 2rem 0 0 1rem;
overflow: hidden;
position: absolute;
top: 0;
user-select: none;
width: 1.5rem;
z-index: 1;
}
.back::before,
.back::after {
background-color: rgb(77, 77, 77);
... |
Emphasize warnings on hacked pages | /* Google web search tweak */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://www.google.com/search"),
url-prefix("https://www.google.co.jp/search"),
url-prefix("https://www.google.com/#q="),
url-prefix("https://www.google.co.jp/#q=") {
/* ... | /* Google web search tweak */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://www.google.com/search"),
url-prefix("https://www.google.co.jp/search"),
url-prefix("https://www.google.com/#q="),
url-prefix("https://www.google.co.jp/#q=") {
/* ... |
Make sidenav div 100% of the window size. | @charset "UTF-8";
.center {
margin: auto;
padding: 30px;
display: inline-block;
align-items: center;
}
.banner {
width: auto;
background-color: #fce0b3;
}
#nav-ul > li {
padding: 0, 7px, 0, 10px;
font-size: 20px;
}
#sidenav-ul > li {
height: 35px;
margin: 3px;
font-size: 18px;
}
#sidenav-ul .a-hovere... | @charset "UTF-8";
.center {
margin: auto;
padding: 30px;
display: inline-block;
align-items: center;
}
.banner {
width: auto;
background-color: #fce0b3;
}
#nav-ul > li {
padding: 0, 7px, 0, 10px;
font-size: 20px;
}
#sidenav-ul > li {
height: 35px;
margin: 3px;
font-size: 18px;
}
#sidenav-ul .a-hovere... |
Remove hover for rows of schedule | .schedule {
border-collapse: collapse;
}
.schedule__zone {
font-weight: normal;
text-align: left;
font-size: 14px;
line-height: 20px;
color: #262626;
padding-left: 8px;
padding-bottom: 12px;
}
.schedule__time {
vertical-align: top;
font-size: 14px;
line-height: 20px;
... | .schedule {
border-collapse: collapse;
}
.schedule__zone {
font-weight: normal;
text-align: left;
font-size: 14px;
line-height: 20px;
color: #262626;
}
.schedule__time {
vertical-align: top;
font-size: 14px;
line-height: 20px;
color: #262626;
padding-top: 40px;
paddi... |
Add styles to ensure consistency when status label is placed inline of Text | @import '@teamleader/ui-colors';
@import '@teamleader/ui-typography';
@import '@teamleader/ui-utilities';
.label {
border-style: solid;
border-width: 1px;
composes: reset-font-smoothing;
display: inline-block;
font-family: var(--font-family-medium);
vertical-align: middle;
}
.neutral {
background-color:... | @import '@teamleader/ui-colors';
@import '@teamleader/ui-typography';
@import '@teamleader/ui-utilities';
.label {
border-style: solid;
border-width: 1px;
composes: reset-font-smoothing;
display: inline-block;
font-family: var(--font-family-medium);
text-transform: none;
vertical-align: middle;
}
.neutr... |
Use “Flatsome” theme as parent. | /*
Theme Name: Utah Beer Finder
Description: Find the best beer available in Utah
Version: 0.1
Author: Jeff Stieler
Author URI: http://jeffstieler.com/
Template: storefront
License: MIT License
License URI: http://www.opensource.org/licenses/mit-... | /*
Theme Name: Utah Beer Finder
Description: Find the best beer available in Utah
Version: 0.1
Author: Jeff Stieler
Author URI: http://jeffstieler.com/
Template: flatsome
License: MIT License
License URI: http://www.opensource.org/licenses/mit-li... |
Add missing file to git index | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-size: 12px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.5em;
background: #fafbfc;
color: #111;
}
main {
display: block;
width: 100%;
max-width: 950px;
margin: 0 auto;
pa... | |
Fix padding on overlay content | .overlayRoot {
position: fixed;
z-index: 1500;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: white;
overflow-y: scroll;
}
.overlayFixed {
background-color: white;
position: fixed;
width: 100%;
z-index: 1600;
}
.overlayBlock {
position: fixed;
... | .overlayRoot {
position: fixed;
z-index: 1500;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: white;
overflow-y: scroll;
}
.overlayFixed {
background-color: white;
position: fixed;
width: 100%;
z-index: 1600;
}
.overlayBlock {
position: fixed;
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.