Guest User

Untitled

a guest
Jan 2nd, 2018
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.42 KB | None | 0 0
  1. /*!
  2. Theme Name: Insomnia.gr
  3. Author: nV
  4. Version: 1.0.0
  5. */
  6. .ipsType_richText p {
  7.     margin: 5px;
  8. }
  9. .ipsApp .ipsButton_link {
  10.     background: #5564778a;
  11.     padding: 1px 10px;
  12.     border: 1px solid #2c3038;
  13.     color: #f5f5f5;
  14. }
  15. .ipsApp .ipsButton_important {
  16.     background: #5564778a;
  17.     color: #f5f5f5;
  18.     border: 1px solid #323B46;
  19.     padding: 0px 10px;
  20.     font-weight: normal;
  21. }
  22. .breadcrumb a {
  23.     color: #f5f5f5;
  24. }
  25. a {
  26.     text-decoration: none;
  27.     color: #192529de;
  28. }
  29. .ipsType_light {
  30.     color: #326995;
  31.     font-weight: normal;
  32.     font-size: 11px;
  33. }
  34. .ipsType_richText > p:first-child {
  35.     margin-top: 0;
  36. }
  37. *,
  38. .ipsApp input[type="search"] {
  39.     -webkit-box-sizing: border-box;
  40.     -moz-box-sizing: border-box;
  41.     box-sizing: border-box;
  42. }
  43. .cPost.ipsComment .ipsType_richText,
  44. .cForumRow,
  45. .cForumRow p {
  46.     font-size: 15px;
  47. }
  48. .ipsType_pageTitle {
  49.     font-size: 22px;
  50.     line-height: 1.2;
  51.     margin: 0;
  52.     color: rgba(244, 244, 244, 1);
  53. }
  54. .ipsType_normal.ipsType_richText {
  55.     line-height: 1.5;
  56. }
  57. .ipsType_normal {
  58.     font-size: 15px;
  59. }
  60. .ipsType_richText {
  61.     word-wrap: break-word;
  62.     overflow-wrap: break-word;
  63.     line-height: 1.0;
  64. }
  65. .ipsColumns {
  66.     width: 100%;
  67.     display: table;
  68.     table-layout: fixed;
  69.     border-collapse: collapse;
  70.     border-spacing: 0;
  71. }
  72. body {
  73.     font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  74.     font-size: 18px;
  75.     line-height: 12px;
  76.     color: #525252;
  77.     height: 100%;
  78.     background-color: #2c3038;
  79.     margin: 0;
  80. }
  81.  
  82. .ipsQuote {
  83.     background: #E3E3E3;
  84.     color: #525252;
  85. }
  86.  
  87. .ipsQuote_citation {
  88.     background: #283e599e;
  89.     margin: 0px -15px;
  90.     padding: 5px 15px;
  91.     color: rgba(244, 244, 244, 1);
  92.     font-weight: bold;
  93.     font-size: 13px;
  94.     display: block;
  95. }
  96. .ipsDataItem_lastPoster,
  97. .cForumRow .ipsDataItem_meta {
  98.     font-size: 13px;
  99.     background-color: #BFBFBF;
  100. }
  101. .ipsDataItem_stats {
  102.     background-color: #BFBFBF;
  103. }
  104. .cTopicList .ipsDataItem_icon {
  105.     min-width: 25px;
  106.     background-color: #BFBFBF;
  107. }
  108. .ipsDataItem_main {
  109.     background-color: #BFBFBF;
  110. }
  111. .ipsDataItem_main {
  112.     background-color: #BFBFBF;
  113. }
  114. html[dir="ltr"] .ipsDataList_large .ipsDataItem_icon {
  115.     background-color: #BFBFBF;
  116. }
  117. .ipsColumns.ipsColumns_noSpacing > .ipsColumn:not( .ipsPad) {
  118.     background-color: #BFBFBF;
  119. }
  120. .cPost .ipsComment_meta {
  121.     background-color: #BFBFBF;
  122. }
Advertisement
Add Comment
Please, Sign In to add comment