removing dark theme
This commit is contained in:
parent
c8b88f2b7c
commit
ccb9d832a0
|
|
@ -15,7 +15,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
@ -290,10 +290,10 @@ code {
|
||||||
|
|
||||||
/* @charset 'utf-8'; */
|
/* @charset 'utf-8'; */
|
||||||
|
|
||||||
/* .glslGallery{ */
|
.glslGallery{
|
||||||
/* -moz-column-width: initial; */
|
-moz-column-width: initial;
|
||||||
/* -webkit-column-width: initial; */
|
-webkit-column-width: initial;
|
||||||
/* } */
|
}
|
||||||
|
|
||||||
.glslGallery_item{
|
.glslGallery_item{
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
@ -312,25 +312,25 @@ code {
|
||||||
}
|
}
|
||||||
|
|
||||||
.glslGallery_credits{
|
.glslGallery_credits{
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: none;
|
background: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.glslGallery_label{
|
.glslGallery_label{
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-family:Helvetica,Arial,sans-serif;
|
font-family:Helvetica,Arial,sans-serif;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
.glslGallery_title{
|
.glslGallery_title{
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding-top: 14px;
|
padding-top: 14px;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
.glslGallery_author{
|
.glslGallery_author{
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
@ -340,42 +340,42 @@ code {
|
||||||
}
|
}
|
||||||
|
|
||||||
.glslGallery_openFrameIcon{
|
.glslGallery_openFrameIcon{
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.more {
|
.more {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.more a {
|
.more a {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.1em;
|
||||||
font-family:Helvetica,Arial,sans-serif;
|
font-family:Helvetica,Arial,sans-serif;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border: solid 1px #AAAAAA;
|
border: solid 1px #AAAAAA;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.more a:hover {
|
.more a:hover {
|
||||||
background: #EEEEEE;
|
background: #EEEEEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery_author {
|
.gallery_author {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Theme Switcher
|
/* Theme Switcher
|
||||||
* ---------------------------------
|
* ---------------------------------
|
||||||
* */
|
* */
|
||||||
|
/*
|
||||||
.themeSwitcher {
|
.themeSwitcher {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
background: none;
|
background: none;
|
||||||
|
|
@ -406,4 +406,4 @@ code {
|
||||||
[data-theme='dark'] img:hover {
|
[data-theme='dark'] img:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
|
||||||
|
|
@ -301,7 +301,7 @@ function enableThemeSwitcher() {
|
||||||
}
|
}
|
||||||
|
|
||||||
window.addEventListener("load", function(){
|
window.addEventListener("load", function(){
|
||||||
enableThemeSwitcher();
|
// enableThemeSwitcher();
|
||||||
// window.scrollTo(0, 0);
|
// window.scrollTo(0, 0);
|
||||||
styleCodeBlocks();
|
styleCodeBlocks();
|
||||||
loadGlslElements();
|
loadGlslElements();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue