MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Tag: Undo |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* | /* General Body Styling */ | ||
body { | body { | ||
background: url("https://ragnarok-infinitezero.com.br/images/background5.jpg") no-repeat center center fixed; | background: url("https://ragnarok-infinitezero.com.br/images/background5.jpg") no-repeat center center fixed; | ||
| Line 5: | Line 5: | ||
} | } | ||
/* Logo Adjustment */ | |||
/* | |||
#p-logo { | #p-logo { | ||
transform: | transform: translate(-20px, -20px); | ||
} | } | ||
/* Navigation Menu */ | |||
/* | |||
#mw-panel a { | #mw-panel a { | ||
display: flex; | |||
align-items: left; | |||
gap: 10px; | |||
border-radius: 10px; | border-radius: 10px; | ||
padding: 10px; | padding: 10px; | ||
margin | margin: 10px; | ||
font-size: 1rem; | font-size: 1rem; | ||
font-weight: bold; | font-weight: bold; | ||
color: #fff; | color: #fff; | ||
text-shadow: 2px 2px 5px rgba(0, 0, 0, 1); | text-shadow: 2px 2px 5px rgba(0, 0, 0, 1); | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
#mw-panel a:hover { | #mw-panel a:hover { | ||
color: #ffcc00 !important; | color: #ffcc00 !important; | ||
} | } | ||
#mw-panel .selected { | #mw-panel .selected { | ||
background-color: #ffcc00; | background-color: #ffcc00; | ||
color: #1a1a1a !important; | color: #1a1a1a !important; | ||
} | } | ||
/* Sidebar Title Styling */ | /* Sidebar Title Styling */ | ||
#mw-panel .portal h3 { | #mw-panel .portal h3 { | ||
font-size: 16px; | font-size: 16px; | ||
font-weight: bold; | font-weight: bold; | ||
color: #ffcc00; | color: #ffcc00; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
text-align: center; | text-align: center; | ||
border-bottom: 2px solid #ffcc00; | border-bottom: 2px solid #ffcc00; | ||
padding | padding: 5px 0; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
} | } | ||
/* | /* Footer Styling */ | ||
#footer { | #footer { | ||
background-color: #1a1a1a; | background-color: #1a1a1a; | ||
color: #ffffff; | color: #ffffff; | ||
padding: 10px; | padding: 10px; | ||
text-align: center; | |||
} | } | ||
#footer a { | #footer a { | ||
color: #ffcc00 !important; | color: #ffcc00 !important; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
#footer a:hover { | #footer a:hover { | ||
color: #ff6600 !important; | color: #ff6600 !important; | ||
} | } | ||
/* | /* Footer Text Styling */ | ||
#footer-info { | #footer-info { | ||
text-align: center; | text-align: center; | ||
font-size: 14px; | font-size: 14px; | ||
} | } | ||
#footer-info-lastmod { | #footer-info-lastmod { | ||
color: #fff; | color: #fff; | ||
} | } | ||
/* Boxed Section Styling */ | |||
.section-box { | .section-box { | ||
background-color: rgba(0, 0, 0, 0.6); | background-color: rgba(0, 0, 0, 0.6); | ||
| Line 118: | Line 83: | ||
} | } | ||
/* Infobox Styling */ | |||
.infobox { | |||
border: 1px solid #aaa; | |||
background-color: #f9f9f9; | |||
color: black; | |||
margin: 0.5em 1em; | |||
padding: 0.2em; | |||
float: right; | |||
} | |||
/* General Table Styling */ | |||
table { | table { | ||
border-collapse: separate; | border-collapse: separate; | ||
text-indent: initial; | text-indent: initial; | ||
border-spacing: 2px; | border-spacing: 2px; | ||
} | } | ||
table.wikitable { | table.wikitable { | ||
width: 80%; | width: 80%; | ||
margin: 1em; | margin: 1em auto; | ||
border | border: 2px solid #555; | ||
font-size: 14px; | font-size: 14px; | ||
background-color: #ffffff; | background-color: #ffffff; | ||
box-shadow: 0 2px 6px rgba(0,0,0,0.1); | box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); | ||
} | } | ||
| Line 175: | Line 115: | ||
vertical-align: middle; | vertical-align: middle; | ||
} | } | ||
table.wikitable th { | table.wikitable th { | ||
background-color: #f2f4f7; | background-color: #f2f4f7; | ||
color: #333; | color: #333; | ||
font-weight: 600; | font-weight: 600; | ||
} | } | ||
| Line 204: | Line 130: | ||
} | } | ||
/* Call-to-Action Box */ | |||
.cta-box { | .cta-box { | ||
background-color: #ff9900; | background-color: #ff9900; | ||
border-radius: 12px; | border-radius: 12px; | ||
padding: 15px; | padding: 15px; | ||
color: #fff; | |||
font-weight: bold; | |||
text-align: center; | text-align: center; | ||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); | |||
transition: transform 0.3s ease; | |||
} | } | ||
.cta-box:hover { | .cta-box:hover { | ||
transform: scale(1.05); | transform: scale(1.05); | ||
} | } | ||
h2, h3 { | /* Enhanced Headings */ | ||
h1, h2, h3 { | |||
font-family: 'Cinzel', serif; | font-family: 'Cinzel', serif; | ||
text-shadow: 2px 2px 4px # | text-shadow: 2px 2px 4px #000; | ||
color: #ffd700; | color: #ffd700; | ||
margin-bottom: 15px; | |||
} | } | ||
/* Title Styling */ | |||
.iwMainTitle2 { | .iwMainTitle2 { | ||
font-size: 3rem; | font-size: 3rem; | ||
color: #FFD700; | color: #FFD700; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
text-align: center; | text-align: center; | ||
letter-spacing: 2px; | letter-spacing: 2px; | ||
background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700); | background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700); | ||
background-clip: text; | background-clip: text; | ||
-webkit-background-clip: text; | -webkit-background-clip: text; | ||
color: transparent; | color: transparent; | ||
text-shadow: 0 0 15px rgba(255, 215, 0, 0.8); | |||
text-shadow: | |||
animation: glowing 2.5s infinite alternate; | animation: glowing 2.5s infinite alternate; | ||
} | } | ||
@keyframes glowing { | @keyframes glowing { | ||
0% { | 0% { | ||
text-shadow: | text-shadow: 0 0 10px rgba(255, 215, 0, 0.8); | ||
} | } | ||
100% { | 100% { | ||
text-shadow: | text-shadow: 0 0 20px rgba(255, 215, 0, 1); | ||
} | } | ||
} | } | ||
/* Button Styles */ | /* Button Styles */ | ||
.button { | .button { | ||
| Line 306: | Line 185: | ||
border: 2px solid #666; | border: 2px solid #666; | ||
border-radius: 5px; | border-radius: 5px; | ||
transition: background | transition: background 0.3s ease; | ||
} | } | ||
Revision as of 18:19, 5 April 2025
/* General Body Styling */
body {
background: url("https://ragnarok-infinitezero.com.br/images/background5.jpg") no-repeat center center fixed;
background-size: cover;
}
/* Logo Adjustment */
#p-logo {
transform: translate(-20px, -20px);
}
/* Navigation Menu */
#mw-panel a {
display: flex;
align-items: left;
gap: 10px;
border-radius: 10px;
padding: 10px;
margin: 10px;
font-size: 1rem;
font-weight: bold;
color: #fff;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
cursor: pointer;
}
#mw-panel a:hover {
color: #ffcc00 !important;
}
#mw-panel .selected {
background-color: #ffcc00;
color: #1a1a1a !important;
}
/* Sidebar Title Styling */
#mw-panel .portal h3 {
font-size: 16px;
font-weight: bold;
color: #ffcc00;
text-transform: uppercase;
text-align: center;
border-bottom: 2px solid #ffcc00;
padding: 5px 0;
margin-bottom: 10px;
}
/* Footer Styling */
#footer {
background-color: #1a1a1a;
color: #ffffff;
padding: 10px;
text-align: center;
}
#footer a {
color: #ffcc00 !important;
font-weight: bold;
}
#footer a:hover {
color: #ff6600 !important;
}
/* Footer Text Styling */
#footer-info {
text-align: center;
font-size: 14px;
}
#footer-info-lastmod {
color: #fff;
}
/* Boxed Section Styling */
.section-box {
background-color: rgba(0, 0, 0, 0.6);
border-radius: 15px;
margin: 10px;
padding: 20px;
color: #fff;
text-align: center;
}
/* Infobox Styling */
.infobox {
border: 1px solid #aaa;
background-color: #f9f9f9;
color: black;
margin: 0.5em 1em;
padding: 0.2em;
float: right;
}
/* General Table Styling */
table {
border-collapse: separate;
text-indent: initial;
border-spacing: 2px;
}
table.wikitable {
width: 80%;
margin: 1em auto;
border: 2px solid #555;
font-size: 14px;
background-color: #ffffff;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
table.wikitable th,
table.wikitable td {
padding: 8px 12px;
border: 1px solid #c8ccd1;
vertical-align: middle;
}
table.wikitable th {
background-color: #f2f4f7;
color: #333;
font-weight: 600;
}
table.wikitable tr:nth-child(even) td {
background-color: #f8f9fb;
}
table.wikitable tr:hover td {
background-color: #eef2f6;
}
/* Call-to-Action Box */
.cta-box {
background-color: #ff9900;
border-radius: 12px;
padding: 15px;
color: #fff;
font-weight: bold;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease;
}
.cta-box:hover {
transform: scale(1.05);
}
/* Enhanced Headings */
h1, h2, h3 {
font-family: 'Cinzel', serif;
text-shadow: 2px 2px 4px #000;
color: #ffd700;
margin-bottom: 15px;
}
/* Title Styling */
.iwMainTitle2 {
font-size: 3rem;
color: #FFD700;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
text-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
animation: glowing 2.5s infinite alternate;
}
@keyframes glowing {
0% {
text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}
100% {
text-shadow: 0 0 20px rgba(255, 215, 0, 1);
}
}
/* Button Styles */
.button {
background: #444;
color: #fff;
padding: 8px 16px;
border: 2px solid #666;
border-radius: 5px;
transition: background 0.3s ease;
}
.button:hover {
background: #ffff55;
color: #222;
}