Conversation
Notices
-
Embed this notice
2/
Anyone can add this CSS to any 'elbinario' themed page in the browser, right-click > Inspect, go to Style Editor tab, find display.css, paste the follow CSS **above** the line of the display.css that reads, "/*end of @media screen, projection, tv*/"
body {
background-color: #002806a4; /* not so dark w very subtle hint of the green */
}
#aside_primary_wrapper { /*overflow: hidden; REMOVE or*/ overflow:inherit; }
#site_nav_local_views {
background-color: #fffd;
border-radius: 5px;
}
#site_nav_local_views h3, #aside_primary h2 {
font-size: 11px; /* smaller, but... */
letter-spacing: 1px; /* better spacing between letters */
}
#site_nav_local_views li.current a {
/* color: #008a19; REMOVE the current-page-indictor is not green (just bold with arrow) or */ color:inherit;
}
.input_forms {
background: none repeat scroll 0 0 #fffe; /* shade darker */
border-color: #fffe; /* matches above */
border-radius: 5px; /* not 3px */
}
#notice_action-submit {
right: 10px; /* better position */
bottom: 10px; /* better position */
}
#content h1 {
font-size: 11px; /* SMALLER */
color: #fff;
/*-webkit-text-fill-color: #54bd54; REMOVE or */ -webkit-text-fill-color: inherit
}
*/ POST 2 of 3 */