Current date/time is 2024-04-26, 06:20

Search found 1 match for e5c920

The Great CoP Migration HTML/CSS Dump

2017-09-25 NEW PARADIGM

Straight rip from eternal forums - https://eternal.is/index

span.logo.text a h1, #menu-header, .thead, .navigation {
   border-bottom-color: #e5c920; <-- for gold bottom border
}


.tborder {
   width: 100% 80%; <-- change from 100% to 80% for aesthetics
   margin: auto auto;
   border-radius: 0;
   overflow: hidden;
   background: #1A1A1A;
   box-shadow: 0 0 8px -2px #0f0f0f;
}

.navigation {
color: #888;
font-size: 13px;
margin: auto;
padding: 10px;
background: #222;
text-align: left;
box-sizing: border-box;
border-bottom: 1px solid #292929 !important;
width: 80%; <-- add this line to make width 80% for nav bar
}

.menu {
border-bottom: 1px solid #111;
padding: 0 15px;
margin: 0;
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%);
background: linear-gradient(to bottom,rgb(37,37,37) 0%,rgb(31,31,31) 100%);
text-align: center;
overflow: hidden;
width: 80%; <-- add this
margin: auto; <-- add this
}
by Zhu Yang
on 2017-09-25, 13:54
 
Search in: Hax ^.^
Topic: The Great CoP Migration HTML/CSS Dump
Replies: 20
Views: 682

Back to top

Jump to: