Advertisement
PintorKagamine

Untitled

Jun 8th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.98 KB | None | 0 0
  1. .Rail h1.public,
  2. .ChatHeader {
  3.     box-shadow: none;
  4.     background: #269edb;
  5.     border-radius: 0;
  6. }
  7. .Rail .chevron {
  8.     border-top-color: #005f94 !important;
  9. }
  10. .Chat,
  11. .Rail {
  12.     background-size: cover !important;
  13.     background: url("http://img1.wikia.nocookie.net/__cb20140602214725/pokepolis/es/images/5/55/Fondo_cuadros.jpg") fixed !important;;
  14. }
  15. .Chat .inline-alert {
  16.     background: #005f94 !important;
  17.     color: #fff;
  18.     padding: 15px;
  19.     margin-left: 40px;
  20.     margin-top: 7px;
  21.     width: 950px;
  22. }
  23. .Chat .inline-alert a {
  24.     color: #fff;
  25. }
  26. /* --- */
  27. body.ChatWindow .Chat li:last-child{
  28.    margin-bottom:10px !important;
  29. }
  30. body.ChatWindow .Chat li {
  31.    padding: 10px 15px 16px 15px;
  32. }
  33. body.ChatWindow .Chat li:not(.inline-alert):not(.continued) {
  34.    margin:10px 20px 0px 80px;
  35.    border-radius:2px 2px 0 0;
  36. }
  37. body.ChatWindow .Chat li.continued {
  38.    margin:0 20px 0 80px;
  39. }
  40. body.ChatWindow .Chat li {
  41.     background:#269edb;
  42.     color: #000;
  43. }
  44. body.ChatWindow .Chat li:not(.continued):not(.inline-alert):before {
  45.     border-color:#005f94 #005f94 transparent transparent;
  46.     border-style: solid;
  47.     border-width: 12px;
  48.     content: "";
  49.     position:absolute;
  50.     top:5px;
  51.     left:-24px
  52. }
  53. body.ChatWindow .Chat li.continued {
  54.   padding-top:0;
  55. }
  56. body.ChatWindow .Chat .avatar {
  57.    left:-60px !important;
  58.    top:-10px !important;
  59.     height: auto;
  60.     width: 30px;
  61. }
  62.  
  63. body.ChatWindow .Chat .username {
  64.    letter-spacing:2px;
  65. }
  66. body.ChatWindow .time {
  67.    position:absolute;
  68.    left:-61px;
  69.    top:35px;
  70.    text-align:center;
  71.    width:32px;
  72.    display:none;
  73.     color: #000;
  74. }
  75. .Chat li:not(.continued):hover .time {
  76.     display: block;
  77. }
  78. body.ChatWindow .continued + .continued {
  79.      margin-top:-15px !important;
  80. }
  81. body.ChatWindow .continued + li:not(.continued):not(.inline-alert) {
  82.   margin-top: 0 !important;
  83. }
  84. .Chat li:not(.inline-alert) a {
  85.     color: #fff;
  86.     text-decoration: underline;
  87. }
  88. .Chat li:not(.inline-alert) a:after {
  89.     content: " ]";
  90. }
  91. .Chat li:not(.inline-alert) a:before {
  92.     content: "[ ";
  93. }
  94. .Chat li:not(.inline-alert) a:hover:after {
  95.     content: " [enlace]";
  96. }
  97. .Chat li:not(.inline-alert) a:hover:before {
  98.     content: "";
  99. }
  100. .Rail li:not(.away) {
  101.     color: #000;
  102.     text-shadow: 0 0 4px #fff;
  103. }
  104. .away {
  105.     color: #fff;
  106.     text-shadow: 0 0 4px #000;
  107.     opacity: 0.6;
  108. }
  109. .away:hover {
  110.     opacity: 1;
  111.     transition: 0.3s;
  112.     background: none;
  113. }
  114. .away .status {
  115.     display: none;
  116. }
  117. .away:hover .status {
  118.     display: block;
  119. }
  120. .Rail li[data-user="Light of Cosmos"] .username:after {
  121.     background-image: none !important;
  122.     content: url("http://images.wikia.com/es.pokemon/images/thumb/e/ee/Master_Ball.png/20px-Master_Ball.png");
  123. }
  124. .Chat li[data-user="Light of Cosmos"] .username:after {
  125.     background: url("http://images.wikia.com/es.pokemon/images/thumb/e/ee/Master_Ball.png/20px-Master_Ball.png");
  126. }
  127. .Rail li[data-user="Pintor Kagamine"] .username:after {
  128.     background-image: none !important;
  129.     content: url("http://images.wikia.com/es.pokemon/images/thumb/3/34/Ultra_Ball.png/20px-Ultra_Ball.png");
  130. }
  131. .Chat li[data-user="Pintor Kagamine"] .username:after {
  132.     background: url("http://images.wikia.com/es.pokemon/images/thumb/3/34/Ultra_Ball.png/20px-Ultra_Ball.png");
  133. }
  134. .Chat li[data-user] .username:after {
  135.     content: "aa";
  136.     color: transparent;
  137.     left: -55px;
  138.     position: absolute;
  139.     top: 24px;
  140. }
  141. .Chat li:hover .username:after {
  142.     display: none;
  143. }
  144. .dropdown .active span {
  145.     display: none;
  146. }
  147. .dropdown,
  148. .dropdown .active {
  149.     border-radius: 0px !important;
  150.     background: #076aa1 !important;
  151.     color: #fff !important;
  152. }
  153. .dropdown li.speciallog {
  154.     border-radius: 0;
  155. }
  156. .Chat .inline-alert.continued {
  157.     margin-top: 10px !important;
  158.     margin-left: 40px !important;
  159. }
  160. .Chat li[data-user] {
  161.     border: 1px solid #fff;
  162.     border-left: none;
  163. }
  164. .Chat li[data-user].continued {
  165.     border-left: 1px solid #fff;
  166.     border-top: none;
  167. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement