This commit is contained in:
Sanj 2011-08-10 17:07:40 +05:30
commit 4ead83b483
5 changed files with 29 additions and 28 deletions

View File

@ -150,19 +150,19 @@ clear:both;}
{list-style:none;}
#triangle
{font-size:18px;
{font-size:20px;
color:#929292;}
#triangleUp
#triangleNext
{position:absolute;
left:12px;
left:22px;
bottom:10px;
cursor:pointer;}
#triangleDown
#trianglePrevious
{position:absolute;
bottom:10px;
right:12px;
right:22px;
cursor:pointer;}
#slider

View File

@ -27,7 +27,7 @@ float:left;}
{font-size:24px;
color:#ffb400;
padding-top:7px;
padding-left:66px;}
padding-left:16px;}
#topTextSpan
{font-weight:bold;}
@ -36,7 +36,7 @@ padding-left:66px;}
{font-size:24px;
color:#ffb400;
position:absolute;
right:34px;
right:42px;
top:6px;
cursor:pointer;}
@ -47,20 +47,21 @@ cursor:pointer;}
#searchInner
{position:absolute;
right:5px;
right:16px;
top:11px;
cursor:pointer;}
#tabsInner /*tabs not touching because i would prefer not to give fixed width, shadow, etc.*/
{font-size:14px;
color:#ff8400;
margin-top:6px;}
margin-top:6px;
margin-left:8px;}
#tabsInner li
{list-style:none;
text-align:center;
padding-left:12px;
padding-right:12px;
padding-left:10px;
padding-right:10px;
float:left;}
#selection
@ -103,7 +104,10 @@ cursor:pointer;}
font-size:13px;
color:#3b3b39;
text-align:justify;
padding:10px;
padding-top:6px;
padding-left:10px;
padding-right:20px; /*why is this 20 and the left 10?*/
padding-bottom:6px;
clear:both;}
#listLeft
@ -113,12 +117,11 @@ clear:both;}
{color:#f7bd00;
list-style-type:disc;
list-style-position:inside;
padding-left:4px;
padding-left:16px;
overflow:hidden; /*this prevents the box shadow from sticking out on the right*/}
#listLeft ul span
{color:#898989;
font-weight:bold;}
{color:#898989;}
#listLeft ul li
{border-top:1px solid #cac9c9;
@ -201,9 +204,8 @@ padding-top:20px;
padding-right:14px;
float:left;}
#twitter
{width:54px;
padding-top:38px;
.twitter-share-button
{padding-top:35px;
margin-left:164px;
float:left;}/*WHAT'S HAPPENING IN SAFARI, doesn't show until you hover?? hard to custmoise these ones, on hover*/
@ -246,7 +248,8 @@ border-radius:8px;
box-shadow:2px 3px 20px #252425;}
#sectionTitle
{color:#f7bd00;}
{color:#f7bd00;
font-weight:bold;}
#clearBoth
{clear:both;}

View File

@ -172,7 +172,7 @@ color:#ff8400;}
{color:#FFF;
background-color:#ff8400;}
#loginMenu li a:hover
#loginMenu li:hover a
{color:#FFF;}
#woodPng

View File

@ -70,15 +70,12 @@
The Mystery of vanishing rights
</p>
<p id="twitter">
<script type="text/javascript">
tweetmeme_style = "compact";
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
<p id="twitter">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="http://twitter.com/#!/indtheatreforum">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</p>
<p id="fb">
<script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><style> html .fb_share_button { display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; border:1px solid #3b5998; height:15px; background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top right; } html .fb_share_button:hover { color:#fff; background:#3b5998 no-repeat top right; z-index:5; text-decoration:none;} </style> <a rel="nofollow" href="http://www.facebook.com/share.php?u=<;url>" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a>
<iframe src="http://www.facebook.com/plugins/like.php?href=www.theatreforum.in&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
</p>

View File

@ -31,6 +31,7 @@
<div id="news" class="tab">
<h3 class="tabHeader">NEWS</h3>
<div id="newsTwitter">
<ul id="selection">
<!--<li class="newsTwitterTab selected">Twitter</li>
<li class="newsTwitterTab selected">Website Updates</li>-->
@ -52,8 +53,8 @@
</div>
<div id="triangle">
<div id="triangleUp">&#x25B2;</div>
<div id="triangleDown">&#x25BC;</div>
<div id="triangleNext">&#x25C2;</div>
<div id="trianglePrevious">&#x25B8;</div>
</div>
</div>
</div>