diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index 46ad4b8..93682b4 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -1530 \ No newline at end of file +1538 \ No newline at end of file diff --git a/static/css/modern/global.css b/static/css/modern/global.css index 523e5ae..f2fad06 100644 --- a/static/css/modern/global.css +++ b/static/css/modern/global.css @@ -30,28 +30,32 @@ pre background-color:red; } .userbar_name { - font-size:2em; + font-size:1.7em; } .userbar_title { font-weight:bold; } -.userbar_avatar { - text-align:right; -} -.avatar { +.avatar, .userbar_avatar { border:none; - max-height:8em; - height:expression((this.scrollHeight >= 120) ? '120px' : 'auto'); - max-width:8em; - width:expression((this.scrollHeight >= 120) ? '120px' : 'auto'); + max-height:6em; + height:expression((this.scrollHeight >= 90) ? '90px' : 'auto'); + max-width:6em; + width:expression((this.scrollHeight >= 90) ? '90px' : 'auto'); } .userbarcontainer { border:none; - width:8em; - min-width:8em; - max-width:8em; + width:6em; + min-width:6em; + max-width:6em; + width:expression((this.scrollHeight >= 90) ? '90px' : 'auto'); overflow:visible; } +.userbar_additional { + position:absolute; + white-space:nowrap; + padding:5pt; + font-size:1.2em; +} .UG_Blondes { color:red !important; background-color:yellow !important; @@ -94,4 +98,4 @@ blockquote { } blockquote hr { display:none; -} \ No newline at end of file +} diff --git a/static/css/modern/penartur.css b/static/css/modern/penartur.css index c5a5bf5..d6ed1c4 100644 --- a/static/css/modern/penartur.css +++ b/static/css/modern/penartur.css @@ -20,6 +20,6 @@ PRE{background-color:#303030;font-size:0.9em;font-family:"Consolas";BORDER:#9999 blockquote { border-color:white; } -.userbarcontainer { - background-color:#222200; +.userbar_additional { + background-color:#181818; } diff --git a/templates/Modern/elems/UserInfoBar.xslt b/templates/Modern/elems/UserInfoBar.xslt index e8a4366..93176ea 100644 --- a/templates/Modern/elems/UserInfoBar.xslt +++ b/templates/Modern/elems/UserInfoBar.xslt @@ -2,45 +2,48 @@ -
+
for(var i=0;i<this.childNodes.length;i++) if(this.childNodes[i].nodeName == "DIV") this.childNodes[i].style.display="block"; for(var i=0;i<this.childNodes.length;i++) if(this.childNodes[i].nodeName == "DIV" && this.childNodes[i].getAttribute("default") != "default") this.childNodes[i].style.display="none"; -
- - default - + + - - -
- - /Users/User//Info/ - - /Upload/Item// - - +
+
- - - - -
\ No newline at end of file