diff options
Diffstat (limited to 'static/319/res.html')
| -rwxr-xr-x | static/319/res.html | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/static/319/res.html b/static/319/res.html index 9d6eac4..6a15cb0 100755 --- a/static/319/res.html +++ b/static/319/res.html @@ -50,6 +50,25 @@ h2 a{color:white;} a{text-decoration:none;color:#ccc;} a:hover{text-decoration:none;color:blue;} +.fb-like-frame { + border: none; + overflow: hidden; + width: 70px; + height: 80px; +} + +.irl-copy { + width: 420px; +} + +.irl-curator { + font-size: 130%; +} + +.irl-wide { + width: 500px; +} + </style> </head> @@ -67,17 +86,17 @@ a:hover{text-decoration:none;color:blue;} <div id="fblike"> <!--<img src="/static/img/dumppixel.png">--> -<iframe src="https://www.facebook.com/plugins/like.php?href=dump.fm%2Firl%2F&layout=button_count&show_faces=false&width=20&action=like&font=trebuchet+ms&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:70px; height:80px;" allowTransparency="true"></iframe> +<iframe class="fb-like-frame" src="https://www.facebook.com/plugins/like.php?href=dump.fm%2Firl%2F&layout=button_count&show_faces=false&width=20&action=like&font=trebuchet+ms&colorscheme=light&height=21" scrolling="no" frameborder="0" allowTransparency="true"></iframe> </div> <div id="maintxt"> <img src="logo.png"id="logo"><br> <span class="subtxt"> -<div id=":zj" style="width:420px;"> +<div class="irl-copy"> <div><strong> <div><a href="http://319scholes.org/" >319 Scholes</a> hosts <a href="/irl/" >DUMP.FM IRL</a>, a week-long exhibit and gathering for image-based chat site, <a href="/" >dump.fm</a>. </div> </strong></div> -<span style="font-size:130%;">curated by lindsay howard</span> +<span class="irl-curator">curated by lindsay howard</span> <div><br /> </div> <div><strong>Monday October 25th</strong> - 9:00pm-11:00pm </div> @@ -108,12 +127,12 @@ a:hover{text-decoration:none;color:blue;} <div><br /> </div> <div><strong>Saturday October 30th</strong></div> - <div style="width:500px;">10pm dump.fm IRHELL... CLICK CONTINUE TO CONTINUE! + <div class="irl-wide">10pm dump.fm IRHELL... CLICK CONTINUE TO CONTINUE! </div> </div> <div> </div><br> - <div style="width:500px;">All events at 319 Scholes unless otherwise noted.</div> + <div class="irl-wide">All events at 319 Scholes unless otherwise noted.</div> <div><br /> </div> |
