Skip to content

Instantly share code, notes, and snippets.

@woodwardtw
Last active April 2, 2021 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woodwardtw/6e967a9f77c85bbacebed2b1b9c9a5be to your computer and use it in GitHub Desktop.
Save woodwardtw/6e967a9f77c85bbacebed2b1b9c9a5be to your computer and use it in GitHub Desktop.
tlkb.middcreate.net customization
.thing-archive {
border-radius: 0;
border: 0;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%)
}
a{
color: #0D395F;
}
p a {
text-decoration: underline;
}
.navbar-default .navbar-brand {
color: #fff;
border-top: 4px solid #0D395F;
border-bottom: 4px solid #0D395F;
font-weight: 800;
}
.navbar-default .navbar-nav>li>a {
color: #fff;
border-top: 4px solid #0D395F;
border-bottom: 4px solid #0D395F;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-nav>li>a:hover {
color: #fff;
text-decoration: underline;
}
.navbar-default{
background-color: #0D395F;
}
.btn-primary {
background-color: #0D395F;
}
#bank106form {
background-color: #fff;
border: 1px solid;
border-radius: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #fff;
background-color: #0D395F;
border-top: 4px solid;
border-bottom: 4px solid;
}
.fancybox-close:after {
content: 'Close preview';
display: block;
background-color: red;
font-size: 2em;
position: absolute;
left: -200px;
padding: 10px;
}
.post_content h2, .post_content h3 {
border-left: 5px solid #962C28;
padding-left: 10px;
}
.page-title {
font-size: 3em;
}
#reply-title {
color:#fff;
}
#reply-title:after {
content: 'Leave a comment or question about this teaching idea';
display: block;
color: #000;
font-size: 1.4em;
}
#tagHelpBlock:after {
content: 'Use hyphens if you need to connect multi-word phrases.';
display: inline-block;
padding-left: 5px;
}
#commentform textarea {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment