view static/css/wikked/main.less @ 149:d29e2f337b00

Updated to Bootstrap 3.0.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Dec 2013 21:54:04 -0800
parents
children f32af0888382
line wrap: on
line source


// Main tags
body {
    background: url('../img/gray_jean.png');
    //background-image: url(http://basehold.it/i/27);
}

// Global classes
a {
    text-decoration: none;
    color: @colorBlue;
    &:link { color: @colorBlue; }
    &:visited { color: @colorBlue; }
    &:hover { color: @colorBlue; text-decoration: underline; }
    &:active { color: @colorBlue; }
}
a.wiki-link.missing,
a.wiki-meta-link.missing {
    color: @colorOrange;
    &:hover { color: @colorOrange; text-decoration: underline; }
}