In Twenty Ten, make dropdown menus slightly wider to accommodate long words. Minor cleanup of style.css
git-svn-id: http://svn.automattic.com/wordpress/trunk@14862 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0e6ec48421
commit
146c261f6b
|
@ -31,8 +31,8 @@ thead th {
|
||||||
pre {
|
pre {
|
||||||
font-family: "Courier 10 Pitch", Courier, monospace;
|
font-family: "Courier 10 Pitch", Courier, monospace;
|
||||||
}
|
}
|
||||||
code {
|
code, code var {
|
||||||
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace !important;
|
||||||
}
|
}
|
||||||
body, input, textarea {
|
body, input, textarea {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -46,13 +46,16 @@ hr {
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
/* Text elements */
|
/* Text elements */
|
||||||
|
p {
|
||||||
|
margin-bottom: 18px;
|
||||||
|
}
|
||||||
ul {
|
ul {
|
||||||
list-style: square;
|
list-style: square;
|
||||||
margin: 0 0 18px -18px;
|
margin: 0 0 18px 1.5em;
|
||||||
}
|
}
|
||||||
ol {
|
ol {
|
||||||
list-style: decimal;
|
list-style: decimal;
|
||||||
margin: 0 0 18px -18px;
|
margin: 0 0 18px 1.5em;
|
||||||
}
|
}
|
||||||
ol ol {
|
ol ol {
|
||||||
list-style:upper-alpha;
|
list-style:upper-alpha;
|
||||||
|
@ -63,7 +66,10 @@ ol ol ol {
|
||||||
ol ol ol ol {
|
ol ol ol ol {
|
||||||
list-style:lower-alpha;
|
list-style:lower-alpha;
|
||||||
}
|
}
|
||||||
ul ul, ol ol, ul ol, ol ul {
|
ul ul,
|
||||||
|
ol ol,
|
||||||
|
ul ol,
|
||||||
|
ol ul {
|
||||||
margin-bottom:0;
|
margin-bottom:0;
|
||||||
}
|
}
|
||||||
dl {
|
dl {
|
||||||
|
@ -74,15 +80,16 @@ dt {
|
||||||
}
|
}
|
||||||
dd {
|
dd {
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
margin-left: 0;
|
|
||||||
}
|
}
|
||||||
strong {
|
strong {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
cite, em, i {
|
cite,
|
||||||
|
em,
|
||||||
|
i {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
border:none;
|
border: none;
|
||||||
}
|
}
|
||||||
big {
|
big {
|
||||||
font-size: 131.25%;
|
font-size: 131.25%;
|
||||||
|
@ -99,8 +106,6 @@ del {
|
||||||
blockquote {
|
blockquote {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
padding: 0 3em;
|
padding: 0 3em;
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
}
|
||||||
blockquote cite,
|
blockquote cite,
|
||||||
blockquote em,
|
blockquote em,
|
||||||
|
@ -146,13 +151,6 @@ a:active,
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #FF4B33;
|
color: #FF4B33;
|
||||||
}
|
}
|
||||||
|
|
||||||
input,
|
|
||||||
textarea {
|
|
||||||
color: #444;
|
|
||||||
font-size: 16px;
|
|
||||||
line-height: 24px;
|
|
||||||
}
|
|
||||||
p,
|
p,
|
||||||
ul,
|
ul,
|
||||||
ol,
|
ol,
|
||||||
|
@ -237,7 +235,7 @@ tr td {
|
||||||
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
margin: 0 0 24px 0;
|
margin: 0;
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
}
|
}
|
||||||
.alignleft,
|
.alignleft,
|
||||||
|
|
|
@ -200,6 +200,7 @@ div.menu,
|
||||||
body {
|
body {
|
||||||
background: #f1f1f1;
|
background: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
body,
|
body,
|
||||||
input,
|
input,
|
||||||
textarea {
|
textarea {
|
||||||
|
@ -263,7 +264,8 @@ big {
|
||||||
font-size: 131.25%;
|
font-size: 131.25%;
|
||||||
}
|
}
|
||||||
ins {
|
ins {
|
||||||
background: #FFFFCC;
|
background: #ffc;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
blockquote {
|
blockquote {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
@ -286,9 +288,7 @@ acronym {
|
||||||
border-bottom: 1px dotted #666;
|
border-bottom: 1px dotted #666;
|
||||||
cursor: help;
|
cursor: help;
|
||||||
}
|
}
|
||||||
ins {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
sup,
|
sup,
|
||||||
sub {
|
sub {
|
||||||
height: 0;
|
height: 0;
|
||||||
|
@ -408,7 +408,7 @@ div.menu li {
|
||||||
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
||||||
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
||||||
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
||||||
width:150px;
|
width:180px;
|
||||||
z-index: 99999;
|
z-index: 99999;
|
||||||
}
|
}
|
||||||
#access ul ul ul {
|
#access ul ul ul {
|
||||||
|
@ -420,7 +420,7 @@ div.menu li {
|
||||||
height:auto;
|
height:auto;
|
||||||
line-height:1em;
|
line-height:1em;
|
||||||
padding:10px;
|
padding:10px;
|
||||||
width: 130px;
|
width: 160px;
|
||||||
}
|
}
|
||||||
#access li:hover > a,
|
#access li:hover > a,
|
||||||
#access ul ul :hover > a {
|
#access ul ul :hover > a {
|
||||||
|
|
Loading…
Reference in New Issue