Customizing your LinkCiti Link Page
Customizing your LinkCiti link page is easy. LinkCiti link pages use css.
All you have to do is alter the css definitions.
The css classes are
link-table
link-cat
link-pager
link-base
link-time
link-pager
Here we have created a simple css style that should work with most websites.
Use this or modify it to create your own. The only limit is your creativity.
<style type="text/css">
.link-table {font-family:Arial;font-size:10px;width:75%;}
.link-cat {font-size:12px;}
.link-pager {color:#000000;background-color:#c0c0c0;text-align:right;}
.link-base {text-align:center;}
.link-time {text-align:center;font-size:8px;};
.link-pager a:link {color:#ffffff;text-decoration:none;}
.link-pager a:hover {color:#000000;text-decoration:underlined;}
.link-pager a:visited {color:#ffffff;text-decoration:none;}
<
/style>
|