Advertisement
Nimetu

Ryzom Forum CS example

Sep 27th, 2012
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.10 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document url-prefix("http://atys.ryzom.com/start/app_forum.php") {
  4.  
  5. body {
  6.   background-color: #000 !important;
  7.   background-attachment: fixed !important;
  8. }
  9.  
  10. .ryzom-ui-body, .ryzom-ui-m, ryzom-ui-r, .ryzom-ui-l {
  11.   background: #101010 !important;
  12.   opacity: .95;
  13. }
  14.  
  15. .ryzom-ui-body + div {
  16.   background-color: #000 !important;
  17. }
  18.  
  19. .post-container {
  20.   border: 1px solid black !important;
  21.   border-radius: 5px !important;
  22.   padding: .3em !important;
  23.   margin-bottom: .5em !important;
  24.   min-height: 100px !important;
  25. }
  26.  
  27. .post-header {
  28.   font-size: 80% !important;
  29.   background-color: #202020 !important;
  30.   color: #aaa !important;
  31. }
  32.  
  33. .post-title {
  34.   display: none !important;
  35. }
  36.  
  37. .post-avatar-image img {
  38.   padding: .5em .1em 0em .1em !important;
  39. }
  40.  
  41. .post-quote {
  42.   border: 1px solid #303030 !important;
  43.   border-radius: 5px !important;
  44.   padding: .2em !important;
  45. }
  46. .post-quote cite {
  47.   display: block !important;
  48.   background-color: #202020 !important;
  49. }
  50.  
  51. .post-quote blockquote {
  52.   background-color: #1a1a1a !important;
  53. }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement