Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*FIX HEADER LONKS*/
- area[alt="Home Page"]::before{
- content:'HOMEPAGE';
- position:fixed;
- width:51px;
- height:38px;
- left:30%;
- margin-left: -100px;
- top:213px;
- }
- /*Replacement Images*/
- img[src="images/logo.jpg"] {
- height: 0 !important;
- width: 0 !important;
- /* these numbers match the new image's dimensions */
- padding-left: 775px !important;
- padding-top: 273px !important;
- background: url(https://i.imgur.com/c9wOB6I.png) no-repeat !important;
- }
- img[src="themes/mm2x/images/pixel.gif"] {
- height: 0 !important;
- width: 0 !important;
- /* these numbers match the new image's dimensions */
- padding-left: 1px !important;
- padding-top: 1px !important;
- background: url(https://cdn.discordapp.com/attachments/239918654710480897/396118327660904458/unknown.png) no-repeat !important;
- }
- td[background="themes/mm2x/images/header.gif"] {
- background: url(https://i.imgur.com/P4En4WH.png) no-repeat !important;
- }
- td[background="themes/mm2x/images/header_down.gif"] {
- background: url(https://i.imgur.com/eHdiZjG.png) no-repeat !important;
- }
- td[background="themes/mm2x/images/back1.gif"] {
- background: url(https://i.imgur.com/HMjbZBs.png) no-repeat !important;
- }
- /*New bullets*/
- big {
- font-size: 14px;
- }
- /*Background Color Replacements*/
- td[bgcolor="#666666"] {
- background-color: #111111 !important;
- }
- table[bgcolor="#333333"] {
- background-color: #111111 !important;
- }
- /*Table border replacements*/
- table[bgcolor="#666666"] {
- background-color: #303030 !important;
- /*margin:10px;*/
- }
- /*Table BG*/
- table[width="775"] {
- background-color: #000000 !important;
- }
- td[width="130"][bgcolor="#333333"] {
- background-color: #000000 !important;
- }
- /*Padding*/
- table[cellpadding="8"] {
- padding: 10px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement