Grid Paging

In Paging mold, Grid is composed of four parts, header part, body part, footer part, and paging part.

About header part, body part, and footer part are the same as Default mold of grid, so you can refer to here.

Paging part

CSS Definition

Description

Default Values

div.grid-pgi

The paging outline under the grid

border-top: 1px solid #AAB; overflow: hidden;

div.grid-pgi-t

The paging outline over the grid

border-bottom: 1px solid #AAB; overflow: hidden;

div.paging

The outline of the paging component

background: white;

font-size: x-small; color: #a30; font-weight: bold;

div.paging a

The a tag of the paging

Font-size: x-small; color: #a30; font-weight: bold;

color: #00a; font-weight: normal; text-decoration: underline;

div.paging a:visited

The visited of a tag

color: #00a; font-weight: normal; text-decoration: underline;

div.paging a:hover

The hover of a tag

background: #DAE8FF;

div.paging span

The span tag of the paging

font-size: x-small; color: #555; font-weight: normal;