Advertisement
Guest User

pcinpact

a guest
Sep 27th, 2024
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.72 KB | None | 0 0
  1. /* Insérer le code ici... */
  2.  
  3. Body{
  4. background-color: #b9b9b9 !important;
  5.  
  6. }
  7. a.focus-logo {
  8. color: var(--logo--color);
  9. background: url();
  10. background-size: cover;
  11. height: 80px;
  12. width: 242px;
  13. }
  14. .focus-logo__image {
  15. display: none;
  16. }
  17. #ipsLayout_header {
  18. margin-bottom: 0px;
  19. z-index: var(--z-index--header-primary);
  20. position: static;
  21. min-height: 120px!important;
  22. }
  23. #ipsLayout_header header {
  24. background-color: #CAC8C6 !important;
  25. background: url(https://zupimages.net/up/23/47/p56e.png);
  26. background-size: auto 100%;
  27. background-repeat: no-repeat;
  28. height: 120px;
  29. top:0px;
  30. }
  31. .enable--sticky-header .focus-header {
  32. position: sticky;
  33. }
  34. .focus-precontent {
  35. display:none;
  36. }
  37. .ipsNavBar_primary > ul {
  38. display:none;
  39. }
  40. .ipsLayout_container {
  41. padding: 0 0px;
  42. margin: 0 0 0 0;
  43. position: relative;
  44. }
  45. #ipsLayout_body {
  46. margin: 0 0;
  47. padding-top: 0px !important;
  48. }
  49. #ipsLayout_body {
  50. margin: 0 0;
  51. }
  52. #ipsLayout_header {
  53. min-height: 81px;
  54. }
  55. .focus-content-padding {
  56. padding: 0px;
  57. }
  58. .ipsBreadcrumb {
  59. color: rgb(0 0 0);
  60. background: rgb(175 175 175 / 70%);
  61. border-radius: 0px;
  62. }
  63. .focus-breadcrumb {
  64. display: flex;
  65. align-items: center;
  66. }
  67. .focus-precontent > * {
  68. margin-bottom: 0px;
  69. }
  70. [data-focus-blocks~="contrast"] .ipsPageHeader:not(.ipsBox) {
  71. padding: 0px;
  72. }
  73. .ipsMargin_vertical, .ipsMargin_bottom {
  74. margin-bottom: 0px !important;
  75. }
  76. .ipsApp .ipsSpacer_bottom, .ipsApp .ipsSpacer_both {
  77. margin-bottom: 0px;
  78. }
  79. .ipsNavBar_primary > ul > li > a {
  80. background: linear-gradient(0deg, #FC9D0B,#FDCC7B );
  81. border-radius: 0px;
  82. box-shadow: var(--nav--box-shadow);
  83. color: rgba(0, 0, 0, .7);
  84. font-size: var(--nav--font-size);
  85. font-weight: var(--nav--font-weight) !important;
  86. padding: 0px var(--nav--padding);
  87. text-transform: var(--nav--text-transform);
  88. }
  89. .focus-user-bar {
  90. color: #000;
  91. background: linear-gradient(0deg, #FC9D0B,#FDCC7B );
  92. border: 1px solid #9A9D9A;
  93. border-radius: 0px;
  94. box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  95. position: relative;
  96. z-index: var(--z-index--header-secondary);
  97. }
  98. #elSearch, .focus-search:empty {
  99. background: rgb(0 0 0 / 0%);
  100. color: #000;
  101. height: var(--search--height);
  102. width: var(--search--width);
  103. border-radius: 0px;
  104. box-shadow: none;
  105. }
  106. body {
  107. background-color: #F5F2F5;
  108. }
  109. /*-------------------DECTION TITEL----------------*/
  110. [data-focus-blocks~="contrast"] .ipsPageHeader:not(.ipsBox), [data-focus-blocks~="contrast"] .ipsPager, [data-focus-blocks~="pages"] .ipsWidget.ipsWidget_horizontal[data-blockid^="app_cms"]:not([data-blockid^="app_cms_RecordFeed"]):not([data-blockid^="app_cms_pagebuilder"]), [data-focus-blocks~="contrast"] [data-pagecontroller="streams"] .ipsStreamItem.ipsStreamItem_actionBlock, [data-focus-blocks~="contrast"] #elMessageViewer .ipsEmpty, [data-focus-blocks~="contrast"] #elClubHeader ~ .ipsColumns > .ipsColumn > .ipsBox_alt, [data-focus-blocks~="contrast"] #elMessageSidebar + .ipsBox_alt a, [data-focus-blocks~="contrast"] [data-pagecontroller="profile"] #ipsLayout_mainArea > .ipsDataList, [data-pagecontroller="cookies"] .ipsPageHeader + .ipsBox_alt, [data-focus-blocks~="contrast"] [data-pagecontroller="announcement"] #ipsLayout_mainArea > .ipsPadding, [data-pageapp='core'][data-pagecontroller="terms"] #ipsLayout_mainArea > .ipsType_richText {
  111. border-radius: 0px;
  112. background-color: rgb(121 121 121 / 93%) !important;
  113. }
  114. .ipsType_sectionTitle {
  115. background: linear-gradient(0deg, #FC9D0B,#FDCC7B );
  116. font-size: 12px;
  117. border-radius: 0px;
  118. border-width: var(--sectiontitle--border-width);
  119. border-style: var(--sectiontitle--border-style);
  120. border-color: var(--sectiontitle--border-color);
  121. box-shadow: var(--sectiontitle--box-shadow);
  122. text-shadow: var(--sectiontitle--text-shadow);
  123. padding: 3px;
  124. position: relative;
  125. color: black;
  126. }
  127. .ipsWidget_title {
  128. background: linear-gradient(0deg, #FC9D0B,#FDCC7B );
  129. color: black;
  130. padding: 0px;
  131. }
  132. a.ipsType_sectionTitle, .ipsType_sectionTitle a {
  133. color: black;
  134. }
  135. .cForumList .ipsDataItem_title a {
  136. background-color: transparent;
  137. color: #cb8300;
  138. text-shadow: 0px 1px 0px #0000001a;
  139. }
  140. .ipsDataList {
  141. display: block;
  142. width: auto;
  143. background: #ededed;
  144. color: black !important;
  145. }
  146. .ipsDataItem {
  147. background: linear-gradient(180deg, white, #d7d7d7);
  148. width: 100%;
  149. }
  150. .cForumList .ipsDataItem {
  151. border-bottom-width: 1px;
  152. background: linear-gradient(180deg, white, #d7d7d7);
  153. }
  154. .ipsDataItem {
  155. border: 1px solid grey;
  156. border-width: 0px 1px 1px 1px;
  157. }
  158. .ipsDataList_large .ipsDataItem_main, .ipsDataList_large .ipsDataItem_stats, .ipsDataList_large .ipsDataItem_lastPoster, .ipsDataList_large .ipsDataItem_generic, .ipsDataItem_main, .ipsDataItem_stats, .ipsDataItem_lastPoster, .ipsDataItem_generic, .ipsDataItem_modCheck, .ipsDataItem_icon {
  159. padding-top: 5px;
  160. padding-bottom: 5px;
  161. }
  162. html[dir="ltr"] .ipsDataList_large .ipsDataItem_icon {
  163. padding-right: 0px;
  164. border: 1px solid;
  165. }
  166. .ipsWidget_inner:not(.ipsPad_half) > .ipsDataList > .ipsDataItem {
  167. padding: 0 var(--sp-2);
  168. background: linear-gradient(90deg, #FCFBFE, #E1DEE2);
  169. border: 1px solid darkgrey;
  170. }
  171. .ipsPadding\:half {
  172. padding: 0px;
  173. }
  174. [data-focus-blocks~="contrast"] .ipsPageHeader:not(.ipsBox) {
  175. padding: 0px;
  176. display:none;
  177. }
  178. #cbInput_container input {
  179. margin: 0px !important;
  180. background-color: grey;
  181. color: black;
  182. }
  183. .ipsDataItem_meta {
  184. margin: 0;
  185. color: black;
  186. }
  187. .ipsDataList_large .ipsDataItem_icon {
  188. padding: 0px;
  189.  
  190. }
  191. .ipsBox, #ipsLayout_mainArea > .ipsForm[action$='do=edit'] > .ipsForm {
  192. box-shadow: none;
  193. border-radius: 0px;
  194. background-color: rgb(125 125 125 / 93%);
  195. }
  196. .ipsWidget_vertical {
  197. margin-bottom: 0px;
  198. }
  199. .cGalleryPatchwork_list, .cPromotedWidgetItem, #elMyClubsActivity .ipsStreamItem_snippet .ipsColumns, #chatcontent .ipsDataItem, .ipsWidget_horizontal[data-blockid^="app_forums_postFeed_"] .ipsDataItem, [data-blockid^="app_core_guestSignUp_"] .ipsGrid, .cNexusProduct_mini {
  200. display: block;
  201. background:linear-gradient(179deg, #cdcdcd, #fff6f6);
  202. }
  203. .ipsPad_half, .ipsApp ul.ipsPad_half, .ipsApp ol.ipsPad_half {
  204. padding: 1px;
  205. }
  206. .ipsUserPhoto img {
  207. border-radius: 0px;
  208. width: 100%;
  209. height: 100%;
  210. vertical-align: top;
  211. object-fit: cover;
  212. }
  213. .ipsWidget.ipsWidget_horizontal:not( .ipsWidgetHide ) {
  214. margin-bottom: 0px;
  215. }
  216. [data-focus-blocks~="contrast"] .ipsPageHeader:not(.ipsBox) {
  217. margin-bottom: 0px !important;
  218. }
  219. a.ipsDataItem_title {
  220. color: black;
  221. font-family: "tahoma";
  222. }
  223. .ipsType_break a {
  224. word-wrap: break-word;
  225. word-break: break-word;
  226. color: black;
  227. }
  228. /*new icon */
  229. [data-focus-ui~="new-badge"] .cForumList .ipsDataItem_unread .ipsDataItem_title::before, [data-focus-ui~="new-badge"] .cForumGrid--unread .cForumGrid__title::before {
  230. background: linear-gradient(339deg, #717171, #b9b9b9);
  231. color: var(--new-badge--color, #fff);
  232. }
  233. #ipsLayout_footer {
  234. display:none;
  235. }/* SUB FORUM*/
  236. h4.ipsDataItem_title.ipsContained_container a {
  237. color: black!important;
  238. }
  239. .ipsDataItem_unread .ipsDataItem_lastPoster__title a {
  240. font-weight: bold;
  241. color: black !important;
  242. }
  243. .ipsMargin_vertical, .ipsMargin_bottom {
  244. margin-bottom: 0px !important;
  245. }
  246. .ipsApp .ipsSpacer_top, .ipsApp .ipsSpacer_both {
  247. margin-top: 0px;
  248. }
  249. hr.ipsHr {
  250. display:none;
  251. }
  252. /*chatbox*/
  253. .chatboxLink {
  254. color: darkblue !important;
  255. text-decoration: underline;
  256. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement