Some admin look changes.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1468 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-07-21 01:59:09 +00:00
parent e94ffb09b8
commit 307fbedb93
2 changed files with 16 additions and 21 deletions

View File

@ -51,7 +51,7 @@ if ($standalone == 0) :
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>WordPress &rsaquo; <?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?></title> <title><?php bloginfo('name') ?> &rsaquo; <?php echo $title; ?> &#8212; WordPress</title>
<link rel="stylesheet" href="wp-admin.css" type="text/css" /> <link rel="stylesheet" href="wp-admin.css" type="text/css" />
<link rel="shortcut icon" href="../wp-images/wp-favicon.png" /> <link rel="shortcut icon" href="../wp-images/wp-favicon.png" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" /> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
@ -133,7 +133,7 @@ window.onload = blurry;
</head> </head>
<body> <body>
<div id="wphead"> <div id="wphead">
<h1><a href="http://wordpress.org" rel="external" title="<?php _e('Visit WordPress.org') ?>"><?php _e('WordPress') ?></a></h1> <h1><?php bloginfo('name') ?></h1>
</div> </div>
<?php <?php

View File

@ -35,7 +35,7 @@ a:hover {
} }
body { body {
background: #fff; background: #f2f2f2;
color: #000; color: #000;
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -96,7 +96,7 @@ h2 {
input:focus, textarea:focus, label:focus { input:focus, textarea:focus, label:focus {
background: #fff; background: #fff;
border: 1px solid #878787; border: 1px solid #686868;
} }
label { label {
@ -107,7 +107,7 @@ li, dd {
margin-bottom: 6px; margin-bottom: 6px;
} }
p, dl, dd, dt { p, li, dl, dd, dt {
line-height: 130%; line-height: 130%;
} }
@ -203,6 +203,7 @@ textarea, input, select {
} }
.wrap { .wrap {
background: #fff;
border: 1px solid #ccc; border: 1px solid #ccc;
margin: 15px 5%; margin: 15px 5%;
padding: .5em 1em; padding: .5em 1em;
@ -213,9 +214,10 @@ textarea, input, select {
} }
#adminmenu { #adminmenu {
background: #fff;
border-bottom: 2px solid #707070; border-bottom: 2px solid #707070;
margin: 2px 2px 0 2px; margin: 0;
padding: 0 2px; padding: .2em;
} }
#adminmenu .current, #adminmenu2 .current, #ed_strong { #adminmenu .current, #adminmenu2 .current, #ed_strong {
@ -249,12 +251,13 @@ textarea, input, select {
background: #707070; background: #707070;
border-bottom: none; border-bottom: none;
height: 20px; height: 20px;
margin: 0 2px; margin: 0;
padding: 0; padding: 0 1em;
} }
#adminmenu2 .current { #adminmenu2 .current {
background: #fff; background: #f2f2f2;
border-right: 2px solid #4f4f4f;
color: #000; color: #000;
} }
@ -426,17 +429,9 @@ textarea, input, select {
padding: 4px 0 0 5px; padding: 4px 0 0 5px;
} }
#wphead a {
border-bottom: none;
display: block;
height: 44px;
text-decoration: none;
text-indent: -1000px;
width: 200px;
}
#wphead h1 { #wphead h1 {
background: url(../wp-images/wp-small.png) no-repeat; font-size: 2.5em;
height: 44px; font-weight: normal;
height: 1.5em;
margin: 0; margin: 0;
} }