Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. .ipsBox:not( .ipsBox_transparent ):not( .ipsModerated ) {
  2. background-color: #b9b9b9;
  3. }
  4. body {
  5. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  6. font-size: 13px;
  7. line-height: 18px;
  8. color: #ffffff;
  9. height: 100%;
  10. background-color: #a0a0a0;
  11. margin: 0;
  12. }
  13.  
  14.  
  15.  
  16. #ipsLayout_header nav {
  17. background: #656363;
  18. height: 40px;
  19. }
  20. #ipsLayout_header header {
  21. padding: 5px 0;
  22. background: url(/header1.jpg) 50%;
  23. padding-bottom: 40px;
  24. }
  25. .ipsAreaBackground_light {
  26. background: #736969;
  27. }
  28. .ipsDataItem {
  29. width: 100%;
  30. position: relative;
  31. border-width: 0 0 1px 0;
  32. border-style: solid;
  33. border-color: #b7aeae;
  34. }
  35. .ipsAreaBackground_reset {
  36. background: #d0d0d0;
  37. }
  38. .ipsBox {
  39. border: 1px solid #b1b1b1;
  40. box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
  41. border-radius: 3px;
  42. }
  43. .ipsDataList.ipsDataList_zebra .ipsDataItem:not( .ipsDataItem_selected ):not( .ipsModerated ):not( .ipsDataItem_new ):not( .ipsDataItem_success ):not( .ipsDataItem_warning ):not( .ipsDataItem_error ):not( .ipsDataItem_info ):not( .ipsDataItem_status ):nth-child(even) {
  44. background: #e2e2e2;
  45. }
  46. .ipsBreadcrumb > ul > li {
  47. display: inline-block;
  48. line-height: 1;
  49. font-size: 17px;
  50. font-weight: 400;
  51. max-width: 500px;
  52. height: 15px;
  53. white-space: nowrap;
  54. overflow: hidden;
  55. text-overflow: ellipsis;
  56. vertical-align: bottom;
  57. color: #000000;
  58. }
  59. .ipsType_sectionTitle {
  60. font-size: 13px;
  61. font-weight: 500;
  62. text-transform: uppercase;
  63. padding: 12px 15px;
  64. margin-top: 0;
  65. background: #3a3434;
  66. color: #ffffff;
  67. border-radius: 2px 2px 0px 0px;
  68. }
  69. a {
  70. color: #213b58;
  71. text-decoration: none;
  72. }
  73. .ipsType_light {
  74. color: #4e5761;
  75. }
  76. element.style {
  77. color: #007900;
  78. }
  79. .webpage-menu ul li a:hover {
  80. color: #ffffff;
  81. }
  82. .webpage-menu ul li:before {
  83. width: 3px;
  84. height: 0;
  85. background: #ffffff;
  86. left: 50%;
  87. position: absolute;
  88. top: -18px;
  89. content: '';
  90. transition: all .2s ease;
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement