tarteaucitron.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. /***
  2. * Responsive layout for the control panel
  3. */
  4. @media screen and (max-width:479px) {
  5. #tarteaucitron #tarteaucitronInfo {
  6. background-image: none;
  7. font-size: 16px !important;
  8. padding-right: 0;
  9. text-align: center;
  10. }
  11. #tarteaucitron .tarteaucitronLine .tarteaucitronName {
  12. width: 90% !important;
  13. }
  14. #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
  15. float: left !important;
  16. margin: 10px 15px 5px;
  17. }
  18. }
  19. @media screen and (max-width:767px) {
  20. #tarteaucitron {
  21. border: 0 !important;
  22. bottom: 0 !important;
  23. height: 100% !important;
  24. max-height: 100% !important;
  25. max-width: 100% !important;
  26. top: 0 !important;
  27. width: 100% !important;
  28. }
  29. #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
  30. text-align: left !important;
  31. }
  32. }
  33. @media screen and (min-width:768px) and (max-width:991px) {
  34. #tarteaucitron {
  35. border: 0 !important;
  36. margin: 0 5%;
  37. max-height: 80% !important;
  38. width: 90% !important;
  39. }
  40. }
  41. /***
  42. * Common value
  43. */
  44. #tarteaucitron * {
  45. zoom: 1;
  46. }
  47. #tarteaucitron .clear {
  48. clear: both;
  49. }
  50. #tarteaucitron a {
  51. color: rgb(66, 66, 66);
  52. font-size: 11px;
  53. font-weight: 700;
  54. text-decoration: none;
  55. }
  56. #tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
  57. color: #fff;
  58. }
  59. #tarteaucitron b {
  60. font-size: 22px;
  61. font-weight: 500;
  62. }
  63. /***
  64. * Root div added just before </body>
  65. */
  66. #tarteaucitronRoot {
  67. left: 0;
  68. position: absolute;
  69. right: 0;
  70. top: 0;
  71. width: 100%;
  72. }
  73. #tarteaucitronRoot * {
  74. box-sizing: initial;
  75. color: #333;
  76. font-family: sans-serif;
  77. font-size: 14px;
  78. vertical-align: initial;
  79. }
  80. /***
  81. * Control panel
  82. */
  83. #tarteaucitronBack {
  84. background: rgba(255, 255, 255, 0.7);
  85. display: none;
  86. height: 100%;
  87. left: 0;
  88. position: fixed;
  89. top: 0;
  90. width: 100%;
  91. z-index: 2147483646;
  92. }
  93. #tarteaucitron {
  94. background: #fff;
  95. box-shadow: 0 0 15px #4a4a4a;
  96. display: none;
  97. left: 0;
  98. margin: 0 auto;
  99. max-height: 80%;
  100. overflow: auto;
  101. padding: 0;
  102. position: fixed;
  103. right: 0;
  104. top: 10%;
  105. width: 860px;
  106. z-index: 2147483647;
  107. }
  108. #tarteaucitron #tarteaucitronClosePanel {
  109. background: #333333;
  110. color: #fff;
  111. cursor: pointer;
  112. font-size: 12px;
  113. font-weight: 700;
  114. text-decoration: none;
  115. padding: 4px 0;
  116. position: absolute;
  117. right: 0;
  118. text-align: center;
  119. width: 70px;
  120. }
  121. #tarteaucitron #tarteaucitronInfo {
  122. background: rgba(51, 51, 51, 0.1);
  123. border-bottom: 4px solid #fff;
  124. clear: both;
  125. color: #333;
  126. font-size: 24px;
  127. padding: 20px 20px 18px 20px;
  128. text-align: center;
  129. }
  130. #tarteaucitron #tarteaucitronDisclaimer {
  131. color: #555;
  132. font-size: 12px;
  133. margin: 15px auto 0;
  134. width: 80%;
  135. }
  136. #tarteaucitron #tarteaucitronServices {
  137. background: #fff;
  138. border-bottom: 4px solid #fff;
  139. min-height: 250px;
  140. }
  141. #tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  142. display: none;
  143. }
  144. #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
  145. background: rgba(51, 51, 51, 0.2);
  146. color: #333;
  147. font-size: 20px;
  148. padding: 18px 22px;
  149. text-align: center;
  150. }
  151. #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .tarteaucitronDetails {
  152. color: #555;
  153. font-size: 12px;
  154. }
  155. #tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  156. background: #f5f5f5;
  157. }
  158. #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  159. background: #fafafa;
  160. border-left: 5px solid #f5f5f5;
  161. margin: 1px 0;
  162. overflow: hidden;
  163. padding: 15px 5px;
  164. }
  165. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  166. background: #444 !important;
  167. border: 0;
  168. margin-bottom: 5px;
  169. }
  170. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  171. margin-top: 2px;
  172. }
  173. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b {
  174. color: #fff;
  175. }
  176. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  177. margin-top: 0px !important;
  178. }
  179. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  180. display: inline-block;
  181. float: left;
  182. margin-left: 15px;
  183. text-align: left;
  184. width: 50%;
  185. }
  186. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  187. text-decoration: underline;
  188. }
  189. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  190. display: inline-block;
  191. float: right;
  192. margin: 7px 15px 0;
  193. text-align: right;
  194. }
  195. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
  196. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
  197. .tac_activate .tarteaucitronAllow {
  198. background: gray;
  199. border-radius: 4px;
  200. color: #fff;
  201. cursor: pointer;
  202. display: inline-block;
  203. padding: 6px 10px;
  204. text-align: center;
  205. text-decoration: none;
  206. width: auto;
  207. }
  208. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  209. color: #333;
  210. font-size: 12px;
  211. }
  212. #tarteaucitron #tarteaucitronFooter {
  213. background: rgba(51, 51, 51, 0.1);
  214. border-top: 1px solid #eee;
  215. margin: 20px auto 0px;
  216. padding: 15px 0 15px;
  217. text-align: center;
  218. }
  219. #tarteaucitron #tarteaucitronFooter a {
  220. color: #666;
  221. font-style: normal;
  222. text-decoration: underline;
  223. }
  224. /***
  225. * Big alert
  226. */
  227. .tarteaucitronAlertBigTop {
  228. top: 0;
  229. }
  230. .tarteaucitronAlertBigBottom {
  231. bottom: 0;
  232. }
  233. #tarteaucitronAlertBig {
  234. background: #333;
  235. color: #fff !important;
  236. display: none;
  237. font-size: 15px !important;
  238. left: 0;
  239. padding: 5px 5%;
  240. position: fixed;
  241. text-align: center;
  242. width: 90%;
  243. box-sizing: content-box;
  244. z-index: 2147483645;
  245. }
  246. #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  247. font: 15px verdana;
  248. color: #fff;
  249. }
  250. #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize {
  251. background: #008300;
  252. color: #fff;
  253. cursor: pointer;
  254. display: inline-block;
  255. font-size: 16px;
  256. padding: 5px 10px;
  257. text-decoration: none;
  258. margin-left: 7px;
  259. }
  260. #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  261. background: #fff;
  262. color: #333;
  263. font-size: 13px;
  264. margin-left: 7px;
  265. padding: 4px 10px;
  266. }
  267. /***
  268. * Small alert
  269. */
  270. #tarteaucitronAlertSmall {
  271. background: #333;
  272. bottom: 0;
  273. color: #fff !important;
  274. cursor: pointer;
  275. display: none;
  276. font-size: 11px !important;
  277. padding: 5px;
  278. position: fixed;
  279. right: 0;
  280. text-align: center;
  281. z-index: 2147483645;
  282. }
  283. #tarteaucitronAlertSmall #tarteaucitronDot {
  284. background-color: gray;
  285. border-radius: 5px;
  286. display: inline-block;
  287. height: 8px;
  288. margin-top: 5px;
  289. overflow: hidden;
  290. width: 100%;
  291. }
  292. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotGreen,
  293. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotYellow,
  294. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotRed {
  295. display: block;
  296. float: left;
  297. height: 100%;
  298. width: 0%;
  299. }
  300. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotGreen {
  301. background-color: #1B870B;
  302. }
  303. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotYellow {
  304. background-color: #FBDA26;
  305. }
  306. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotRed {
  307. background-color: #9C1A1A;
  308. }
  309. /***
  310. * Fallback activate link
  311. */
  312. .tac_activate {
  313. background: #333;
  314. color: #fff;
  315. display: table;
  316. font-size: 12px;
  317. height: 100%;
  318. line-height: initial;
  319. margin: auto;
  320. text-align: center;
  321. width: 100%;
  322. }
  323. .tac_float {
  324. display: table-cell;
  325. text-align: center;
  326. vertical-align: middle;
  327. }
  328. .tac_activate .tac_float b {
  329. color: #fff !important;
  330. }
  331. .tac_activate .tac_float .tarteaucitronAllow {
  332. background-color: #1B870B;
  333. display: inline-block;
  334. }
  335. /***
  336. * CSS for services
  337. */
  338. ins.ferank-publicite, ins.adsbygoogle {
  339. text-decoration: none;
  340. }
  341. div.amazon_product {
  342. height:240px;
  343. width:120px;
  344. }