Advertisement
Guest User

Saab design | Nettby.eu

a guest
Oct 17th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.08 KB | None | 0 0
  1. body {
  2.     background:url(https://i.imgur.com/YpPMScq.jpg) top right no-repeat; background-attachment:fixed!important;
  3. }
  4. .navbar-default {
  5.     background: #1a1a1a;
  6.     border: none;
  7.     height: 45px;
  8. }
  9. .user-cover-reposition-w img {
  10.     box-shadow: none;
  11. }
  12. textarea.postText {
  13.     border: none;
  14.     padding-top: 12px;
  15.     padding-left: 50px;
  16.     height: 45px;
  17.     box-shadow: none;
  18.     background: #393939;
  19.     border: none!important;
  20.     box-shadow: none!important;
  21. }
  22. .panel-white {
  23.     box-shadow: none;
  24. }
  25. .panel {
  26.     margin-bottom: 20px;
  27.     background-color: #2b2b2b!important;
  28.     border-radius: 3px;
  29. }
  30. hr {
  31.     border-top: none;
  32. }
  33. .post .post-file {
  34.     max-height: 400px;
  35.     background: #282828;
  36.     width: 100%;
  37. }
  38. .btn-default {
  39.     color: #555;
  40.     background-color: #353535;
  41.     border-color: #f1f1f1;
  42. }
  43. .list-group {
  44.     padding-left: 0;
  45.     margin-bottom: 15px;
  46.     /* border: 1px solid #f9f9f9; */
  47.     border-radius: 2px 2px 0 0;
  48.     box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
  49.     background-color: #000!important;
  50.     overflow: hidden;
  51. }
  52. .list-group-item {
  53.     position: relative;
  54.     word-break: break-word;
  55.     display: block;
  56.     font-size: 13px;
  57.     background-color: #2b2b2b;
  58.     color: #555;
  59. }
  60. .btn-main {
  61.     color: #535555;
  62.     background-color: #2b2b2b;
  63.     border-color: #2b2b2b;
  64. }
  65. .list-group-item:first-child {
  66.     border-top-left-radius: 0;
  67.     border-top-right-radius: 0;
  68.     background-color: #2b2b2b;
  69.     color: #858585;
  70. }
  71. .verified-color {
  72.     color: #617436;
  73. }
  74. .header-container .user-avatar img {
  75.     border-radius: 1px;
  76.     margin-top: -4px;
  77.     margin-right: 3px;
  78.     width: 23px;
  79.     border: none;
  80.     border-radius: 50%;
  81. }
  82. .ad-placement-header-footer {
  83.     opacity: 0.2;
  84.     border: none!important;
  85. }
  86. .ad-placement-header-footer:hover {
  87.     opacity: 0.9;
  88.     border: none!important;
  89. }
  90. .profile-top-line {
  91.     background-color: #39393b;
  92. }
  93. .card.hovercard .cardheader img {
  94.     width: 100%;
  95.     opacity: 0.4;
  96. }
  97. .user-cover-reposition-w {
  98.     position: relative;
  99.     width: 100%;
  100.     background: #1e1e1e;
  101. }
  102. .profile-container .card.hovercard .user-avatar img {
  103.     width: 100%;
  104.     border: none;
  105.     box-shadow: 0 1px 2px #444;
  106.     opacity: 0.8;
  107. }
  108. .profile-container .card.hovercard .user-avatar img:hover {
  109.     width: 100%;
  110.     border: none;
  111.     box-shadow: 0 1px 2px #444;
  112.     opacity: 0.9;
  113. }
  114. .online-toggle.pointer {
  115.     background: #2b2b2b!important;
  116. }
  117. li.list-group-item {
  118.     text-transform: uppercase;
  119.     letter-spacing: 3px;
  120.     font-size: 11px;
  121.     color: #7d7d7d;
  122. }
  123. .btn-main:hover {
  124.     color: #617436;
  125.     background-color: #2b2b2b;
  126.     border-color: #2b2b2b;
  127. }
  128. .post .post-file img {
  129.     max-width: 100%;
  130.     border: none;
  131. }
  132. .chat-container.full {
  133.     min-height: 93%;
  134. }
  135. .chat-container {
  136.     background: #2b2b2b !important;
  137. }
  138. div {
  139.     border: none!important;
  140. }
  141. .online-text {
  142.     color: #B9FC00;
  143. }
  144. .form-control {
  145.     width: 100%;
  146.     height: 34px;
  147.     padding: 2px 12px;
  148.     background-color: #2b2b2b;
  149.     border: 1px solid #2b2b2b;
  150.     border-radius: 3px;
  151.     -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  152.     -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  153.     transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  154. }
  155. .recipient-chat-user img {
  156.     max-width: 35px;
  157.     border-radius: 100%;
  158.     opacity: 0.7;
  159. }
  160. .recipient-chat-user img:hover {
  161.     max-width: 35px;
  162.     border-radius: 100%;
  163.     opacity: 0.8;
  164. }
  165. .chat-messages-wrapper {
  166.     height: 250px;
  167.     max-height: 300px;
  168.     overflow: auto;
  169.     overflow-x: hidden;
  170.     border-right: 1px solid #2b2b2b;
  171.     background-color: #474747;
  172.     border-left: 1px solid #2b2b2b;
  173. }
  174. .message.outgoing.pull-right {
  175.     background: #2b2b2b!important;
  176. }
  177. .message.incoming.pull-left {
  178.     background: #2b2b2b!important;
  179. }
  180. .message p {
  181.     color: #dedede;
  182.     padding: 5px 8px 4px;
  183.     margin: 0;
  184.     word-wrap: break-word;
  185.     word-break: break-word;
  186. }
  187. p.message-text {
  188.     color: #dedede!important;
  189. }
  190. .message-text .hash {
  191.     color: #dedede!important;
  192. }
  193. .chat-btns-w, #sendMessage {
  194.     background-color: #dedede;
  195.     border-right: 1px solid #dedede;
  196.     border-left: 1px solid #dedede;
  197.     border-top: none;
  198.     border-bottom: none;
  199. }
  200. .btn-default {
  201.     color: #617436;
  202.     background-color: #353535;
  203.     border-color: none;
  204. }
  205. .hash {
  206.     color: #617436;
  207. }
  208. iframe, .post-map img {
  209.     border: none;
  210.     border-radius: 3px;
  211.     padding: 2px;
  212. }
  213. .cs-loader {
  214.     height: 100%;
  215.     width: 100%;
  216.     background: #2b2b2b;
  217.     color: #5a5a5a;
  218. }
  219.  
  220. ul.list-group {
  221.     border: none!important;
  222.     box-shadow: none!important;
  223. }
  224. .chat-container.full {
  225.     display: none;
  226. }
  227. .white-loading.list-group {
  228.     border: none!important;
  229.     box-shadow: none!important;
  230. }
  231. img {
  232.   -webkit-filter: grayscale(1);
  233.   filter: grayscale(1);
  234. }
  235. img:hover {
  236.   -webkit-filter: none;
  237.   filter: none;
  238. }
  239. .post .post-footer {
  240.     border-top: 1px solid #f4f4f4;
  241.     padding: 10px;
  242.     background: #4d4d4d;
  243. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement