Current date/time is 2024-04-26, 10:57

Search found 2 matches for 060807

The Great CoP Migration HTML/CSS Dump

Using Firefox inspect tool, track changes in global.css:

#content {
background: #060807; <-- changing to 060807 makes the background black
width: auto !important;
padding: 20px 10px;
overflow: hidden;
}

.navigation .active {
   color: #f4f8f7;
   font-size: small;
   font-weight: bold;
}

.tborder {
   background: #e5c920; <-- changes inner part of border to dark gold
   width: 100%;
   margin: auto auto;
   border: 1px solid #fafd92; <-- changes outer part of table border to light gold for gradient effect
   padding: 1px;
}

.thead {
background: #0f0f0f url(../../../images/Test/thead.png) repeat-x; <- use new thead.png, which is the old tcat.png
color: #fff;
border-bottom: 1px solid #263c30;
border-bottom-color: rgb(38, 60, 48);
padding: 8px;
}

.thead a:link {
   color: #fff; <-- changes color of category links to white
   text-decoration: none;
}

.tcat {
background: #0f0f0f url(../../../images/Test/tcat.png) repeat-x; <-- use the new tcat image
color: #070908;
border-top: 1px solid #444;
border-bottom: 1px solid #000;
padding: 6px;
font-size: 12px;
}

Here are the color values for new tcat image, from lightest to darkest:
1: fafd92
2: f2ef64
3: eede4a
4: e3ca27
< e5c308
< e5b609
< e5ad00

When creating the tcat image:
1. Open existing tcat.png in Photoshop
2. Flip vertically
3. Follow pattern, replacing each pixel's existing color with new ones
4. Go in Dark -> Light order
by Zhu Yang
on 2017-09-22, 17:04
 
Search in: Hax ^.^
Topic: The Great CoP Migration HTML/CSS Dump
Replies: 20
Views: 682

The Great CoP Migration HTML/CSS Dump

#content in global.css changes the background color:

#content {
background: #060807; <-- changing to 060807 makes the background black
width: auto !important;
padding: 20px 10px;
overflow: hidden;
}
by Zhu Yang
on 2017-09-22, 14:32
 
Search in: Hax ^.^
Topic: The Great CoP Migration HTML/CSS Dump
Replies: 20
Views: 682

Back to top

Jump to: