source: trunk/www.guidonia.net/wp/wp-admin/css/global-rtl.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 1.2 KB
Line 
1/* 2 column liquid layout */
2#adminmenu {
3 float: right;
4 clear: right;
5 margin-right:-160px;
6 margin-left: 5px;
7}
8body.folded #adminmenu {
9 margin-left: 0;
10 margin-right: -45px;
11}
12/* inner 2 column liquid layout */
13.inner-sidebar {
14 float: left;
15 clear: left;
16}
17
18.has-right-sidebar #post-body {
19 clear:right;
20 float:right;
21 margin-right:0;
22 margin-left:-340px;
23}
24
25.has-right-sidebar #post-body-content {
26 margin-left: 300px;
27 margin-right:0;
28}
29
30#wpbody {
31 margin-left:0;
32 margin-right: 175px;
33}
34.folded #wpbody {
35 margin-left: 0;
36 margin-right: 60px;
37}
38#wpbody-content {
39 float: right;
40}
41/* 2 columns main area */
42#col-right {
43 float: left;
44 clear: left;
45}
46.wrap {
47 margin: 0 5px 0 15px;
48}
49/* styles for use by people extending the WordPress interface */
50body, td, textarea, input, select {
51 font-family: Tahoma, arial;
52}
53.alignleft {
54 float: right;
55}
56.alignright {
57 float: left;
58}
59.subsubsub {
60 float: right;
61}
62.widefat th {
63 text-align: right;
64}
65.widefat th input {
66 margin: 0 8px 0 0;
67}
68.wrap h2 {
69 font-family: arial;
70 padding: 14px 0 3px 15px;
71}
72.wrap h2.long-header {
73 padding-left: 0;
74}
75.updated, .error {
76 clear: both;
77}
78
79.screen-reader-text, .screen-reader-text span {
80 left:auto;
81 right:-1000em;
82}
83}
Note: See TracBrowser for help on using the repository browser.