This commit is contained in:
Jon Atkins
2013-03-25 03:22:42 +00:00
2 changed files with 22 additions and 17 deletions

View File

@ -36,7 +36,7 @@ var setup = function() {
$('head').append('<style>' + $('head').append('<style>' +
'.res #address { border: 1px solid #0076b6; }' + '.res #address { border: 1px solid #0076b6; }' +
'.enl #address { border: 1px solid #017f01; }' + '.enl #address { border: 1px solid #017f01; }' +
'#address { margin:5px; padding:3px; margin-top:120px; margin-right:8px; font-size:11px; background-color:rgba(0, 0, 0, 0.7); text-align:center; white-space:nowrap; overflow:hidden; }' + '#address { margin:5px; padding:3px; margin-top:110px; margin-right:8px; font-size:11px; background-color:rgba(0, 0, 0, 0.7); text-align:center; white-space:nowrap; overflow:hidden; }' +
'</style>'); '</style>');
} }

View File

@ -375,7 +375,7 @@ h2 #signout {
h2 sup, h2 sub { h2 sup, h2 sub {
display: block; display: block;
font-size: 11px; font-size: 11px;
margin-bottom: -1px; margin-bottom: -2px;
} }
@ -408,8 +408,8 @@ input {
background-color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.3);
color: #ffce00; color: #ffce00;
height: 24px; height: 24px;
padding:3px 4px 1px 4px; padding:0px 4px 0px 4px;
font-size: 14px; font-size: 12px;
border:0; border:0;
font-family:inherit; font-family:inherit;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
@ -437,10 +437,10 @@ input {
/* portal title and image */ /* portal title and image */
h3 { h3 {
font-size: 17px; font-size: 16px;
padding: 0 4px; padding: 0 4px;
margin:0; margin:0;
height: 25px; height: 23px;
width: 100%; width: 100%;
overflow:hidden; overflow:hidden;
text-overflow: "~"; text-overflow: "~";
@ -451,7 +451,7 @@ h3 {
} }
.imgpreview { .imgpreview {
height: 200px; height: 190px;
background: no-repeat center center; background: no-repeat center center;
background-size: contain; background-size: contain;
cursor: help; cursor: help;
@ -472,10 +472,9 @@ h3 {
/* portal mods */ /* portal mods */
.mods { .mods {
margin: 5px auto 1px auto; margin: 3px auto 1px auto;
padding: 0 2px;
width: 296px; width: 296px;
height: 75px; height: 67px;
text-align: center; text-align: center;
} }
@ -532,6 +531,7 @@ h3 {
font-weight: normal; font-weight: normal;
text-align: right; text-align: right;
width: 62px; width: 62px;
padding:0px;
padding-right:4px; padding-right:4px;
padding-left:4px; padding-left:4px;
} }
@ -554,8 +554,8 @@ h3 {
#randdetails { #randdetails {
margin-top: 9px; margin-top: 4px;
margin-bottom: 9px; margin-bottom: 5px;
} }
@ -566,7 +566,7 @@ h3 {
/* resonators */ /* resonators */
#resodetails { #resodetails {
margin-bottom: 9px; margin-bottom: 0px;
} }
.meter { .meter {
@ -599,7 +599,7 @@ h3 {
/* links below resos */ /* links below resos */
.linkdetails { .linkdetails {
margin-bottom: 8px; margin-bottom: 0px;
} }
aside { aside {
@ -611,6 +611,10 @@ aside {
text-align: center; text-align: center;
} }
.linkdetails aside a{
font-size:12px;
}
.linkdetails aside:last-child { .linkdetails aside:last-child {
padding-right: 0; padding-right: 0;
} }
@ -630,19 +634,20 @@ aside {
} }
#toolbox { #toolbox {
padding: 4px 2px; padding: 2px;
font-size:90%; font-size:90%;
} }
#toolbox > a { #toolbox > a {
padding: 4px; padding: 2px;
padding-right:6px;
} }
/* a common portal display takes this much space (prevents moving /* a common portal display takes this much space (prevents moving
* content when first selecting a portal) */ * content when first selecting a portal) */
#portaldetails { #portaldetails {
min-height: 553px; min-height: 495px;
} }