Skip to content

Instantly share code, notes, and snippets.

@cyberscorpio
cyberscorpio / gist:8525539
Last active January 3, 2016 21:59
styles for lanuchpad of superstart
.folder-snapshot.site-snapshot,
.site-snapshot {
box-shadow: none;
border-radius: 10px 10px 0 0;
border-bottom-width: 0;
}
.site-title {
background-color: #D4D4D4;
@cyberscorpio
cyberscorpio / gist:5082054
Created March 4, 2013 12:51
super-start customize colors
.site-title, li.note {
color: red; /* you can find other colors here: http://www.w3schools.com/html/html_colors.asp */
}
/**
* margin-right is the horizontal gap size.
* margin-bottom is the vertical gap size.
*
* With '.compact-mode', it takes effect in 'compace mode',
* Without '.compact-mode', it takes effect in normal mode.
*/
#site-helper {
margin-right: 10px;
/* need superstart version 4.5.0 */
.site-title:not(.text-only) {
display: none;
}
.button.next-snapshot {
bottom: 4px;
}
.site.folder.opened:not(.text-only):after,
.site.folder.closing:not(.text-only):after {
bottom: -28px;