summaryrefslogtreecommitdiff
path: root/css/skins/angel.sass
blob: 4444291ffae6a463f837b23fabce4f93f4d92bdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// userid: 2  name: Angelic Serenade (dark blue)
// ^ Must be the first line of skin files, read by VNDB::Skins.

// text
$maintext:     #ddd  // primary text color (also used for the menu links)
$grayedout:    #37a  // color used for grayed-out/non-important things
$standout:     #e44  // color of 'stand-out' text
$link:         #7bd  // primary link color (not used for the menu links)
$statok:       #0c0  // generic 'ok' text color (used for vnlist statuses & category browser)
$statnok:      #c00  // generoc 'not ok' text color (used for above, and as border for NSFW screenshots)
$footer:       #247  // text color of the footer

// titles
$maintitle:    #135  // text color of the site title, set to '0' to hide the main title
$boxtitle:     #258  // box titles
$alttitle:     #fff  // alternative title

// bg colors
$bodybg:       #000  // main background color
$tabbg:        #012  // background color of inactive tabs
$secbg:        #0d2741  // secondary background color (used on input fields and table headers)
$secborder:    #35A  // secondary border color (used on input fields)
$border:       #258  // primary border color
$boxbg:        #071c30bc  // RGBA, background color of the boxes, stacked for menu box titles and odd row numers

// misc colors
$diffadd:      #354  // background color of changes in the diff viewer
$diffdel:      #534
$warnbg:       #534  // background color of a warning box
$warnborder:   #c00  // ..border
$noticebg:     #354  // notice box
$noticeborder: #0c0  // ...and border

// Page backgrounds
@mixin bodybg
  background: $bodybg url(/s/angel-bg.jpg) no-repeat

@mixin bgright
  background: url(/s/angel-right.jpg) no-repeat
  width: 433px
  height: 140px

@import 'css/v2'