CSS

/* PlayStation Theme for phpBB version 2+ Modified for Light Blue */

body {
    scrollbar-3dlight-color: #e0f2f7; /* Light Blue */
    scrollbar-arrow-color: #2962ff; /* Brighter Blue */
    scrollbar-darkshadow-color: #a7c0cd; /* Lighter Blue */
    scrollbar-face-color: #e0f2f7; /* Light Blue */
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #e0f2f7; /* Light Blue */
    scrollbar-track-color: #f5f5f5; /* Very Light Blue/Almost White */
    background-image: none; /* Removed background image */
    background-color: #e0f2f7; /* Light Blue Background */
    color: #1a237e; /* Dark Blue Text */
}

font, th, td, p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #1a237e; /* Dark Blue Text */
}

a:link, a:active, a:visited {
    color: #2962ff; /* Brighter Blue Links */
    text-decoration: none;
}

a:hover {
    color: #1565c0; /* Darker Blue Hover */
    text-decoration: none;
}

hr {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #999999;
    height: 0px;
}

.forumline {
    background-color: #bbdefb; /* Lighter Blue Forum Background */
    border: solid 1px #90caf9; /* Lighter Blue Border */
    font-size: none;
}

.row1 {
    background-color: #c8e1ff; /* Lightest Blue Row */
}

.row2 {
    background-color: #bbdefb; /* Lighter Blue Row */
    border: none;
}

.row3 {
    background-color: #bbdefb; /* Lighter Blue Row */
}

td.rowpic {
    background: none; /* Removed image background */
}

th {
    color: #ffffff; /* White Header Text */
    font-weight: bold;
    font-size: 13px;
    background-color: #2962ff; /* Brighter Blue Header Background */
    height: 25px;
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
    background-color: #90caf9; /* Light Blue Category Background */
    height: 28px;
    color: #1a237e; /* Dark Blue Text in Categories */
}

td.cat, td.catHead, td.catBottom {
    height: 29px;
    border-width: 0px 0px 0px 0px;
}

th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR {
    font-weight: bold;
    height: 28px;
    color: #ffffff; /* White Header Text */
    background-color: #2962ff; /* Brighter Blue Header Background */
}

td.row3Right, td.spaceRow {
    background-color: #bbdefb; /* Lighter Blue */
}


/* ... (Rest of the CSS -  apply similar light blue color changes where appropriate) ... */

/* Examples for other elements: */
.maintitle, h1, h2, h3 {
    color: #1a237e; /* Dark Blue Titles */
}

.gen, .genmed, .gensmall {
    color: #1a237e; /* Dark Blue Text */
}

a.gen, a.genmed, a.gensmall {
    color: #2962ff; /* Brighter Blue Links */
}

a.gen:hover, a.genmed:hover, a.gensmall:hover {
    color: #1565c0; /* Darker Blue Hover */
}

/* ... and so on for all other elements ... */

input.button {
    color: #1a237e; /* Dark Blue Button Text */
    background-color: #90caf9; /* Light Blue Button Background */
}

/* ... (Continue applying light blue theme to the remaining styles) ... */

/* WR-Forum Specific Styles - Adjust as needed */
.pgbutt a {
    /* ... (Adjust border and background colors to light blue) ... */
    border: 1px #90caf9 solid; /* Light Blue Border */
    background: #bbdefb; /* Lighter Blue Background */
}

/* ... other WR-Forum styles ... */

.guestavatar{
    background: #bbdefb; /* Lighter Blue Avatar Background */
    color: #1a237e; /* Dark Blue Text */
}

#nav8, #nav8 ul {
    background: #2962ff; /* Brighter Blue Admin Menu */
}

#nav8 td:hover, #nav8 li:hover {
    background: #1565c0; /* Darker Blue Hover */
}

/* ... and so on for the rest of your styles ... */

#cssbar-border {
    border:3px solid #90caf9; /* Light Blue Progress Bar Border */
}

#cssbar-line {
    background-color:#90caf9; /* Light Blue Progress Bar */
}