Guest User

Untitled

a guest
Feb 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.48 KB | None | 0 0
  1. /*
  2. Mobile Version: 3.0 beta - 16 Juillet 2011
  3. Thank to : iWebKit css 5.04 by Christopher Plieger (for v3.x)
  4. Thank to : elv13 for debug v1 for FluxBB 1.4 (for v2.x)
  5. */
  6.  
  7. body {
  8. position:relative;
  9. margin:0;
  10. -webkit-text-size-adjust:none;
  11. min-height:416px;
  12. font-family:helvetica,sans-serif;
  13. -webkit-background-size:0.438em 100%;
  14. background:-webkit-gradient(linear,left top,right top,from(#c5ccd4),color-stop(71%,#c5ccd4),color-stop(72%,#cbd2d8),to(#cbd2d8));
  15. -webkit-touch-callout:none;
  16. text-color: black;
  17. }
  18.  
  19.  
  20. @media screen and (max-width:320px)
  21. {
  22. #brdtitle, #brdtitle h1 { height:44px; }
  23. #brdtitle h1 {
  24. line-height:44px;
  25. font-size:16pt;
  26. }
  27. ; }
  28.  
  29. @media screen and (max-width:321px)
  30. {
  31. #brdtitle, #brdtitle h1 { height:32px; }
  32. #brdtitle h1 {
  33. line-height:32px;
  34. font-size:13pt; }
  35.  
  36. #punwrap {
  37. width:320px;
  38. max-width:320px;
  39. min-width:320px;
  40. }
  41. #punindex {
  42. width:310px;
  43. }
  44. ; }
  45. .pun .block2col .blockform, .pun .block2col .block {
  46. margin-left: 0;
  47. }
  48. .pun textarea, .pun input, .pun select {
  49. padding:5px 9px;
  50. position:relative;
  51. overflow:hidden;
  52. padding:0;
  53. margin-top:5px;
  54. font-size:medium;
  55. border:1px solid #878787;
  56. background-color: transparent;
  57. max-height: 200px;
  58. width: 100%;
  59. color: black;
  60. }
  61. .pun select {
  62. max-width: 200px;
  63. }
  64. #brdtitle {
  65. position:relative;
  66. left:0;
  67. top:0;
  68. width:auto;
  69. background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(133,133,133,0.7)),color-stop(3%,rgba(99,99,99,0.7)),color-stop(50%,rgba(32,32,32,0.7)),color-stop(51%,rgba(0,0,0,0.7)),color-stop(97%,rgba(0,0,0,0.7)),to(rgba(38,38,38,0.7)));
  70. }
  71. #brdtitle h1, #brdtitle h1 a {
  72. position:absolute;
  73. font-weight:bold;
  74. top:0;
  75. left:0;
  76. right:0;
  77. padding:0 10px;
  78. text-align:center;
  79. text-overflow:ellipsis;
  80. white-space:nowrap;
  81. overflow:hidden;
  82. color:#FFF;
  83. text-shadow:rgba(0,0,0,0.6) 0 -1px 0;
  84. }
  85. #idx1 h2 span {
  86. position:relative;
  87. right:20px;
  88. left:9px;
  89. color:#4C4C4C;
  90. text-shadow:#FFF 0 1px 0;
  91. padding:1px 0 3px 8px;
  92. background-color: transparent;
  93. }
  94. .pun h2 {
  95. background-color: transparent;
  96. color:#4C4C4C;
  97. text-shadow:#FFF 0 1px 0;
  98. }
  99. .pun .box, .pun td {
  100. border: 0px;
  101. background-color: transparent;
  102. color: black;
  103. }
  104. .pun .postfootright ul, .pun .postfootright div, .pun .postfootright p, .pun .postfootleft p {
  105. padding: 0px 5px;
  106. }
  107. .pun {
  108. margin: 0px;
  109. color: black;
  110. }
  111. #brdstats, div.pagepost, #quickpost .box, #brdfooter #modcontrols, #postform .box, .blockform .box {
  112. -webkit-border-radius:8px;
  113. background-color:#fff;
  114. border:1px solid #878787;
  115. overflow:hidden;
  116. padding:0px;
  117. position:relative;
  118. display:block;
  119. height:auto;
  120. width:auto;
  121. margin:3px 5px 7px;
  122. list-style:none;
  123. color: black;
  124. }
  125.  
  126. div.pagepost {
  127. padding-left: 5px;
  128. padding-right: 5px;
  129. }
  130.  
  131. .tcl {
  132. width:50%;
  133. }
  134.  
  135.  
  136.  
  137. #brdmenu li {
  138. margin-right:2px;
  139. padding-left:2px;
  140. line-height:20px;
  141. }
  142.  
  143. .pun h1 {
  144. background-repeat:no-repeat;
  145. height:0px;
  146. }
  147.  
  148. .pun #brdtitle p{
  149. height:20px;
  150. }
  151.  
  152. .pun #brdmenu {
  153. background-image:none;
  154. padding:0;
  155. }
  156. div.linkst .conl,div.linksb .conl,div.postlinksb .conl {
  157. width:6em;
  158. }
  159.  
  160. div.linkst .conr,div.linksb .conr,div.postlinksb .conr {
  161. width:12em;
  162. }
  163.  
  164. .linkst ul,.linksb ul,.postlinksb ul {
  165. margin-left:0;
  166. clear:left;
  167. }
  168.  
  169. div.icon {
  170. margin-left:.1em;
  171. }
  172.  
  173. td div.tclcon {
  174. margin-left:1.6em;
  175. }
  176.  
  177. div.postleft,div.postfootleft {
  178. width:100px;
  179. float:left;
  180. clear:both;
  181. }
  182.  
  183. div.postleft {
  184. padding-bottom:5px;
  185. max-width:50px;
  186. width:50px;
  187. }
  188.  
  189. div.postright,div.postfootright {
  190. border-left-width:0;
  191. border-left-style:solid;
  192. }
  193.  
  194. div.postright {
  195. padding-top:5px;
  196. padding-bottom:5px;
  197. }
  198.  
  199. div.block2col div.blockform,div.block2col div.block,#viewprofile dd {
  200. margin-left:0;
  201. }
  202. .pun .blockmenu {
  203. float: none;
  204. width: 100%;
  205. }
  206. #searchform .conl input {
  207. width:150px;
  208. }
  209.  
  210. #searchform input {
  211. width:70%;
  212. }
  213.  
  214. .blockform .rbox input {
  215. width:25px;
  216. }
  217.  
  218. .pubgoog, .box div.conr, .pun td p, .tc2, .tc3, .tcmod, .tcl td, #brdstats .conr, #brdwelcome .conl, div.postleft dd, div.postfootleft, .forumdesc, #brddesc, .bblinks, .pun #brdmenu #navindex,.pun #brdmenu #navuserlist,.pun #brdmenu #navsearch {
  219. display:none;
  220. }
  221.  
  222. #brdstats .conl,#brdfooter .conl {
  223. width:25em;
  224. }
  225.  
  226. div.blockmenu,#viewprofile dt {
  227. width:100%;
  228. }
  229.  
  230. div.txtarea,.blockform input {
  231. width:95%;
  232. }
  233.  
  234.  
  235.  
  236. .postleft img {
  237. max-width:40px;
  238. max-height:40px;
  239. }
  240.  
  241. .pun td p {
  242. display:none;
  243. }
  244.  
  245. .postleft img {
  246. max-width:40px;
  247. max-height:40px;
  248. }
  249.  
  250.  
  251. div.postright {
  252. border-left-width:50px !important;
  253. border-bottom-width:0px !important;
  254. }
  255.  
  256. .postleft dt{
  257. -webkit-transform: rotate(-90deg);
  258. -moz-transform: rotate(-90deg);
  259. height:100px;
  260. width:100px;
  261. text-align:right;
  262. }
  263.  
  264. .postsignature img {
  265. max-height:70px;
  266. }
  267.  
  268. .postsignature {
  269. min-height:0px;
  270. height: 75px;
  271. }
  272. .postfootleft, .postfootright{
  273. max-height:20px;
  274. display: inline;
  275. }
  276. .postfootright {
  277. width:auto;
  278. }
  279. .usertitle {
  280. display:none !important;
  281. color:red;
  282. max-height:0px; /*Bogue de prioritee pour le display*/
  283. }
  284.  
  285. .blockpost h2 span {
  286. display: inline;
  287. background: transparent;
  288. }
  289. .blockpost h2 {
  290. background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(133,133,133,0.7)),color-stop(3%,rgba(99,99,99,0.7)),color-stop(50%,rgba(32,32,32,0.7)),color-stop(51%,rgba(0,0,0,0.7)),color-stop(97%,rgba(0,0,0,0.7)),to(rgba(38,38,38,0.7)));
  291. }
  292.  
  293. #profile .blockmenu .box .inbox ul {
  294. display: inline;
  295. }
  296.  
  297. #profile .blockmenu {
  298. margin-bottom:25px;
  299. min-width:60px;
  300. max-width:100px;
  301. }
  302.  
  303. #profile .blockform {
  304. float:none;
  305. margin-left: 0px !important;
  306. width:320px;
  307. margin-top:20px;
  308. }
  309.  
  310. #profile .blockform .inform, #profile .infldset, #profile input {
  311. max-width:320px !important;
  312. width:200px !important;
  313. margin-left:2px;
  314. }
  315.  
  316.  
  317. /* Links
  318. ----------------------------------------------------------------*/
  319. .pun legend {
  320. color: #0077CC;
  321. }
  322. .postmsg {
  323. color: white;
  324. }
  325. .pun a:link, .pun a:visited {
  326. color: #0088CC;
  327. text-decoration: none;
  328. }
  329.  
  330. .pun a:hover, .pun a:active, .pun a:focus {
  331. color: #0066CC;
  332. }
  333.  
  334. .pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img {
  335. border-color: #f6b620;
  336. }
  337.  
  338. .pun .postmsg .postimg a:hover img, .pun .postmsg .postimg a:active img, .pun .postmsg .postimg a:focus img {
  339. border-color: #ffee40;
  340. }
  341.  
  342. .pun .postreport a:link, .pun .postreport a:visited,
  343. .pun .iclosed td.tcl a:link, .pun .iclosed td.tcl a:visited {
  344. color: #888
  345. }
  346.  
  347. .pun .postreport a:hover, .pun .postreport a:active,
  348. .pun .iclosed td.tcl a:hover, .pun .iclosed td.tcl a:active {
  349. color: #aaa
  350. }
  351.  
  352. .pun .maintenancelink a:link, .pun .maintenancelink a:visited {
  353. color: #ff4000
  354. }
  355.  
  356. .pun .maintenancelink a:hover, .pun .maintenancelink a:active {
  357. color: #ff5010
  358. }
  359.  
  360. .pun #brdmenu {
  361. text-align:center;
  362. }
Add Comment
Please, Sign In to add comment