summaryrefslogtreecommitdiff
path: root/template/nigga.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-20 04:48:52 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-20 04:48:52 -0400
commit4e783d4b42907f8b3da08feeaeec102d0ff16248 (patch)
treed6226aab359a63e7ee85a9119bf96d46515119e5 /template/nigga.st
parent306240ceca701b1b27157a149b2ccd3e8357a423 (diff)
sostler prod commit
Diffstat (limited to 'template/nigga.st')
-rw-r--r--template/nigga.st219
1 files changed, 181 insertions, 38 deletions
diff --git a/template/nigga.st b/template/nigga.st
index 76bb18c..68c85eb 100644
--- a/template/nigga.st
+++ b/template/nigga.st
@@ -14,51 +14,175 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+#dashadminmute{
+position:absolute;
+top:0px;
+background-color:red;
+padding:5px;
+right:0px;
+ border-bottom-left-radius:5px;
+ -webkit-border-bottom-left-radius:5px;
+ -moz-border-radius-bottomleft:5px;
+}
+#dashadminmute a{color:white;}
+#edit-toggle{
+position:absolute;
+width:80px;
+top:-10px;
+left:-5px;
+}
+
#dashrapper{
-border:1px solid black;
+border:1px dotted #0c8fff;
top:80px;
-padding:50px;
-height:800px;
+padding:20px;
+margin-left:100px;
+ border-bottom-left-radius:5px;
+ -webkit-border-bottom-left-radius:5px;
+ -moz-border-radius-bottomleft:5px;
+margin-right:50%;
+background-color:white;
width:800px;
+min-height:435px;
position:absolute;
-margin-left:10%;
}
#dashuserlist{
+padding:15px;
border:1px solid black;
-width:200px;
-height:400px;
+width:180px;
+min-height:400px;
+ border-radius:5px;
+ -webkit-border-radius:5px;
+ -moz-border-radius:5px;
+}
+
+#dashuserlist h2{
+font-size:25px;
+padding-top:25px;
+text-transform:capitalize;
+}
+#dashuserlist h3{
+font-size:18px;
+padding-bottom:15px;
+padding-top:1px;
+text-transform:capitalize;
+}
+#middash{
+top:60px;
+position:absolute;
+margin-left:230px;
+}
+#middash h2{
+font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
+font-size:50px;
+letter-spacing:-2px;
+margin-bottom:10px;
+
+}
+#middash h3{
+font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
+font-size:35px;
+letter-spacing:-2px;
+line-height:20px;
+}
+#middash h2{
+font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
+font-size:50px;
+letter-spacing:-2px;
+
+}
+#middash a{
+font-size:100%;
+}
+#middash a:hover{
+color:#f9f9f9;background-color:white;
+font-size:100%;
+text-shadow: -2px 2px 10px #000;
+}
+#dashinfo{
+margin-top:50px;
+
+}
+#dashavatar{
+
+}
+
+#dashpix{
+top:0px;
+float:right;
+
+padding:15px;
+margin-top:-150px;
+width:550px;
+
+}
+#dashpix img{
+ width: expression(this.width > 50 ? 50: true);
+ max-height:100px;
+ height: expression(this.width > 50 ? 50: true);
+ max-width:150px;
+}
+
+
+#favstxt{
+margin-top:-55px;
+margin-left:-10;
+font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
+font-size:11px;
+background-color:white;
+padding:7px;
+color:#000;
+position:absolute;
+text-transform:uppercase;
+border:1px solid black;
+ border-radius: 5px;
+ box-shadow:5px 5px 5px #d8dbde;
+ -webkit-box-shadow:5px 5px 5px #d8dbde;
+ -moz-box-shadow:5px 5px 5px #d8dbde;
+ border-radius:5px;
+ -webkit-border-radius:5px;
+ -moz-border-radius:5px;
}
</style>
</head>
<body>
+ <div id="dashtotal"style="background-image:url($avatar$);opacity:0.1;width:100%;height:100%;z-index:-1"></div>
$banner()$
- <div id="content">
+
<div id="dashrapper">
- <div id="dashuserlist"><br> $if(is_home)$<br>$endif$
-
+
+
+ <div id="dashuserlist">
$if(avatar)$
- <div id="dashavatar">
+ <div id="dashavatar" style="background-image:url($avatar$);height:100px;width:100%">
<img id="avatarPic" src="$avatar$"/>
- $else$<br><br>
+ $else$<br>
<img id="avatarPic" src="/static/img/noinfo.png">
+ </div>
$endif$
- </div>
- <h2>
- $nick$
-
- <br>
- $if(score_ent)$
- <h8>
- fav score: $score$
- <h9>$score_ent$</h9>
- $endif$</h8>
- $if(isadmin)$<br><br>
- <div id="adminmute">
- <a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a><br>
+
+
+
+ $if(isadmin)$
+ <div id="dashadminmute">
+ <a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a>
</div>
$endif$
@@ -72,42 +196,61 @@ height:400px;
<img id="spinner" src="/static/img/spinner.gif" style="display: none" />
</div>
$endif$
-
+ <div id="dashinfo">
+ <h2>
+ $nick$$if(score_ent)$$score_ent$$endif$ </h2>
+
<br> <h3>contact info</h3>
$if(contact)$
- <br><div id="contact" class="linkify">$contact$</div>
+ <div id="contact" class="linkify">$contact$</div>
$else$
<div><img id="contact" src="/static/img/noinfo.png"><br><br></div>
$endif$
-
- <br><br><h3>bio</h3>
+ <br>
+ <h3>bio</h3>
$if(bio)$
- <br> <div id="bio" class="linkify">$bio$</div>
+ <div id="bio" class="linkify">$bio$</div>
$else$
<div><img id="bio" src="/static/img/noinfo.png"><br><br></div>
$endif$
-
+</div>
$if(is_home)$
- <br>
- <div id="edit-toggle"><a href="#">edit profile</a></div><br><br>
- $endif$
-
- <br>
- <a href="http://dump.fm/u/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a>
-</div></div>
+ <div id="edit-toggle"><a href="#">edit profile</a></div></div>
+ $endif$
+</div>
+ <div id="middash">
+
-
+ <h2><a href="http://dump.fm/$nick$">$dump_cnt$ dumps &#10145;</a></h2>
+ <hr>
+
+
+ </h8>
+ <h2><a href="http://dump.fm/$nick$/favorites">$dumps_user_faved_cnt$ dumps Faved &#10145;</a></h2>
+ <hr>
+ <h3> $if(score_ent)$ $score$ $else$ 0 $endif$ of $if(is_home)$ your $else$ $nick$'s$endif$ dumps Faved</h3>
+ </div>
+ <div id="dashpix">
+ <div id="favstxt">$nick$'s most recent favs</div>
+ <img src="http://www.poppindots.com/Images/Quote_Glitter_Graphics/images/quote11.gif">
+ <img src="http://polisat.com/Images/MotherEarthFlatNoMore-Gif-At377x480.gif">
+ <img src="http://www.leconcombre.com/gifgallery/cuke/image/oiseaubleu1.gif">
+ <img src="http://dump.fm/images/20100618/1276900577123-dumpfm-saywhaaa-webcam.jpg">
+ </div>
+ </div>
+</div></div></div>
<div id="footerc">
$footer()$
+ </div>
</body>
</html>