Jump to content

User talk:Ri/Ri.css: Difference between revisions

From RetroMUX
Ri (talk | contribs)
No edit summary
Ri (talk | contribs)
No edit summary
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 37: Line 37:
.base a:visited,
.base a:visited,
.base a:hover {
.base a:hover {
color: #236261 !important;
color: #379a99 !important;
font-weight: bold;
font-weight: bold;
}
}
Line 43: Line 43:
/* Text Highlights */
/* Text Highlights */
.blk {
.blk {
color: #1b0607;
color: #379a99;
font-weight: bold;
font-weight: bold;
}
}
Line 93: Line 93:
.hilite2 {
.hilite2 {
font-weight: bold;
font-weight: bold;
color: #123524;
color: #236261;
}
}


Line 102: Line 102:
border-collapse: collapse;
border-collapse: collapse;
border-style: solid;
border-style: solid;
border-color: #123524;
border-color: #236261;
border-width: 0;
border-width: 0;
border-spacing: 0;
border-spacing: 0;
padding: 0;
padding: 0;
margin: 0;
margin: 0;
outline: 2px solid #123524;
outline: 3px solid #236261;
font-weight: bold;
font-weight: bold;
text-align: left;
text-align: left;
Line 126: Line 126:
color: #9393a1;
color: #9393a1;
background-color: #FFFFFF;
background-color: #FFFFFF;
outline: 2px solid #236261;
outline: 3px solid #236261;
font-weight: bold;
font-weight: bold;
text-align: left;
text-align: left;
Line 168: Line 168:
/* Horizontal Bars */
/* Horizontal Bars */
.hbar {
.hbar {
background: linear-gradient(to right, rgb(35,98,97) 0%, rgba(0,0,0,1) 70%);
background: linear-gradient(to right, rgba(35,98,97,1) 0%, rgba(0,0,0,1) 70%);
border-radius: 5px;
border-radius: 5px;
position: relative;
position: relative;
Line 175: Line 175:
}
}
.hbar2 {
.hbar2 {
background: linear-gradient(to right, rgb(35,98,97) 0%, rgba(0,0,0,1) 70%);
background: linear-gradient(to right, rgba(35,98,97,1) 0%, rgba(0,0,0,1) 70%);
border-radius: 5px;
border-radius: 5px;
position: relative;
position: relative;
Line 185: Line 185:
/* Link Styling Override (General) */
/* Link Styling Override (General) */
a:link {
a:link {
color: #63636a;
color: #379a99;
font-weight: bold;
font-weight: bold;
}
}
a:visited {
a:visited {
color: #63636a;
color: #379a99;
}
}
a:hover {
a:hover {
color: #63636a;
color: #379a99;
}
}

Latest revision as of 02:11, 3 August 2025

/* General Layout Classes */ .enclosure { position: relative; left: -5px; }

.base { background-color: #FFFFFF; color: #9393a1; border-collapse: collapse; border-style: solid; border-color: #236261; border-width: 0; border-spacing: 0; padding: 0; margin: 0; outline: 4px solid #236261; text-align: left; vertical-align: top; font-size: 12pt; line-height: 14pt; box-shadow: 0px 0px 25px #000000; list-style-type: square; }

.base td { border-collapse: collapse; border-width: 0; border-spacing: 0; padding: 0; margin: 0; text-align: left; vertical-align: top; }

.base a:link, .base a:visited, .base a:hover { color: #379a99 !important; font-weight: bold; }

/* Text Highlights */ .blk { color: #379a99; font-weight: bold; }

.mrgleft { margin-right: 10px; margin-top: 10px; margin-bottom: 10px; margin-left: 215px; }

.mrgright { margin-left: 10px; margin-top: 10px; margin-bottom: 10px; margin-right: 180px; }

.kickleft { position: relative; right: 175px; bottom: 0px; }

/* Headings */ .header { color: #CCCCCC; font-size: 18pt; line-height: 20pt; font-family: Arial, sans-serif; font-variant: small-caps; position: relative; left: 5px; top: 0px; vertical-align: bottom; }

.header2 { color: #CCCCCC; font-family: 'Rock Salt', cursive; font-size: 18pt; text-align: center; }

.hilite { font-weight: bold; }

.hilite2 { font-weight: bold; color: #236261; }

/* Inset Boxes */ .inset { color: #9393a1; background-color: #FFFFFF; border-collapse: collapse; border-style: solid; border-color: #236261; border-width: 0; border-spacing: 0; padding: 0; margin: 0; outline: 3px solid #236261; font-weight: bold; text-align: left; box-shadow: 0px 0px 10px #000000; font-size: 12pt; line-height: 12pt; }

.insett { color: #9393a1; background-color: transparent; font-weight: bold; text-align: left; box-shadow: 0px 0px 10px #000000; }

.insetmrg { color: #9393a1; background-color: #FFFFFF; outline: 3px solid #236261; font-weight: bold; text-align: left; box-shadow: 0px 0px 10px #000000; font-size: 10pt; line-height: 10pt; }

/* List Dots */ .listDots ul { list-style: none; padding: 0; margin: 0; } .listDots li { padding-left: 1em; text-indent: -0.7em; } .listDots li:before { content: '•'; font-size: 12pt; font-weight: bold; color: #9393a1; }

/* Inline Styling */ .inl { font-weight: bold; color: #236261; font-size: 12pt; line-height: 12pt; vertical-align: top; }

/* Contact Images */ .contact { padding: 4px; vertical-align: bottom; }

/* Horizontal Bars */ .hbar { background: linear-gradient(to right, rgba(35,98,97,1) 0%, rgba(0,0,0,1) 70%); border-radius: 5px; position: relative; left: -4px; top: 0px; } .hbar2 { background: linear-gradient(to right, rgba(35,98,97,1) 0%, rgba(0,0,0,1) 70%); border-radius: 5px; position: relative; left: -4px; top: 0px; width: 100%; }

/* Link Styling Override (General) */ a:link { color: #379a99; font-weight: bold; } a:visited { color: #379a99; } a:hover { color: #379a99; }