~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

Viewing changes to wp-admin/css/colors-classic-rtl.dev.css

  • Committer: Paul Collins
  • Date: 2011-07-13 02:31:10 UTC
  • Revision ID: paul.collins@canonical.com-20110713023110-rvp7cjj31rsaomkr
import Wordpress 3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.bar {
2
 
        border-right-color: transparent;
 
2
        border-right-color: none;
3
3
        border-left-color: #99d;
4
4
}
5
5
 
6
 
.plugins .togl {
7
 
        border-right-color: transparent;
8
 
        border-left-color: #ccc;
9
 
}
10
 
 
11
6
.post-com-count {
12
7
        background-image: url(../images/bubble_bg-rtl.gif);
13
8
}
14
 
.tablenav .tablenav-pages a {
15
 
        background: #eee url(../images/menu-bits-rtl-vs.gif?ver=20101117) repeat-x scroll right -379px;
16
 
}
17
 
#upload-menu li.current {
18
 
        border-right-color: transparent;
19
 
        border-left-color: #448abd;
20
 
}
21
 
 
22
 
#adminmenu .wp-submenu .current a.current {
23
 
        background: transparent url(../images/menu-bits-rtl-vs.gif?ver=20101117) no-repeat scroll  right -289px;
24
 
}
25
 
 
26
 
#adminmenu li.wp-menu-separator {
27
 
        background: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px;
28
 
}
29
 
 
30
 
.folded #adminmenu li.wp-menu-separator {
31
 
        background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px;
32
 
}
33
 
 
34
 
#adminmenu li.wp-has-current-submenu .wp-menu-toggle,
 
9
 
 
10
#user_info_arrow {
 
11
        background: transparent url(../images/arrows-vs.png) no-repeat 0 5px;
 
12
}
 
13
 
 
14
#user_info:hover #user_info_arrow,
 
15
#user_info.active #user_info_arrow {
 
16
        background: transparent url(../images/arrows-dark-vs.png) no-repeat 0 5px;
 
17
}
 
18
 
 
19
/* editors */
 
20
 
 
21
/* menu */
 
22
 
 
23
#adminmenushadow,
 
24
#adminmenuback {
 
25
        background-image: url(../images/menu-shadow-rtl.png);
 
26
        background-position: top left;
 
27
}
 
28
 
 
29
#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
35
30
#adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
36
 
        background: transparent url(../images/menu-bits-rtl-vs.gif?ver=20101117) repeat-x scroll right -207px;
37
 
}
38
 
 
39
 
#adminmenu .wp-has-current-submenu ul li a.current {
40
 
        background: url(../images/menu-dark-rtl-vs.gif) top right no-repeat !important;
41
 
}
42
 
 
43
 
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
44
 
#adminmenu .menu-top .current {
45
 
        background: url(../images/menu-bits-rtl-vs.gif?ver=20101117) top right repeat-x;
46
 
}
47
 
 
48
 
#adminmenu li.wp-has-current-submenu ul li a {
49
 
        background: url(../images/menu-dark-rtl-vs.gif) bottom right no-repeat !important;
50
 
}
51
 
 
52
 
#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
53
 
        background: transparent url(../images/menu-bits-rtl-vs.gif?ver=20101117) no-repeat right -207px;
 
31
        background: transparent url(../images/arrows-dark-vs.png) no-repeat 8px 6px;
54
32
}
55
33
 
56
34
#adminmenu .wp-has-submenu:hover .wp-menu-toggle,
57
35
#adminmenu .wp-menu-open .wp-menu-toggle {
58
 
        background: transparent url(../images/menu-bits-rtl-vs.gif?ver=20101117) repeat-x scroll right -109px;
59
 
}
60
 
 
61
 
#adminmenu a.wp-has-submenu {
62
 
        background: #eff8ff url(../images/menu-bits-rtl-vs.gif?ver=20101117) repeat-x scroll right -379px;
63
 
}
64
 
 
65
 
#adminmenu .wp-submenu a {
66
 
        background: #fff url(../images/menu-bits-rtl-vs.gif?ver=20101117) no-repeat scroll right -99px;
67
 
}
68
 
 
69
 
#adminmenu li.wp-has-current-submenu a.wp-has-submenu {
70
 
        background: #b5b5b5 url(../images/menu-bits-rtl-vs.gif?ver=20101117) repeat-x scroll right top;
71
 
}
 
36
        background: transparent url(../images/arrows-vs.png) no-repeat 8px 6px;
 
37
}
 
38
 
 
39
 
 
40
#adminmenu .wp-submenu .wp-submenu-head {
 
41
        border-right-color: none;
 
42
        border-left-color: #d1e5ee;
 
43
}
 
44
 
 
45
.folded #adminmenu .wp-submenu-wrap {
 
46
        -moz-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
 
47
        -webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
 
48
        box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
 
49
}
 
50
 
 
51
/* collapse menu button */
 
52
#collapse-button div {
 
53
        background-position: 0 -108px;
 
54
}
 
55
.folded #collapse-button div {
 
56
        background-position: 0 -72px;
 
57
}
 
58
 
 
59
/* edit image */
72
60
 
73
61
.meta-box-sortables .postbox:hover .handlediv {
74
 
        background: transparent url(../images/menu-bits-rtl-vs.gif?ver=20101117) no-repeat scroll right -111px;
75
 
}
 
62
        background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px;
 
63
}
 
64
 
 
65
.tablenav .tablenav-pages a {
 
66
        border-color: #d1e5ee;
 
67
        background: #eee url('../images/menu-bits-rtl-vs.gif?ver=20100610') repeat-x scroll right -379px;
 
68
}
 
69
 
 
70
#post-body .misc-pub-section {
 
71
        border-right-color: none;
 
72
        border-left-color: #d1e5ee;
 
73
}
 
74
 
76
75
#favorite-toggle {
77
 
        background: transparent url(../images/fav-arrow-rtl.gif?ver=20100531) no-repeat right -4px;
78
 
}
 
76
        background: transparent url(../images/arrows-vs.png) no-repeat 4px 2px;
 
77
}
 
78
 
 
79
#screen-meta a.show-settings,
 
80
.toggle-arrow {
 
81
        background: transparent url(../images/arrows-vs.png) no-repeat left 3px;
 
82
}
 
83
 
 
84
#screen-meta .screen-meta-active a.show-settings {
 
85
        background: transparent url(../images/arrows-vs.png) no-repeat left -33px;
 
86
}
 
87
 
 
88
.sidebar-name-arrow {
 
89
        background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px;
 
90
}
 
91
.sidebar-name:hover .sidebar-name-arrow {
 
92
        background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px;
 
93
}
 
94
 
 
95
 
 
96
/* custom header & background pages */
 
97
 
 
98
/* custom header & background pages */
 
 
b'\\ No newline at end of file'