File: theme.css

package info (click to toggle)
linthesia 0.4-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,460 kB
  • ctags: 869
  • sloc: cpp: 5,235; xml: 71; makefile: 69
file content (35 lines) | stat: -rw-r--r-- 1,000 bytes parent folder | download | duplicates (3)
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
/* -*- mode: css; coding: utf-8 -*- */

/*
  Oscar AceƱa, copyright (C) 2009
  This is Free Software, under terms of GNU GPL v3
*/

body                        { background-color: #00112b;
			      margin: 0px 50px 15px 50px;
			      text-align: center;
			      font-size: 17px;
			      font-family: "Trebuchet MS", "Helvetica",
			                   "Verdana", sans-serif;
			      color: #fff; }

a:link                      { color: #fff;
			      text-decoration: none;}
a:visited                   { color: #aaa;
			      text-decoration: none;}
a:hover                     { color: #fff;
			      text-decoration: underline; }

td#menu                     { padding: 0px 15px 0px 0px; }

table#menu                  { margin-top:  -10px;
			      margin-left: auto;
			      margin-right: auto;
			      text-align: center;
			      font-weight: bold;
			      font-size: 20px;
			      color: #fff; }

div#body                    { padding: 20px;
			      border: 1px solid #fff;
			    }