Colors Usage

Last modified by Vincent Massol on 2024/02/26 17:57

 XWiki
 Design
 Completed

Description

Colors Usage

  • Boxes (gray background + 1px border)
  • Gray Shades and usage

Breadcrumbs

Standards/Colors/Breadcrumb.png

color: #cccccc;
font-size: 100%;

lastModified.png

Forgot.png

color: #888888;
font-size: 100%;

a, a:link, a:active, a:visited {
 color: #39397F;
 text-decoration: none;
}

a:hover {
 color: #00007E;
 text-decoration: underline;
}

Headers

NoticeBox.png

.xwikiBoxTitle {
 color: #888888;
 font-weight: bold;
 font-size: 1.4em;
}

.xwikiBoxMessage {
 color: #4D4D4D;
 font-weight: bold;
 font-size: 110%;
}

.xwikiBoxText {
 color: #888888;
}

pagination.png

Sort.png

font-size: 100%;
color: #888888;

a {
 color: #888888;
}

a.currentPagination {
 color: #4D4D4D;
 font-weight: bold;
}

.pagination a:hover {
 color: #4D4D4D;
 text-decoration: underline;
}

Highlight

Grid.png

background-color: lemonChiffon;
background-color: #DDDDDD;
color: #4D4D4D;

dashboard.png

Backgrounds

Comments.png

background-color: #F9F9F9;
border: 1px solid #CCCCCC;

 

Tags:
    

Get Connected