summaryrefslogtreecommitdiff
path: root/skins/archlinux/archlinux.css
blob: 28938350bb2b5c36ac925741b85966dd3e975e0a (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/*
 * ARCHWIKI
 *
 */

/* import the global navbar stylesheet */
@import url('archnavbar.css');

/* general styling */
body { background: #e4eeff; }
body, #content, table { color: #222;}
h1, h2, h3, h4, h5 { color: #222; }
h1 { font-weight: bold; }
pre { border: 1px solid #bdb; background: #dfd; }
code { font-family: monospace; background-color: #ffc; }

/* links (including page tabs and personal toolbar) */
a, #p-cactions li a { text-decoration: none; }
a:link, #p-cactions li a, #p-personal li a, #bodyContent a.external { color: #07b; }
a:visited { color: #838; }
a:hover, #p-personal li a:hover { text-decoration: underline; background-color: transparent; }
a:active { color: #e90; }
a.new, #p-cactions .new a { color: #d00 !important; }

/* lessen eye strain in main edit window */
textarea#wpTextbox1 {background: #ffc; border: 1px solid #bbb; } 

/* bump down the personal toolbar (top menu) */
#p-personal { top: 70px; }

/* bump down the action tabs (page, discuss, edit, etc.) */
#p-cactions { top: 7.5em; }
/* first for IE6 */
#p-cactions { top: 87px; }
/* and now for the rest */
html > body #p-cactions { top: 92px; }

/* bump down the main content to make room for navbar */
#content { margin-top: 3.6em; }
#content { margin-top: 46px; }

/* shrink the content just enough to show off the borders */
#globalWrapper { width: 99%; }

/* article Table of Contents */
#toc, .toc, .mw-warning { background-color: #f9faff; border: 1px solid #d7dfe3; }

/* sidebar menus and content borders */
.pBody { border: 1px solid #ddd; }
#content { border: 1px solid #ccc; }

/* disable default mediawiki logo and close the gap it leaves behind */
#p-logo { display: none !important;}
/* first for IE6 */
#column-one { padding-top: 90px; }
/* and now for the browsers that work like they should  */
html > body #column-one { padding-top: 36px; }

/* bold the sidebar headings */
.portlet h5 { font-weight: bold; }

/* disable footer logos  TODO: see if this can be done in LocalSettings.php */
#f-poweredbyico, #f-copyrightico { display: none; }

/* clean up the footer */
#footer { color: #888; background-color: transparent; border-top: none; border-bottom: none; }

/* bring footer text inline with content */
/* first for IE6 */
#footer ul { margin-left: 0; }
/* and now for the other browsers that work properly */
html > body #footer ul { margin-left: 170px; }

/* highlight current website in the navbar */
#archnavbar ul li#anb-wiki a { color: white !important; }