BCA Standard
Description:
/* Importing Bebas Neue and Futura PT fonts from external sources */ @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); @import url('https://fonts.cdnfonts.com/css/futura-pt'); /* Root color variables */ :root { --blue: #00009B; --darkgrey: #5A5A5A; --lightgrey: #F0F0F0; --hover-blue: #4A4AFF; } /* General Page Styling */ html, body { background: var(--lightgrey); color: var(--darkgrey); font-family: 'Futura PT', sans-serif; /* Applying Futura as the main body text */ overflow-x: hidden; /* Prevents horizontal scrolling */ } /* Header Styling */ #header { height: 165px; position: relative; background: linear-gradient(to bottom, #9A9A9A, var(--lightgrey)); /* Lightened gradient */ } /* Website Title Styling */ #header h1 { position: absolute; top: 40px; left: 80px; font-family: 'Bebas Neue', sans-serif !important; /* Forcing Bebas Neue */ color: var(--blue); font-size: 40px; letter-spacing: 5px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } #header h1 a { color: var(--blue); text-decoration: none; transition: color 140ms linear; } #header h1 a:hover { color: var(--darkgrey); } /* Subtitle Styling - Darkened */ #header h2 { color: #333; position: absolute; top: 80px; left: 80px; text-transform: uppercase; font-family: 'Bebas Neue', sans-serif; font-size: 18px; } /* Top Navbar Button Styling */ #navbar { display: flex; justify-content: center; gap: 15px; margin-top: 20px; } #navbar a { color: var(--lightgrey); /* Light text color for visibility */ background-color: var(--blue); font-family: 'Bebas Neue', sans-serif; padding: 10px 20px; border: 2px solid var(--darkgrey); border-radius: 5px; text-decoration: none; display: inline-block; transition: all 200ms ease-in-out; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); visibility: visible; /* Ensuring visibility */ } #navbar a:hover { background-color: var(--hover-blue); color: var(--lightgrey); } /* Main Content Header Styling (Futura PT Bold) */ #main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5, #main-content h6 { font-family: 'Futura PT', sans-serif; font-weight: 700; /* Ensuring Futura PT Bold */ color: var(--blue); margin-bottom: 15px; } /* Paragraph Text Styling */ p { color: var(--darkgrey); font-family: 'Futura PT', sans-serif; } /* Item and Button Styling */ .item { background: var(--blue); padding: 10px; border-radius: 5px; } button { background: var(--blue); color: var(--lightgrey); border: 2px solid var(--darkgrey); border-radius: 5px; padding: 10px 20px; cursor: pointer; transition: background-color 140ms linear; } button:hover { background-color: var(--hover-blue); } /* Main Content and Sidebar Styling */ #side-bar { display: none; width: 0; } #main-content { width: 80%; margin: 0 auto; padding: 0; } /* Additional Link Styling */ a { color: var(--blue); text-decoration: none; transition: color 140ms linear; } a:hover { color: var(--darkgrey); } /* Fix for Overflow Issue */ body { overflow-x: hidden; }
How to install
- go to: your wiki admin panel » appearance » themes
- choose External CSS theme
- supply the following URL as the CSS location
https://files.themes.obscurative.ru/local--code/bca-standard
Code
Notes
Similar themes |
Browse themes by tag
2.0
3d
3d-buttons
610nm
and
and/or
ardeol
articles
band
base
beige
black
blog
bloo
blue
bmc
border
boring
brown
business
camo
cat
chocholate
christian
christmas
city
clan
claret
claus
clay
clean
coffe
coke
colorful
company
contest
contest-win
corperate
corporate
corporation
creative
crimson
cross
css3
css3-buttons
curved
d14
dark
dashed
deep
|