Advertisement
Guest User

Untitled

a guest
May 23rd, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 21.14 KB | None | 0 0
  1.  
  2.     /*
  3.             "DarkTheme" theme definition file for www.sleipnirstuff.com
  4.             By Sebastien Kerguen (aka xanax)
  5.     */
  6.      
  7.     /* General page style */
  8.     html, body {width:100%; height:100%; margin:0px; padding:0px;}
  9.     body {background-color:#000000; background-image: url("http://openra.res0l.net/images/bg.svg"); color:#ffffff; font-size:12px; font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;}
  10.      
  11.     /* Choose where we want to logo to appear */
  12.     #logotop {display:none;}
  13.      
  14.     /* Position the major block elements on the page (Header, Top breadcrumb, Main content, Bottom breadcrumb, Footer) */
  15.     #content {position:relative; min-height:100%;}
  16.     #header {position:relative; left:1.5%; width:97%; top:10px; height:80px; background:rgb(39, 45, 44);border:3px solid rgb(101, 11, 3);}
  17.     #breadcrumb {z-index:2; position:relative; left:1.5%; width:97%; top:40px; font-size:11px; height:27px;}
  18.     #breadcrumbbottom {z-index:2; position:absolute; left:1.5%; width:97%; top:-30px; font-size:11px;}
  19.     #main {z-index:1; position:relative; width:97%; left:1.5%; padding-top:40px; padding-bottom:100px;}
  20.     #footer{position:relative; width:100%; height:54px; background: rgb(39, 45, 44); border: 3px solid rgb(101, 11, 3); border-width:3px 0 0 0; margin:-54px auto 0 auto;}
  21.     #footercontent {z-index:2; position:absolute; left:1.5%; width:97%; padding-top:7px;}
  22.     * html #content{height:100%;}
  23.     * html #footer{margin-top:-54px;}
  24.      
  25.     /* General font families for common tags */
  26.     a {color:#666;}
  27.     a:hover {text-decoration:underline; color:#fff;}
  28.     hr {height:0px; border:solid rgb(101, 11, 3); border-width:1px 0px 0px 0px;}
  29.      
  30.     /* This is the outline round the main forum tables */
  31.     .forumline, .bodyline { border: 3px solid rgb(101, 11, 3); background: rgba(51, 51, 51, 0.4);}
  32.     .forumline tr:hover{ background: rgba(255, 255, 255, 0.04);}
  33.      
  34.     /* Stop font sizes from breaking when PHP outputs warnings */
  35.     th, td {font-size:12px;}
  36.      
  37.     /* Header cells - the blue and silver gradient backgrounds */
  38.     th {font-weight:bold; color:#FFFFFF; font-variant: small-caps; background-color: rgb(39, 45, 44); height:23px; padding:0 5px;}
  39.     td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {color: #5E5E5E; background: rgb(81, 11, 3);  height:23px;padding:0 5px;}
  40.      
  41.     td.cat,td.catHead,td.catBottom {border-width: 0px; }
  42.     td.spaceRow {background-color:rgb(101, 11, 3);}
  43.      
  44.     /* Main table cell colours and backgrounds */
  45.     td.row1,td.row1_225 {background: rgba(51, 51, 51, 0.2) none repeat scroll 0% 0%;}
  46.     td.row1_225 {width:225px; background: rgba(51, 51, 51, 0.2) none repeat scroll 0% 0%;}
  47.     td.row2 {background: rgba(51, 51, 51, 0.2) none repeat scroll 0% 0%;}
  48.     td.row3 {background: rgba(51, 51, 51, 0.2) none repeat scroll 0% 0%;}
  49.      
  50.     /* The largest text used in the index page title and toptic title etc. */
  51.     .maintitle,h1,h2 {font-weight:bold; font-size:22px; font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; text-decoration:none; line-height:120%; color:#fff;}
  52.     a.maintitle,a.h1,a.h2 {color:#fff;}
  53.      
  54.     /* General text */
  55.     .gen {font-size:12px;}
  56.     .genmed {font-size:11px;}
  57.     .gensmall {font-size:10px;}
  58.     .gen,.genmed,.gensmall {color:#666;}
  59.     a.gen,a.genmed,a.gensmall {color:#fff; text-decoration:none;}
  60.     a.gen:hover,a.genmed:hover,a.gensmall:hover     {color:#fff; text-decoration:underline;}
  61.      
  62.     /* The register, login, search etc links at the top of the page */
  63.     .mainmenu               {padding:0 5px; font-size:12px; font-variant: small-caps; font-weight:bold; color:#fff;}
  64.     a.mainmenu              {text-decoration:none; color:#fff;}
  65.     a.mainmenu:hover{text-decoration:underline; color:#fff;}
  66.      
  67.     /* Forum category titles */
  68.     .cattitle {font-weight:bold; letter-spacing:1px; color:#fff; font-variant: small-caps; }
  69.     a.cattitle {text-decoration:none; color:#fff;}
  70.     a.cattitle:hover{text-decoration:underline;}
  71.      
  72.     /* Forum title: Text and link to the forums used in: index.php */
  73.     .forumlink {font-weight:bold; color:#fff;}
  74.     a.forumlink {text-decoration:none; color:#fff;}
  75.     a.forumlink:hover {text-decoration:underline; color:#fff;}
  76.      
  77.     /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  78.     .nav {font-weight:bold; font-size:11px; color:#fff;}
  79.     a.nav {text-decoration: none; color:#fff;}
  80.     a.nav:hover {text-decoration:underline; color:#fff;}
  81.      
  82.     /* titles for the topics: could specify viewed link colour too */
  83.     .topictitle {font-weight:bold; font-size:11px; color:#fff;}
  84.     a.topictitle {text-decoration:none; color:#fff;}
  85.     a.topictitle:hover {text-decoration:underline; color:#fff;}
  86.      
  87.     /* Name of poster in viewmsg.php and viewtopic.php and other places */
  88.     .name {font-size:11px; color:#fff;}
  89.     a.name {color:#fff; text-decoration:none;}
  90.     a.name:hover {color:#fff; text-decoration:underline;}
  91.      
  92.     /* Location, number of posts, post date etc */
  93.     .postdetails {font-size:10px; color:#fff;}
  94.     a.postdetails {color:#fff;}
  95.      
  96.     /* The content of the posts (body of text) */
  97.     .postbody {font-size:12px; line-height:15px}
  98.     a.postlink {text-decoration:underline; color:#fff;}
  99.     a.postlink:hover {text-decoration:none; color:#fff;}
  100.      
  101.     /* Things we want extra visible */
  102.     .highlightedtext,a.highlightedtext {background-color:#FFCC00;}
  103.     .errortext,a.errortext {color:#CC0000;}
  104.      
  105.     /* Quote & Code blocks */
  106.     .code, .quote, .php, .attachbox {font-size:11px; background-color:#92A0A6; border:#5E5E5E solid 1px;}
  107.     .code, .php {font-family:Courier,'Courier New',sans-serif; color:#060; }
  108.     .quote {line-height:125%;}
  109.      
  110.      
  111.     /* Copyright and bottom info */
  112.     .copyright {font-size:10px; color:#666; Letter-spacing:-1px;}
  113.     a.copyright     {color:#666; text-decoration:none;}
  114.     a.copyright:hover {text-decoration:underline;}
  115.      
  116.     /* Form elements */
  117.     form {display:inline;}
  118.     input {text-indent:2px;}
  119.     textarea {padding:0px 2px 0px 2px;}
  120.      
  121.     input,textarea,select {font:11px normal Verdana,Arial,Helvetica,sans-serif; color:#000000;}
  122.     input.post,textarea.post,select,iframe {border:solid 1px #5E5E5E; background-color:#FFFFFF; color:#000000;}
  123.     input.button,input.mainoption,input.liteoption {background-color:#E3E3E3; border:solid 1px #5E5E5E; color:#666;}
  124.     input.mainoption {font-weight:bold;}
  125.     textarea {overflow: auto;}
  126.      
  127.     /* Alertbar */
  128.     #alertbar {display:none; position:absolute; top:0px; left:0px; width:100%; height:25px; z-index:5; background-color:#B4C5CC; border-bottom: 1px #5E5E5E solid;}
  129.     #alertbarcontent {position:absolute; left:1.5%; width:97%; padding-top:2px}
  130.     .alerttext {font-size:11px; color:#000000;}
  131.     a.alerttext {color:#666; text-decoration:underline;}
  132.     a.alerttext:hover {color:#fff; text-decoration:none;}
  133.      
  134.     /* Spellchecker */
  135.     .content_frame {float:right; position:relative; left:-8px; width:578px; height:466px; overflow:auto;}
  136.     .suggestion_box {background-color:#B4C5CC; border:1px solid #000000; position:absolute; padding: 2px;}
  137.     .suggestion {cursor:pointer; text-decoration:underline; font-size: 11px;}
  138.     .edit_box {background-color:#FFFFFF; color:#000000; font:normal 11px Verdana,Arial,Helvetica,sans-serif; width:448px; height:219px; border:1px solid #000000; padding-top:2px; padding-left:2px; overflow:auto;}
  139.     .spelling_bad {color:#FF0000; font-size:11px; text-decoration:underline; cursor:pointer;}
  140.     .spelling_good {color:#005500; font-size:11px; text-decoration:underline; cursor:pointer;}
  141.      
  142.     /* UCP -> Layout & Themes -> Posts */
  143.     .layoutdetailoverlay {line-height:0.8; padding:1px;}
  144.     .layoutdetailoverlayhover {border:1px #5E5E5E solid; line-height:0.8; cursor:move;}
  145.     .layoutbuttonoverlay {line-height:1.5; padding:1px; padding-left:3px; padding-right:3px;}
  146.     .layoutbuttonoverlayhover {line-height:1.5; padding-left:2px; padding-right:2px; border: 1px #5E5E5E solid; cursor:move;}
  147.      
  148.     /* Default username styles */
  149.     .adminstyle, a.adminstyle {font-weight: bold; color:#C00000;}
  150.     .supermodstyle, a.supermodstyle {font-weight: bold; color:#2F4BA0;}
  151.     .modstyle, a.modstyle {font-weight: bold; color:#006600;}
  152.     .userstyle, a.userstyle {color:#666;}
  153.      
  154.     /* Online and Offline styles */
  155.     .online, a.online {color:green;}
  156.     .offline, a.offline {color:red;}
  157.      
  158.     /*
  159.        Image Elements for Mindblank
  160.     */
  161.      
  162.     /* Header graphics */
  163.     .imagelogo { height:80px; width:158px; background-image:url(images/mindblank/logo.gif);}
  164.      
  165.     /* Hide the menu images */
  166.     .mainmenu img {display: none;}
  167.      
  168.     /* Minipost subsilver_images */
  169.     .imageminipost {height:9px; width:12px; background-image:url(images/subsilver/icon_minipost.gif);}
  170.     .imageminipostnew {height:9px; width:12px; background-image:url(images/subsilver/icon_minipost_new.gif);}
  171.     .imageminilatestreply {height:9px; width:18px; background-image:url(images/subsilver/icon_latest_reply.gif);}
  172.     .imagemininewestreply {height:9px; width:18px; background-image:url(images/subsilver/icon_newest_reply.gif);}
  173.     .imageminigotopost {height:9px; width:12px; background-image:url(images/subsilver/icon_minipost.gif);}
  174.      
  175.     /* Thread/PM status icons */
  176.     .imagefolderlocked, .imagefolderlockednew, .imagefolderglobal, .imagefolderglobalnew, .imagefolderannounce, .imagefoldersticky, .imagefolderstickynew, .imagefolder, .imagefoldernew, .imagefolderhot, .imagefolderhotnew, .imagepmreadmsg, .imagepmunreadmsg {height:18px; width:19px;}
  177.      
  178.     .imagefolderlocked {background:url(images/mindblank/folder_locked.gif);}
  179.     .imagefolderlockednew {background:url(images/mindblank/folder_locked_new.gif);}
  180.     .imagefolderglobal {background:url(images/mindblank/folder_global.gif);}
  181.     .imagefolderglobalnew {background:url(images/mindblank/folder_global_new.gif);}
  182.     .imagefolderannounce {background:url(images/mindblank/folder_announce.gif);}
  183.     .imagefolderannouncenew {background:url(images/mindblank/folder_announce_new.gif);}
  184.     .imagefoldersticky {background:url(images/mindblank/folder_sticky.gif);}
  185.     .imagefolderstickynew {background:url(images/mindblank/folder_sticky_new.gif);}
  186.     .imagefolder, .imagepmreadmsg {background:url(images/mindblank/folder.gif);}
  187.     .imagefoldernew, .imagepmunreadmsg {background:url(images/mindblank/folder_new.gif);}
  188.     .imagefolderhot {background:url(images/mindblank/folder_hot.gif);}
  189.     .imagefolderhotnew {background:url(images/mindblank/folder_hot_new.gif);}
  190.      
  191.     /* The little paperclip graphic that shows on viewforum for threads with attachments */
  192.     .attachedfilesicon {height:13px; width:10px; background-image:url(images/subsilver/icon_clip.gif);}
  193.      
  194.     /* Big versions of the status icons for on the index */
  195.     .imagefolderlockedbig, .imagefoldernewbig, .imagefolderbig, .imagesubfoldernewbig, .imagesubfolderbig {height:27px; width:29px;}
  196.     .imagefolderlockedbig {background-image:url(images/mindblank/folder_big_locked.gif);}
  197.     .imagefoldernewbig, .imagesubfoldernewbig {background-image:url(images/mindblank/folder_big_new.gif);}
  198.     .imagefolderbig, .imagesubfolderbig {background-image:url(images/mindblank/folder_big.gif);}
  199.      
  200.     /* New Post / Reply / Locked graphics */
  201.     .imagepostlocked {height:25px; width:108px; background-image:url(images/mindblank/locked.gif);}
  202.     .imagepostnew {height:25px; width:103px; background-image:url(images/mindblank/newtopic.gif);}
  203.     .imagereplylocked {height:25px; width:108px; background-image:url(images/mindblank/locked.gif);}
  204.     .imagereplynew {height:25px; width:108px; background-image:url(images/mindblank/reply.gif);}
  205.     .imagepmreply {height:25px; width:108px; background-image:url(images/mindblank/reply.gif);}
  206.     .imagepmquote {height:18px; width:59px; background-image:url(images/mindblank/icon_quote.gif);}
  207.     .imagepmedit {height:18px; width:59px; background-image:url(images/mindblank/icon_edit.gif);}
  208.      
  209.     /* Voting bar graphics */
  210.     .imagevotelcap {height:12px; width:1px; }
  211.     .imagevotercap {height:12px; width:1px;}
  212.     .imagevotebar {height:12px; background-color:#5E5E5E;}
  213.      
  214.     /* Exp bar graphics */
  215.     .imageexplcap {height:12px; width:1px;}
  216.     .imageexprcap {height:12px; width:1px;}
  217.     .imageexpfull {height:12px; background-color:#5E5E5E;;}
  218.     .imageexpempty {height:12px; background-color:#FFF;}
  219.      
  220.     /* Bottom post info buttons */
  221.     .imageblankavatar {height:90px; width:90px; background-image:url(images/mindblank/no_avatar.gif);}
  222.     .imageprofilebutton {height:18px; width:59px; background-image:url(images/mindblank/icon_profile.gif);}
  223.     .imagesearchbutton {height:18px; width:59px; background-image:url(images/mindblank/icon_search.gif);}
  224.     .imageprivmsgbutton {height:18px; width:59px; background-image:url(images/mindblank/icon_pm.gif);}
  225.     .imageemailbutton {height:18px; width:59px; background-image:url(images/mindblank/icon_email.gif);}
  226.     .imagewebbutton {height:18px; width:59px; background-image:url(images/mindblank/icon_www.gif);}
  227.     .imageaimbutton {height:18px; width:59px; background-image:url(images/mindblank/icon_aim.gif);}
  228.     .imageyimbutton {height:18px; width:59px; background-image:url(images/mindblank/icon_yim.gif);}
  229.     .imagemsnmbutton {height:18px; width:59px; background-image:url(images/mindblank/icon_msnm.gif);}
  230.     .imageicqbutton {height:18px; width:59px; background-image:url(images/mindblank/icon_icq.gif);}
  231.     .imagequotebutton {height:18px; width:59px; background-image:url(images/mindblank/icon_quote.gif);}
  232.     .imageeditbutton {height:18px; width:59px; background-image:url(images/mindblank/icon_edit.gif);}
  233.     .imageipbutton  {height:18px; width:19px; background-image:url(images/mindblank/icon_ip.gif);}
  234.     .imagedeletebutton {height:18px; width:19px; background-image:url(images/mindblank/icon_delete.gif);}
  235.      
  236.     /* Topic moderation graphics */
  237.     .imagetopiclock {height:18px; width:19px; background-image:url(images/mindblank/topic_lock.gif);}
  238.     .imagetopicunlock {height:18px; width:19px; background-image:url(images/mindblank/topic_unlock.gif);}
  239.     .imagetopicsplit {height:18px; width:19px; background-image:url(images/mindblank/topic_split.gif);}
  240.     .imagetopicmove {height:18px; width:19px; background-image:url(images/mindblank/topic_move.gif);}
  241.     .imagetopicdelete {height:18px; width:19px; background-image:url(images/mindblank/topic_delete.gif);}
  242.      
  243.     /* Posting BBcode button graphics */
  244.     .imagebbcodebold, .imagebbcodeital, .imagebbcodeundline, .imagebbcodeovrline, .imagebbcodequote, .imagebbcodecode, .imagebbcodelist, .imagebbcodelista, .imagebbcodeimg, .imagebbcodeurl, .imagebbcodestrike, .imagebbcodehighlight, .imagebbcodesup, .imagebbcodesub,  .imagebbcodespoiler, .imagebbcodephp, .imagebbcodeflash, .imagebbcodestream, .imagebbcodetab {height:22px; width:23px;}
  245.      
  246.     .imagebbcodebold2, .imagebbcodeital2, .imagebbcodeundline2, .imagebbcodeovrline2, .imagebbcodequote2,  .imagebbcodecode2, .imagebbcodelist2, .imagebbcodelista2, .imagebbcodeimg2, .imagebbcodeurl2, .imagebbcodestrike2, .imagebbcodehighlight2, .imagebbcodesup2, .imagebbcodesub2, .imagebbcodespoiler2, .imagebbcodephp2, .imagebbcodeflash2, .imagebbcodestream2 {height:22px; width:23px; background-position:top right;}
  247.      
  248.     .imagebbcodebold, .imagebbcodebold2 {background-image:url(images/mindblank/bbcode/bold.gif);}
  249.     .imagebbcodeital, .imagebbcodeital2 {background-image:url(images/mindblank/bbcode/italicize.gif);}
  250.     .imagebbcodeundline, .imagebbcodeundline2 {background-image:url(images/mindblank/bbcode/underline.gif);}
  251.     .imagebbcodequote, .imagebbcodequote2 {background-image:url(images/mindblank/bbcode/quote.gif);}
  252.     .imagebbcodecode, .imagebbcodecode2 {background-image:url(images/mindblank/bbcode/code.gif);}
  253.     .imagebbcodelist, .imagebbcodelist2 {background-image:url(images/mindblank/bbcode/list.gif);}
  254.     .imagebbcodelista, .imagebbcodelista2 {background-image:url(images/mindblank/bbcode/lista.gif);}
  255.     .imagebbcodeimg, .imagebbcodeimg2 {background-image:url(images/mindblank/bbcode/img.gif);}
  256.     .imagebbcodeurl, .imagebbcodeurl2 {background-image:url(images/mindblank/bbcode/url.gif);}
  257.     .imagebbcodestrike, .imagebbcodestrike2 {background-image:url(images/mindblank/bbcode/strike.gif);}
  258.     .imagebbcodehighlight, .imagebbcodehighlight2 {background-image:url(images/mindblank/bbcode/highlight.gif);}
  259.     .imagebbcodesup, .imagebbcodesup2 {background-image:url(images/mindblank/bbcode/sup.gif);}
  260.     .imagebbcodesub, .imagebbcodesub2 {background-image:url(images/mindblank/bbcode/sub.gif);}
  261.     .imagebbcodespoiler, .imagebbcodespoiler2 {background-image:url(images/mindblank/bbcode/spoiler.gif);}
  262.     .imagebbcodephp, .imagebbcodephp2 {background-image:url(images/mindblank/bbcode/php.gif);}
  263.     .imagebbcodeflash, .imagebbcodeflash2 {background-image:url(images/mindblank/bbcode/flash.gif);}
  264.     .imagebbcodestream, .imagebbcodestream2 {background-image:url(images/mindblank/bbcode/stream.gif);}
  265.     .imagebbcodetab {background-image:url(images/mindblank/bbcode/tab.gif);}
  266.      
  267.     /* Custom forum icons  */
  268.     #forum10icon, #forum11icon, #forum12icon {height:32px; width:46px; background-image:url(images/subsilver/icon_custom_ra2.gif);}
  269.     #forum10iconnew, #forum11iconnew, #forum12iconnew {height:32px; width:46px; background-image:url(images/subsilver/icon_custom_ra2_new.gif);}
  270.     #forum14icon, #forum30icon {height:32px; width:46px; background-image:url(images/subsilver/icon_custom_generals.gif);}
  271.     #forum14iconnew, #forum30iconnew {height:32px; width:46px; background-image:url(images/subsilver/icon_custom_generals_new.gif);}
  272.      
  273.     #forum69iconnew {height:32px; width:32px; background-image:url(images/mindblank/icon_custom_cc3_new.gif);}
  274.     #forum69icon {height:32px; width:32px; background-image:url(images/mindblank/icon_custom_cc3.gif);}
  275.      
  276.     /*
  277.        Pussky smilie set
  278.     */
  279.      
  280.     .smiliegrin {height:20px; width:21px; background-image:url(images/smilies/pussky/grin.gif);}
  281.     .smiliesmile {height:20px; width:21px; background-image:url(images/smilies/pussky/smile.gif);}
  282.     .smilierazz {height:20px; width:21px; background-image:url(images/smilies/pussky/tongue.gif);}
  283.     .smilielol {height:20px; width:21px; background-image:url(images/smilies/pussky/lol.gif);}
  284.     .smiliewink {height:20px; width:21px; background-image:url(images/smilies/pussky/wink.gif);}
  285.     .smilieneutral {height:20px; width:21px; background-image:url(images/smilies/pussky/neutral.gif);}
  286.     .smilieworried {height:20px; width:21px; background-image:url(images/smilies/pussky/worried.gif);}
  287.     .smilieroll {height:20px; width:21px; background-image:url(images/smilies/pussky/rolleyes.gif);}
  288.     .smiliecool {height:20px; width:21px; background-image:url(images/smilies/pussky/cool.gif);}
  289.     .smiliewtf {height:20px; width:21px; background-image:url(images/smilies/pussky/wtf.gif);}
  290.     .smilieconfused {height:27px; width:21px; background-image:url(images/smilies/pussky/confused.gif);}
  291.     .smiliedrunk {height:20px; width:21px; background-image:url(images/smilies/pussky/drunk.gif);}
  292.     .smiliezip {height:20px; width:21px; background-image:url(images/smilies/pussky/zip.gif);}
  293.     .smiliemad {height:20px; width:21px; background-image:url(images/smilies/pussky/mad.gif);}
  294.     .smilieevil {height:21px; width:21px; background-image:url(images/smilies/pussky/evil.gif);}
  295.     .smiliesad {height:20px; width:21px; background-image:url(images/smilies/pussky/sad.gif);}
  296.     .smiliecry {height:20px; width:21px; background-image:url(images/smilies/pussky/cry.gif);}
  297.     .smilieembarr {height:20px; width:21px; background-image:url(images/smilies/pussky/embarrassed.gif);}
  298.     .smiliesleep {height:31px; width:26px; background-image:url(images/smilies/pussky/sleep.gif);}
  299.     .smilieshifty {height:20px; width:21px; background-image:url(images/smilies/pussky/shifty.gif);}
  300.     .smiliesuprised {height:20px; width:21px; background-image:url(images/smilies/pussky/gasp.gif);}
  301.     .smiliedead {height:20px; width:21px; background-image:url(images/smilies/pussky/dead.gif);}
  302.     .smilieangel {height:22px; width:21px; background-image:url(images/smilies/pussky/angel.gif);}
  303.     .smiliebanana {height:35px; width:33px; background-image:url(images/smilies/default/banana.gif);}
  304.     .smiliepussky {height:20px; width:21px; background-image:url(images/smilies/default/oldbies_pussky.gif);}
  305.     .smiliesstyx {height:21px; width:17px; background-image:url(images/smilies/default/oldbies_styx.gif);}
  306.     .smiliekrundor {height:17px; width:15px; background-image:url(images/smilies/default/oldbies_krundor.gif);}
  307.     .smiliezed {height:19px; width:16px; background-image:url(images/smilies/default/oldbies_zed.gif);}
  308.     .smilieweight {height:45px; width:21px; background-image:url(images/smilies/pussky/100t.gif);}
  309.     .smiliepimp {height:27px; width:21px; background-image:url(images/smilies/pussky/pimp.gif);}
  310.     .smiliepirate {height:23px; width:23px; background-image:url(images/smilies/pussky/pirate.gif);}
  311.     .smilieexp {height:23px; width:25px; background-image:url(images/smilies/default/extremeeek.gif);}
  312.     .smiliestressed {height:26px; width:24px; background-image:url(images/smilies/pussky/stressed.gif);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement