forked from I2P_Developers/i2p.i2p
Console theme hacks from dr|z3d to target specific Opera oddity
This commit is contained in:
@@ -609,6 +609,10 @@ span.newtab {
|
||||
float: right;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
/* opera targetted hack */
|
||||
x:-o-prefocus, span.newtab {
|
||||
margin-top: -25px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 14pt;
|
||||
|
@@ -38,7 +38,7 @@ div.logo {
|
||||
float: left;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
font-color: #EE9;
|
||||
color: #EE9;
|
||||
margin: 0 20px 0 20px;
|
||||
border: 1px solid #494;
|
||||
-moz-border-radius: 4px;
|
||||
@@ -775,6 +775,11 @@ span.newtab {
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
/* opera targetted hack */
|
||||
x:-o-prefocus, span.newtab {
|
||||
margin-top: -25px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 12pt;
|
||||
color: #EE9;
|
||||
|
@@ -82,3 +82,10 @@ div.joblog li, div.newsheadings li {
|
||||
text-align: left;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
span.newtab {
|
||||
text-align: left;
|
||||
font-size: 8pt;
|
||||
float: left;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
@@ -904,6 +904,11 @@ span.newtab {
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
/* opera targetted hack */
|
||||
x:-o-prefocus, span.newtab {
|
||||
margin-top: -25px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 13pt;
|
||||
color: #115;
|
||||
|
@@ -624,6 +624,11 @@ span.newtab {
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
/* opera targetted hack */
|
||||
x:-o-prefocus, span.newtab {
|
||||
margin-top: -25px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 13pt;
|
||||
padding: 10px 10px 10px 10px;
|
||||
|
Reference in New Issue
Block a user