responsive: burger menu ok, started generale layout
This commit is contained in:
@@ -2,12 +2,36 @@
|
||||
/** colors */
|
||||
/** jscrollpane */
|
||||
.jspScrollable .jspContainer .jspVerticalBar {
|
||||
width: 10px;
|
||||
background-color: #f2f2f2;
|
||||
width: 4px;
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspVerticalBar .jspTrack {
|
||||
.jspScrollable .jspContainer .jspHorizontalBar {
|
||||
height: 4px;
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspTrack {
|
||||
background-color: transparent;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspVerticalBar .jspTrack .jspDrag {
|
||||
background-color: #77787b;
|
||||
.jspScrollable .jspContainer .jspTrack .jspDrag {
|
||||
background-color: #77787B;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
-moz-opacity: 0.6;
|
||||
-khtml-opacity: 0.6;
|
||||
-webkit-opacity: 0.6;
|
||||
opacity: 0.6;
|
||||
-webkit-transition: opacity 0.2s ease-out;
|
||||
-moz-transition: opacity 0.2s ease-out;
|
||||
-o-transition: opacity 0.2s ease-out;
|
||||
transition: opacity 0.2s ease-out;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspTrack:hover .jspDrag {
|
||||
-moz-opacity: 1;
|
||||
-khtml-opacity: 1;
|
||||
-webkit-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Regular → Executable
@@ -1,12 +1,15 @@
|
||||
/** COMMONS */
|
||||
.Museo {
|
||||
font-family: "Museo", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
}
|
||||
.MuseoSans {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
}
|
||||
.MuseoSlab {
|
||||
font-family: "MuseoSlab", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
}
|
||||
a,
|
||||
a:visited {
|
||||
@@ -15,6 +18,7 @@ a:visited {
|
||||
/*a.active, li a.active{color:@main-blue;}*/
|
||||
body {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 16px;
|
||||
}
|
||||
.8 {
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
*
|
||||
*/
|
||||
/** COMMONS */
|
||||
#content,
|
||||
#center .page-title,
|
||||
#perfnode,
|
||||
#filters,
|
||||
#timeline,
|
||||
@@ -16,13 +18,12 @@
|
||||
-o-transition: height, 5s, ease-out;
|
||||
transition: height, 5s, ease-out;
|
||||
*/
|
||||
|
||||
}
|
||||
body.layout-intro #main {
|
||||
#main {
|
||||
height: 97%;
|
||||
}
|
||||
body.layout-intro #perfnode {
|
||||
height: 0%;
|
||||
height: 0%!important;
|
||||
}
|
||||
body.layout-intro #filters {
|
||||
height: 0%;
|
||||
@@ -31,16 +32,18 @@ body.layout-intro #timeline {
|
||||
height: 65%;
|
||||
}
|
||||
body.layout-intro #timeline #timeline-container {
|
||||
height: 98%;
|
||||
height: 0%;
|
||||
}
|
||||
body.layout-intro #timeline-loader {
|
||||
display: block;
|
||||
margin: 0 auto 5px;
|
||||
}
|
||||
body.layout-timeline #main {
|
||||
height: 97%;
|
||||
body.layout-timeline #main #content,
|
||||
body.layout-timeline #main #center .page-title {
|
||||
height: 0%;
|
||||
}
|
||||
body.layout-timeline #perfnode {
|
||||
height: 0%;
|
||||
height: 0%!important;
|
||||
}
|
||||
body.layout-timeline #filters {
|
||||
height: 30%;
|
||||
@@ -54,11 +57,12 @@ body.layout-timeline #timeline #timeline-container {
|
||||
body.layout-timeline #timeline-loader {
|
||||
display: none;
|
||||
}
|
||||
body.layout-perfnode #main {
|
||||
height: 97%;
|
||||
body.layout-perfnode #main #content,
|
||||
body.layout-perfnode #main #center .page-title {
|
||||
height: 0%;
|
||||
}
|
||||
body.layout-perfnode #perfnode {
|
||||
height: 85%;
|
||||
height: 85%!important;
|
||||
}
|
||||
body.layout-perfnode #filters {
|
||||
height: 0%;
|
||||
@@ -72,3 +76,43 @@ body.layout-perfnode #timeline #timeline-container {
|
||||
body.layout-perfnode #timeline-loader {
|
||||
display: none;
|
||||
}
|
||||
body > img {
|
||||
display: none;
|
||||
}
|
||||
@media (max-width: 799px) {
|
||||
body {
|
||||
overflow: hidden!important;
|
||||
}
|
||||
#container {
|
||||
margin: 0!important;
|
||||
width: 100vw!important;
|
||||
height: 100vh!important;
|
||||
overflow: hidden;
|
||||
}
|
||||
#container > .inner {
|
||||
padding: 0!important;
|
||||
width: 100%!important;
|
||||
height: 100vh!important;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
#container > .inner #header {
|
||||
height: 3vh;
|
||||
flex: 0 0 auto;
|
||||
height: auto;
|
||||
padding: 0.5em;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#container > .inner #main {
|
||||
flex: 0 0 auto;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
height: 96vh;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#container > .inner #main #center {
|
||||
display: block;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,32 +1,51 @@
|
||||
/** COMMONS */
|
||||
/** COMMONS */
|
||||
/** colors */
|
||||
/** jscrollpane */
|
||||
.jspScrollable .jspContainer .jspVerticalBar {
|
||||
width: 10px;
|
||||
background-color: #f2f2f2;
|
||||
background-color: #f2f2f2;
|
||||
background-color: #f2f2f2;
|
||||
width: 4px;
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspVerticalBar .jspTrack {
|
||||
background-color: transparent;
|
||||
background-color: transparent;
|
||||
.jspScrollable .jspContainer .jspHorizontalBar {
|
||||
height: 4px;
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspTrack {
|
||||
background-color: transparent;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspVerticalBar .jspTrack .jspDrag {
|
||||
background-color: #77787b;
|
||||
background-color: #77787b;
|
||||
background-color: #77787b;
|
||||
.jspScrollable .jspContainer .jspTrack .jspDrag {
|
||||
background-color: #77787B;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
-moz-opacity: 0.6;
|
||||
-khtml-opacity: 0.6;
|
||||
-webkit-opacity: 0.6;
|
||||
opacity: 0.6;
|
||||
-webkit-transition: opacity 0.2s ease-out;
|
||||
-moz-transition: opacity 0.2s ease-out;
|
||||
-o-transition: opacity 0.2s ease-out;
|
||||
transition: opacity 0.2s ease-out;
|
||||
}
|
||||
.jspScrollable .jspContainer .jspTrack:hover .jspDrag {
|
||||
-moz-opacity: 1;
|
||||
-khtml-opacity: 1;
|
||||
-webkit-opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
/** COMMONS */
|
||||
.Museo {
|
||||
font-family: "Museo", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
}
|
||||
.MuseoSans {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
}
|
||||
.MuseoSlab {
|
||||
font-family: "MuseoSlab", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
}
|
||||
a,
|
||||
a:visited {
|
||||
@@ -35,6 +54,7 @@ a:visited {
|
||||
/*a.active, li a.active{color:@main-blue;}*/
|
||||
body {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 16px;
|
||||
}
|
||||
.8 {
|
||||
@@ -101,20 +121,15 @@ body {
|
||||
#timeline-loader {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
margin: 0 auto;
|
||||
margin: 0 auto;
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
border-bottom: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
#timeline-loader .progress {
|
||||
border-top: 3px solid #999;
|
||||
border-top: 4px solid #999;
|
||||
width: 0;
|
||||
/* .transition(width 4s linear);*/
|
||||
|
||||
transition: width 3s linear;
|
||||
-moz-transition: width 3s linear;
|
||||
-o-transition: width 3s linear;
|
||||
@@ -122,27 +137,24 @@ body {
|
||||
}
|
||||
#timeline-loader .progress.complete {
|
||||
/* .transition(width 0.1s linear);*/
|
||||
|
||||
transition: width 0.1s linear;
|
||||
-moz-transition: width 0.1s linear;
|
||||
-o-transition: width 0.1s linear;
|
||||
-webkit-transition: width 0.1s linear;
|
||||
}
|
||||
#timeline {
|
||||
margin-top: 25px;
|
||||
margin-top: 25px;
|
||||
height: 65%;
|
||||
margin-top: 25px;
|
||||
}
|
||||
#timeline h3.title {
|
||||
cursor: pointer;
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 10px;
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
color: #a5a5a5;
|
||||
color: #A5A5A5;
|
||||
}
|
||||
@media screen and (min-width: 1201px) {
|
||||
#timeline h3.title {
|
||||
@@ -152,13 +164,9 @@ body {
|
||||
#timeline-container {
|
||||
width: 100%;
|
||||
height: 98%;
|
||||
border-top: 2px solid #a5a5a5;
|
||||
border-top: 2px solid #a5a5a5;
|
||||
border-top: 2px solid #a5a5a5;
|
||||
border-top: 2px solid #A5A5A5;
|
||||
overflow: hidden;
|
||||
background-color: #f2f2f2;
|
||||
background-color: #f2f2f2;
|
||||
background-color: #f2f2f2;
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
#timeline-container .timeline-frame {
|
||||
border: 0 solid #999;
|
||||
@@ -172,8 +180,6 @@ body {
|
||||
}
|
||||
#timeline-container .timeline-navigation div {
|
||||
padding: 2px 0 0 10px;
|
||||
padding: 2px 0 0 10px;
|
||||
padding: 2px 0 0 10px;
|
||||
}
|
||||
#timeline-container .timeline-navigation div.timeline-navigation-zoom-in {
|
||||
background-image: url('../images/btns_zoomin.png');
|
||||
@@ -189,13 +195,12 @@ body {
|
||||
}
|
||||
#timeline-container .timeline-axis-text {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 10px;
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
color: #a5a5a5;
|
||||
color: #A5A5A5;
|
||||
}
|
||||
@media screen and (min-width: 1201px) {
|
||||
#timeline-container .timeline-axis-text {
|
||||
@@ -203,18 +208,6 @@ body {
|
||||
}
|
||||
}
|
||||
#timeline-container .timeline-event {
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
@@ -225,15 +218,12 @@ body {
|
||||
/*
|
||||
TODO move events with css3
|
||||
*/
|
||||
|
||||
}
|
||||
#timeline-container .timeline-event.timeline-event-range {
|
||||
background-color: #fff;
|
||||
}
|
||||
#timeline-container .timeline-event-content {
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date {
|
||||
display: block;
|
||||
@@ -241,47 +231,35 @@ body {
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
padding: 4px 0;
|
||||
padding: 4px 0;
|
||||
padding: 4px 0;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date .text-content {
|
||||
padding: 0 5px;
|
||||
padding: 0 5px;
|
||||
padding: 0 5px;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 4px;
|
||||
border-left: 3px solid #a5a5a5;
|
||||
border-left: 3px solid #a5a5a5;
|
||||
border-left: 3px solid #a5a5a5;
|
||||
border-left: 3px solid #A5A5A5;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date:hover .text-content {
|
||||
border-left: 3px solid #77787b;
|
||||
border-left: 3px solid #77787b;
|
||||
border-left: 3px solid #77787b;
|
||||
border-left: 3px solid #77787B;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date h4,
|
||||
#timeline-container .timeline-event-content div.date h5 {
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
margin: 0;
|
||||
color: #a5a5a5;
|
||||
color: #A5A5A5;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date h4 {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
}
|
||||
#timeline-container .timeline-event-content div.date h5 {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
}
|
||||
body.view-mode-dot #timeline-container .timeline-event-content div.date {
|
||||
padding: 0;
|
||||
padding: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body.view-mode-dot #timeline-container .timeline-event-content div.date .text-content {
|
||||
min-height: 15px;
|
||||
@@ -315,3 +293,40 @@ body.view-mode-images #timeline-container .timeline-event-content div.date h5,
|
||||
body.view-mode-images #timeline-container .timeline-event-content div.date img {
|
||||
display: block;
|
||||
}
|
||||
#timeline-container .timeline-event-selected {
|
||||
background-color: transparent;
|
||||
}
|
||||
#timeline-container .timeline-event-selected .timeline-event-content div.date .text-content {
|
||||
border-left: 3px solid #77787B;
|
||||
}
|
||||
#timeline-container .timeline-event-selected .timeline-event-content div.date h4,
|
||||
#timeline-container .timeline-event-selected .timeline-event-content div.date h5 {
|
||||
color: #77787B;
|
||||
}
|
||||
.timeline-modal {
|
||||
width: 150px;
|
||||
min-height: 30px;
|
||||
padding: 5px;
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
z-index: 99999;
|
||||
display: none;
|
||||
}
|
||||
.timeline-modal h4,
|
||||
.timeline-modal h5 {
|
||||
margin: 0;
|
||||
color: #77787B;
|
||||
}
|
||||
.timeline-modal h4 {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
}
|
||||
.timeline-modal h5 {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@@ -1,39 +1,155 @@
|
||||
.Museo{font-family:"Museo",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
|
||||
.MuseoSans{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
|
||||
.MuseoSlab{font-family:"MuseoSlab",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";}
|
||||
a,a:visited{color:#000;}
|
||||
body{font-family:"MuseoSans",Arial,sans-serif;-moz-font-feature-settings:"calt=0,liga=0";font-size:16px;}
|
||||
.8{font-size:8px;}
|
||||
.9{font-size:9px;}
|
||||
.10{font-size:10px;}
|
||||
.11{font-size:10px;}
|
||||
.12{font-size:12px;}
|
||||
.14{font-size:14px;}
|
||||
.16{font-size:16px;}
|
||||
.18{font-size:18px;}
|
||||
.24{font-size:24px;}
|
||||
.regular{font-weight:normal;}
|
||||
.bold{font-weight:bold;}
|
||||
.100{font-weight:100;}
|
||||
.300{font-weight:300;}
|
||||
.500{font-weight:500;}
|
||||
.700{font-weight:700;}
|
||||
.900{font-weight:900;}
|
||||
.upper{text-transform:uppercase;}
|
||||
.italic{font-style:italic;}
|
||||
.normal{font-style:normal;}
|
||||
*{font-size:14px;}
|
||||
div{border:1px dashed #D4D4D4;}
|
||||
p:after,ul:after{content:"¬";color:red;}
|
||||
h1:before,h2:before,h3:before,h4:before,h5:before,h6:before{color:blue;font-weight:normal;font-size:10px;vertical-align:super;}
|
||||
h1:before{content:"h1 ";}
|
||||
h2:before{content:"h2 ";}
|
||||
h3:before{content:"h3 ";}
|
||||
h4:before{content:"h4 ";}
|
||||
h5:before{content:"h5 ";}
|
||||
h6:before{content:"h6 ";}
|
||||
br:after{content:"·";color:red;border:1px solid #999;}
|
||||
img{height:auto;margin:0.5em 0;}
|
||||
p{border:1px dashed #848484;}
|
||||
div{border:1px solid #1A1A1A;}
|
||||
img,p,div{position:relative;}img:before,p:before,div:before{font-size:10px;color:red;background-color:#1A1A1A;position:absolute;top:0;z-index:3000;}
|
||||
/* LISIBILITY */
|
||||
/** COMMONS */
|
||||
.Museo {
|
||||
font-family: "Museo", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
}
|
||||
.MuseoSans {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
}
|
||||
.MuseoSlab {
|
||||
font-family: "MuseoSlab", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
}
|
||||
a,
|
||||
a:visited {
|
||||
color: #000;
|
||||
}
|
||||
/*a.active, li a.active{color:@main-blue;}*/
|
||||
body {
|
||||
font-family: "MuseoSans", Arial, sans-serif;
|
||||
-moz-font-feature-settings: "calt=0,liga=0";
|
||||
font-size: 16px;
|
||||
}
|
||||
.8 {
|
||||
font-size: 8px;
|
||||
}
|
||||
.9 {
|
||||
font-size: 9px;
|
||||
}
|
||||
.10 {
|
||||
font-size: 10px;
|
||||
}
|
||||
.11 {
|
||||
font-size: 10px;
|
||||
}
|
||||
.12 {
|
||||
font-size: 12px;
|
||||
}
|
||||
.14 {
|
||||
font-size: 14px;
|
||||
}
|
||||
.16 {
|
||||
font-size: 16px;
|
||||
}
|
||||
.18 {
|
||||
font-size: 18px;
|
||||
}
|
||||
.24 {
|
||||
font-size: 24px;
|
||||
}
|
||||
.regular {
|
||||
font-weight: normal;
|
||||
}
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
.100 {
|
||||
font-weight: 100;
|
||||
}
|
||||
.300 {
|
||||
font-weight: 300;
|
||||
}
|
||||
.500 {
|
||||
font-weight: 500;
|
||||
}
|
||||
.700 {
|
||||
font-weight: 700;
|
||||
}
|
||||
.900 {
|
||||
font-weight: 900;
|
||||
}
|
||||
.upper {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
.normal {
|
||||
font-style: normal;
|
||||
}
|
||||
/** FEUILLES DE STYLES */
|
||||
/** timeline */
|
||||
/** filters */
|
||||
* {
|
||||
font-size: 14px;
|
||||
}
|
||||
div {
|
||||
border: 1px dashed #D4D4D4;
|
||||
}
|
||||
p:after,
|
||||
ul:after {
|
||||
content: "¬";
|
||||
color: red;
|
||||
}
|
||||
h1:before,
|
||||
h2:before,
|
||||
h3:before,
|
||||
h4:before,
|
||||
h5:before,
|
||||
h6:before {
|
||||
color: blue;
|
||||
font-weight: normal;
|
||||
font-size: 10px;
|
||||
vertical-align: super;
|
||||
}
|
||||
h1:before {
|
||||
content: "h1 ";
|
||||
}
|
||||
h2:before {
|
||||
content: "h2 ";
|
||||
}
|
||||
h3:before {
|
||||
content: "h3 ";
|
||||
}
|
||||
h4:before {
|
||||
content: "h4 ";
|
||||
}
|
||||
h5:before {
|
||||
content: "h5 ";
|
||||
}
|
||||
h6:before {
|
||||
content: "h6 ";
|
||||
}
|
||||
br:after {
|
||||
content: "·";
|
||||
color: red;
|
||||
border: 1px solid #999;
|
||||
}
|
||||
/* LAYOUT AND GRAPHICS */
|
||||
img {
|
||||
height: auto;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
p {
|
||||
border: 1px dashed #848484;
|
||||
}
|
||||
div {
|
||||
border: 1px solid #1A1A1A;
|
||||
}
|
||||
img,
|
||||
p,
|
||||
div {
|
||||
position: relative;
|
||||
}
|
||||
img:before,
|
||||
p:before,
|
||||
div:before {
|
||||
font-size: 10px;
|
||||
color: red;
|
||||
background-color: #1A1A1A;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 3000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user