"Paging" Group

Customize the appearance of bottom link bar (called paging) on modules' pages by editing the Paging group of rules.

In this section:

Links

Paging

Links

Defines the style for links within a paging.

Selector

a.mod-pager-a

Sample

a.mod-pager-a
{
    color: #969696;
    font-family: Arial, sans-serif;
    font-size: 8pt;
}

 

Paging

Defines the style for a paging.

Selector

.mod-pager

Sample

.mod-pager
{
    color: #969696;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    border: 1px solid #969696;
    background-color: #ffffff;
}