Console theme hacks from dr|z3d to target specific Opera oddity

This commit is contained in:
str4d
2012-07-14 01:29:04 +00:00
parent f13a1b2aed
commit 8360a2f4e7
5 changed files with 27 additions and 1 deletions

View File

@@ -609,6 +609,10 @@ span.newtab {
float: right; float: right;
letter-spacing: 0; letter-spacing: 0;
} }
/* opera targetted hack */
x:-o-prefocus, span.newtab {
margin-top: -25px;
}
h2 { h2 {
font-size: 14pt; font-size: 14pt;

View File

@@ -38,7 +38,7 @@ div.logo {
float: left; float: left;
padding: 10px; padding: 10px;
text-align: center; text-align: center;
font-color: #EE9; color: #EE9;
margin: 0 20px 0 20px; margin: 0 20px 0 20px;
border: 1px solid #494; border: 1px solid #494;
-moz-border-radius: 4px; -moz-border-radius: 4px;
@@ -775,6 +775,11 @@ span.newtab {
letter-spacing: 0; letter-spacing: 0;
} }
/* opera targetted hack */
x:-o-prefocus, span.newtab {
margin-top: -25px;
}
h2 { h2 {
font-size: 12pt; font-size: 12pt;
color: #EE9; color: #EE9;

View File

@@ -82,3 +82,10 @@ div.joblog li, div.newsheadings li {
text-align: left; text-align: left;
direction: ltr; direction: ltr;
} }
span.newtab {
text-align: left;
font-size: 8pt;
float: left;
letter-spacing: 0;
}

View File

@@ -904,6 +904,11 @@ span.newtab {
letter-spacing: 0; letter-spacing: 0;
} }
/* opera targetted hack */
x:-o-prefocus, span.newtab {
margin-top: -25px;
}
h2 { h2 {
font-size: 13pt; font-size: 13pt;
color: #115; color: #115;

View File

@@ -624,6 +624,11 @@ span.newtab {
letter-spacing: 0; letter-spacing: 0;
} }
/* opera targetted hack */
x:-o-prefocus, span.newtab {
margin-top: -25px;
}
h2 { h2 {
font-size: 13pt; font-size: 13pt;
padding: 10px 10px 10px 10px; padding: 10px 10px 10px 10px;