Current date/time is 2024-04-26, 05:28

Search found 1 match for header

The Great CoP Migration HTML/CSS Dump

eternal.is CSS Analysis:

in their global.css file, there's a class that controls the highlighted component

Topics tagged under header on Church of ProZ: Otaku Fortress RD2El6h

Code:

.menu {
    border-bottom: 1px solid #111;
    padding: 0 15px;
    margin: 0;
[strike]    background: rgb(56,56,56);
    background: -moz-linear-gradient(top,rgba(37,37,37) 0%,rgba(31,31,31) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(37,37,37)),color-stop(100%,rgba(31,31,31)));
    background: -webkit-linear-gradient(top,rgba(37,37,37) 0%,rgba(31,31,31) 100%);
    background: -o-linear-gradient(top,rgba(37,37,37) 0%,rgba(31,31,31) 100%);
    background: -ms-linear-gradient(top,rgba(37,37,37) 0%,rgba(31,31,31) 100%);[/strike]
    background: linear-gradient(to bottom,rgb(37,37,37) 0%,rgb(31,31,31) 100%);
    // ^^ background: linear-gradient controls the appearance of their menu bar
    text-align: center;
    overflow: hidden;
}


background: linear-gradient controls the appearance of their menu bar

For example, if I change it to:
Code:
background: linear-gradient(to bottom,rgb(210, 28, 28) 0%,rgb(31,31,31) 100%);

you get the following image:

Topics tagged under header on Church of ProZ: Otaku Fortress 2jiJ2aU


in our 000webhost css it's:
#header ul.menu @ global.css:66

More of our elements depend on .menu than in eternal.is, as seen in this image:
Topics tagged under header on Church of ProZ: Otaku Fortress JqCKr1J
(also, another menu in the bottom)

This is what happens when we apply it to near-vanilla 000webhost:
Topics tagged under header on Church of ProZ: Otaku Fortress 24sNBkK
by Zhu Yang
on 2018-02-12, 23:13
 
Search in: Hax ^.^
Topic: The Great CoP Migration HTML/CSS Dump
Replies: 20
Views: 682

Back to top

Jump to: