remove more deprecated stuff
This commit is contained in:
parent
670c08ec11
commit
f1467dd1e9
@ -26,8 +26,7 @@ window.setupLargeImagePreview = function() {
|
|||||||
|
|
||||||
window.setupStyles = function() {
|
window.setupStyles = function() {
|
||||||
$('head').append('<style>' +
|
$('head').append('<style>' +
|
||||||
[ 'body:after { display: none } ',
|
[ '#largepreview.enl img { border:2px solid '+COLORS[TEAM_ENL]+'; } ',
|
||||||
'#largepreview.enl img { border:2px solid '+COLORS[TEAM_ENL]+'; } ',
|
|
||||||
'#largepreview.res img { border:2px solid '+COLORS[TEAM_RES]+'; } ',
|
'#largepreview.res img { border:2px solid '+COLORS[TEAM_RES]+'; } ',
|
||||||
'#largepreview.none img { border:2px solid '+COLORS[TEAM_NONE]+'; } ',
|
'#largepreview.none img { border:2px solid '+COLORS[TEAM_NONE]+'; } ',
|
||||||
'#chatcontrols { bottom: '+(CHAT_SHRINKED+24)+'px; }',
|
'#chatcontrols { bottom: '+(CHAT_SHRINKED+24)+'px; }',
|
||||||
|
16
style.css
16
style.css
@ -1,19 +1,3 @@
|
|||||||
/* update notice */
|
|
||||||
body:after {
|
|
||||||
background: none repeat scroll 0 0 #FFFFFF;
|
|
||||||
color: red;
|
|
||||||
content: "Please update your total conversion script or it will not work properly anymore. \a Google \"ingress total conversion\".";
|
|
||||||
display: block;
|
|
||||||
font-weight: bold;
|
|
||||||
left: 381px;
|
|
||||||
padding: 2px;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
z-index: 9001;
|
|
||||||
white-space: pre;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* general rules ******************************************************/
|
/* general rules ******************************************************/
|
||||||
|
|
||||||
html, body, #map {
|
html, body, #map {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user