Advertisement
oakhearted

html template

Jul 13th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. <style>
  2. .maintitle {
  3. background: -moz-linear-gradient(45deg, rgba(255,230,230,1) 0%, rgba(251,172,172,1) 100%); /* ff3.6+ */
  4. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,230,230,1)), color-stop(100%, rgba(251,172,172,1))); /* safari4+,chrome */
  5. background: -webkit-linear-gradient(45deg, rgba(255,230,230,1) 0%, rgba(251,172,172,1) 100%); /* safari5.1+,chrome10+ */
  6. background: -o-linear-gradient(45deg, rgba(255,230,230,1) 0%, rgba(251,172,172,1) 100%); /* opera 11.10+ */
  7. background: -ms-linear-gradient(45deg, rgba(255,230,230,1) 0%, rgba(251,172,172,1) 100%); /* ie10+ */
  8. background: linear-gradient(45deg, rgba(255,230,230,1) 0%, rgba(251,172,172,1) 100%); /* w3c */
  9. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbacac', endColorstr='#FFE6E6',GradientType=1 ); /* ie6-9 */
  10. font-weight: normal;
  11. padding: 8px;
  12. color: #FFF;
  13. border: none;
  14. }
  15. </style>
  16.  
  17. <div class="tableborder category" id="cat-<!-- |cat_id| -->">
  18. <div class='maintitle<!-- |collapsed_class| -->' align='left'>
  19. <span style='float:right;'><a href='#' onclick='catcollapse("<!-- |cat_id| -->");return false;' id='main_<!-- |cat_id| -->'><!-- |collapse_img| --></a>&nbsp;&nbsp;</span>
  20. <{CAT_IMG}><a href="index.php?c=<!-- |cat_id| -->"><!-- |cat_name| --></a></div>
  21. <div id='cat_<!-- |cat_id| -->' style="<!-- |collapsed_style| -->">
  22. <table width="100%" border="0" cellspacing="1" cellpadding="4">
  23. <tr class='forum-subheader'>
  24. <th align="center" width="2%" class='titlemedium'></th>
  25. <th align="left" width="59%" class='titlemedium'>Forum</th>
  26. <th align="center" width="7%" class='titlemedium'>Topics</th>
  27. <th align="center" width="7%" class='titlemedium'>Replies</th>
  28. <th align="left" width="25%" class='titlemedium'>Last Post Info</th>
  29. </tr>
  30. <% FORUM_ROWS %>
  31. <tr>
  32. <td class='darkrow2' colspan="5">&nbsp;</td>
  33. </tr>
  34. </table>
  35. </div>
  36. </div>
  37. <br class='cat-lb' />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement