a few more changes
This commit is contained in:
parent
6f08f6dcfe
commit
f50cfaefa1
|
@ -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
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -172,7 +172,7 @@ color:#ff8400;}
|
|||
{color:#FFF;
|
||||
background-color:#ff8400;}
|
||||
|
||||
#loginMenu li a:hover
|
||||
#loginMenu li:hover a
|
||||
{color:#FFF;}
|
||||
|
||||
#woodPng
|
||||
|
|
|
@ -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&send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
|
||||
|
||||
</p>
|
||||
|
||||
|
|
|
@ -30,6 +30,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>-->
|
||||
|
@ -51,8 +52,8 @@
|
|||
</div>
|
||||
|
||||
<div id="triangle">
|
||||
<div id="triangleUp">▲</div>
|
||||
<div id="triangleDown">▼</div>
|
||||
<div id="triangleNext">◂</div>
|
||||
<div id="trianglePrevious">▸</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user