forked from DebaucheryLibrarian/traxxx
Drastic actor page redesign. Storing one avatar per actor, other profile photos as 'photo' role; no longer assuming first photo is avatar.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
$breakpoint: 720px;
|
||||
$breakpoint2: 900px;
|
||||
$breakpoint3: 1200px;
|
||||
$breakpoint4: 1500px;
|
||||
$primary: #ff6c88;
|
||||
|
||||
$background: #fff;
|
||||
@@ -10,11 +11,20 @@ $text: #222;
|
||||
$text-contrast: #fff;
|
||||
|
||||
$shadow: rgba(0, 0, 0, .5);
|
||||
$shadow-extreme: rgba(0, 0, 0, .9);
|
||||
$shadow-strong: rgba(0, 0, 0, .7);
|
||||
$shadow-weak: rgba(0, 0, 0, .2);
|
||||
$shadow-hint: rgba(0, 0, 0, .1);
|
||||
|
||||
$highlight: rgba(255, 255, 255, .5);
|
||||
$link: #cc4466;
|
||||
$highlight-weak: rgba(255, 255, 255, .2);
|
||||
$highlight-extreme: rgba(255, 255, 255, .9);
|
||||
$highlight-strong: rgba(255, 255, 255, .7);
|
||||
|
||||
$profile: #222;
|
||||
|
||||
$link: #cc4466;
|
||||
$empty: #222;
|
||||
|
||||
$male: #0af;
|
||||
$female: #f0a;
|
||||
|
||||
@@ -24,7 +24,7 @@ body {
|
||||
}
|
||||
|
||||
.heading {
|
||||
color: $primary;
|
||||
color: $shadow;
|
||||
padding: 0;
|
||||
margin: 0 0 1rem 0;
|
||||
font-size: 1.5rem;
|
||||
|
||||
Reference in New Issue
Block a user