'type' => 'text/css',
'href' => theme_path('css/display.css', null) . '?version=' . LACONICA_VERSION,
'media' => 'screen, projection, tv'));
+ $this->comment('[if IE]><link rel="stylesheet" type="text/css" '.
+ 'href="'.theme_path('css/ie.css', 'base').'?version='.LACONICA_VERSION.'" /><![endif]');
foreach (array(6,7) as $ver) {
if (file_exists(theme_file('ie'.$ver.'.css'))) {
// Yes, IE people should be put in jail.
input, textarea, select {
border-width:2px;
border-style: solid;
+border-radius:4px;
-moz-border-radius:4px;
+-webkit-border-radius:4px;
}
input.submit {
font-weight:bold;
#page_notice .error,
#page_notice .success {
padding:4px 7px;
+border-radius:4px;
-moz-border-radius:4px;
+-webkit-border-radius:4px;
}
form label.submit {
display:none;
.form_settings .form_note {
+border-radius:4px;
-moz-border-radius:4px;
+-webkit-border-radius:4px;
padding:0 7px;
}
#site_nav_global_primary {
float:right;
+margin-right:18px;
}
#site_nav_global_primary ul li {
display:inline;
#footer {
float:left;
-width:68%;
-padding-bottom:11px;
+width:64%;
+padding:18px;
}
padding:4px 11px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
+-webkit-border-top-left-radius:4px;
+-webkit-border-top-right-radius:4px;
border-width:1px;
border-style:solid;
border-bottom:0;
line-height:1.5;
}
-
-#site_content_license_cc p {
+#site_content_license_cc {
+margin-bottom:0;
}
#site_content_license_cc img {
display:inline;
width:644px;
padding:18px;
float:left;
+border-radius:7px;
-moz-border-radius:7px;
-moz-border-radius-topleft:0;
+-webkit-border-radius:7px;
+-webkit-border-top-left-radius:0;
}
#content_inner {
position:relative;
+width:100%;
+float;left;
}
#aside_primary {
float:left;
margin-left:2px;
padding:18px 4px 18px 18px;
+border-radius:7px;
-moz-border-radius:7px;
+-webkit-border-radius:7px;
}
display:none;
}
#form_notice textarea {
--moz-border-radius:4px;
+border-radius:7px;
+-moz-border-radius:7px;
+-webkit-border-radius:7px;
width:377px;
+width:370px;
height:86px;
line-height:1.5;
padding:7px 7px 14px 7px;
#notices_primary {
float:left;
width:644px;
+border-radius:7px;
-moz-border-radius:7px;
+-webkit-border-radius:7px;
}
#notices_primary h2 {
display:none;
.pagination .nav_prev a {
-moz-border-radius-topright:7px;
+-webkit-border-top-right-radius:7px;
padding-left:20px;
border-left:0;
}
.pagination .nav_next a {
-moz-border-radius-topleft:7px;
+-webkit-border-top-left-radius:7px;
padding-right:20px;
border-right:0;
}
border-width:1px;
border-style:dotted;
text-decoration:none;
+border-radius:7px;
-moz-border-radius:7px;
+-webkit-border-radius:7px;
padding:7px;
font-size:1.6em;
font-weight:bold;
}
.notice p.entry-content a:visited {
background-color:#fcfcfc;
+border-radius:4px;
-moz-border-radius:4px;
+-webkit-border-radius:4px;
}
.notice p.entry-content .vcard a {
background-color:#fcfffc;
+border-radius:4px;
-moz-border-radius:4px;
+-webkit-border-radius:4px;
}