Skip to content

Instantly share code, notes, and snippets.

View monicams's full-sized avatar

Monica Messaggi Kaya monicams

View GitHub Profile
@monicams
monicams / img_hovershadow.css
Last active December 11, 2015 05:19
Simple image box border and shadow on hover
/* -----------------------------------------
drops shadow on image hover
----------------------------------------- */
.theimage {
padding: 5px;
border: solid 1px #EFEFEF;
}
a:hover img.theimage {
border: solid 1px #CCC;
-moz-box-shadow: 1px 1px 5px #999;
@monicams
monicams / highlight_selection.css
Created September 26, 2012 10:19
Colourful selection of text
/* -----------------------------------------
highlightes selected text on website
----------------------------------------- */
::-moz-selection {
background: #a31514;
color: #fff;
}
::selection {
background: #a31514;
color: #fff;
@monicams
monicams / nicescrollbar.css
Created September 26, 2012 10:00
Colourful and arrowless scrollbar
/* -----------------------------------------
nice scrollbar
----------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width:320px) {
::-webkit-scrollbar { width: 10px;}
::-webkit-scrollbar-button:start:decrement {display: block;height: 10px;}
::-webkit-scrollbar-button:end:increment {display: block; height: 10px;}
::-webkit-scrollbar-track-piece { background: