- Timestamp:
- 03/31/11 14:52:35 (1 year ago)
- Files:
-
- templates/main/bbcode.html (modified) (2 diffs)
- templates/main/main.css (modified) (3 diffs)
- templates/main/textbbcode.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
templates/main/bbcode.html
r299 r336 13 13 <!-- BEGIN spoiler_header_open --> 14 14 15 <div class="quotetitle"> 16 <a href="javascript:;" onclick="$(this).parents('div:first').next('div').toggle('slow');">{TEXT}:</a> 17 </div> 15 <div class="spoilertitle hand" onclick="$(this).next('div').toggle('slow');">{TEXT}</div> 18 16 19 17 <div class="quotecontent" style="display:none;"> … … 23 21 <!-- BEGIN spoiler_open --> 24 22 25 <div class="quotetitle"> 26 <a href="javascript:;" onclick="$(this).parents('div:first').next('div').toggle('slow');">{L_SPOILER}:</a> 27 </div> 23 <div class="spoilertitle hand" onclick="$(this).next('div').toggle('slow');">{L_SPOILER}:</div> 28 24 29 25 <div class="quotecontent" style="display:none"> templates/main/main.css
r335 r336 1326 1326 } 1327 1327 1328 .spoilertitle { 1329 background-color: #DEE3E7 !important; 1330 } 1331 1328 1332 .quotecontent,.spoilercontent { 1329 1333 font-weight:400; … … 1657 1661 .magnet-icon { 1658 1662 background: url(images/torrent_icons.png) no-repeat scroll 0 0; 1663 } 1664 .bookmark-icon-active { 1665 background: url(images/torrent_icons.png) no-repeat scroll 0 -64px; 1659 1666 } 1660 1667 .icon-32 { … … 1759 1766 top:10px; 1760 1767 } 1768 1769 .hand { 1770 cursor: pointer; 1771 } templates/main/textbbcode.html
r269 r336 57 57 // Define the bbCode tags 58 58 bbcode = new Array(); 59 bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[pre]','[/pre]','[ *]','[*]','[*]','[*]','[img]','[/img]','[url]','[/url]','[mod={EDITOR_NAME}]','[/mod]','[spoiler]','[/spoiler]');59 bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[pre]','[/pre]','[list][*]','[/list]','[list][*]','[/list]','[img]','[/img]','[url]','[/url]','[mod={EDITOR_NAME}]','[/mod]','[spoiler]','[/spoiler]'); 60 60 imageTag = false; 61 61
