summaryrefslogtreecommitdiff
path: root/css/skins/air.sass
blob: d1d89f92c1f9577c766d5f4215b6291033ec0742 (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
// userid: 13885  name: AIR (sky blue)

////////////////////////////////////////////////////////////////
// 'AIR' skin for VNDB.org                                    //
// Created by Yirba <yirba AT spiderlilytranslations DOT com> //
// Some portions (c)2000 Key/VisualArt's                      //
////////////////////////////////////////////////////////////////

$maintext:     #222222
$grayedout:    #77a9dd
$standout:     #bb1511
$link:         #226588
$statok:       #33ff38
$statnok:      #ff3833
$footer:       #226588
$maintitle:    #226588
$boxtitle:     #77a9dd
$alttitle:     #000000
$bodybg:       #ffffff
$tabbg:        #ddeeff
$secbg:        #bed8f2
$secborder:    #5677cc
$border:       #77a9dd
$boxbg:        #ccddeebc
$diffadd:      #aaccbc
$diffdel:      #ccaabb
$warnbg:       #ccaabb
$warnborder:   #ff3833
$noticebg:     #aaccbc
$noticeborder: #33ff38

@mixin bodybg
  background: $bodybg url(/s/air-bg.jpg) no-repeat;

@mixin bgright
  background: url(/s/air-right.png) no-repeat
  width: 197px
  height: 140px

@import 'css/v2'