Advertisement
kotletbarani

styl 003

Sep 20th, 2014
773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.26 KB | None | 0 0
  1. STYL.
  2. Wklejamy w ogólne->konfiguracja->strona główna-> banner w nagłówku forum bądź HEAD
  3.  
  4. -~~-~~-~~-~~-~~-~~-~~-~~-~~-~~-~~-~~
  5.  
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Roboto+Slab&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  8. <style type='text/css'>
  9. /* styl w całości wykonany przez kotleta baraniego
  10. * więcej znajdziesz na kotletbarani.blgspot.com
  11. nie kopiuj!*/
  12.  
  13. /**************************************
  14. STYL
  15. ***************************************/
  16. body {
  17. background-repeat: repeat;
  18. background-attachment: fixed;
  19. background-image:url('http://i.imgur.com/4ENAGDW.png');
  20. background-color:black;}
  21. .bodyline {
  22. background-color: #2E2929;
  23. border-left: 3px solid #571B3C;
  24. border-top: 3px solid #571B3C;
  25. border-right: 3px solid #7A1E48;
  26. border-bottom: 3px solid #7A1E48;
  27. border-radius: 4px;
  28. box-shadow: inset 0px 0px 10px rgb(36, 29, 29), 1px 1px 4px rgba(0, 0, 0, 0.39);
  29. -webkit-transition: all 0.5s ease-in-out;
  30. -o-transition: all 0.5s ease-in-out;
  31. -ms-transition: all 0.5s ease-in-out;
  32. -moz-transition: all 0.5s ease-in-out;
  33. transition: all 0.5s ease-in-out;
  34. }
  35. .bodyline:hover {
  36. border-right: 3px solid #571B3C;
  37. border-bottom: 3px solid #571B3C;
  38. border-left: 3px solid #7A1E48;
  39. border-top: 3px solid #7A1E48;
  40. -webkit-transition: all 0.5s ease-in-out;
  41. -o-transition: all 0.5s ease-in-out;
  42. -ms-transition: all 0.5s ease-in-out;
  43. -moz-transition: all 0.5s ease-in-out;
  44. transition: all 0.5s ease-in-out;
  45. }
  46. .nav1 {
  47. height: 17px;
  48. vertical-align: top;
  49. background: transparent;
  50. font-family: 'Roboto Slab', serif;
  51. text-transform: uppercase;
  52. position: relative;
  53. top: 6px;
  54. border-bottom: 2px solid #7A1E48;
  55. }
  56. .nav_top a:link, .nav_top a:visited {
  57. float: center;
  58. font-size: 10px;
  59. text-shadow: -1px -1px 0px black;
  60. font-weight: bold;
  61. padding: 4px 8px 6px 8px;
  62. text-decoration: none;
  63. color: #C5C0C0;
  64. -webkit-transition: all 0.5s ease-in-out;
  65. -o-transition: all 0.5s ease-in-out;
  66. -ms-transition: all 0.5s ease-in-out;
  67. -moz-transition: all 0.5s ease-in-out;
  68. transition: all 0.5s ease-in-out;
  69. }
  70. .nav_top a:hover {
  71. color: #C5C0C0;
  72. background: transparent;
  73. text-shadow: -1px -1px 0px #7A1E48;
  74. -webkit-transition: all 0.5s ease-in-out;
  75. -o-transition: all 0.5s ease-in-out;
  76. -ms-transition: all 0.5s ease-in-out;
  77. -moz-transition: all 0.5s ease-in-out;
  78. transition: all 0.5s ease-in-out;
  79. }
  80.  
  81. .gen, .genmed, .gensmall {
  82. color: rgb(163, 163, 163);
  83. }
  84. .gensmall {
  85. font-size: 11px;
  86. font-family: calibri;
  87. color: grey;
  88. }
  89. a.gen, a.genmed, a.gensmall {
  90. color: #75586D;
  91. text-decoration: none;
  92. -webkit-transition: all 0.5s ease-in-out;
  93. -o-transition: all 0.5s ease-in-out;
  94. -ms-transition: all 0.5s ease-in-out;
  95. -moz-transition: all 0.5s ease-in-out;
  96. transition: all 0.5s ease-in-out;
  97. }
  98. a.gen:hover, a.genmed:hover, a.gensmall:hover {
  99. color: #9D2053;
  100. -webkit-transition: all 0.5s ease-in-out;
  101. -o-transition: all 0.5s ease-in-out;
  102. -ms-transition: all 0.5s ease-in-out;
  103. -moz-transition: all 0.5s ease-in-out;
  104. transition: all 0.5s ease-in-out;
  105. }
  106. .nav {
  107. font-weight: bold;
  108. font-size: 9px;
  109. color: #000000;
  110. text-transform: uppercase;
  111. }
  112. a.nav {
  113. text-decoration: none;
  114. color: #9E9B9B;
  115. text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.56);
  116. -webkit-transition: all 0.5s ease-in-out;
  117. -o-transition: all 0.5s ease-in-out;
  118. -ms-transition: all 0.5s ease-in-out;
  119. -moz-transition: all 0.5s ease-in-out;
  120. transition: all 0.5s ease-in-out;
  121. }
  122. a.nav:hover {
  123. text-decoration: none;
  124. color: #9D2053;
  125. -webkit-transition: all 0.5s ease-in-out;
  126. -o-transition: all 0.5s ease-in-out;
  127. -ms-transition: all 0.5s ease-in-out;
  128. -moz-transition: all 0.5s ease-in-out;
  129. transition: all 0.5s ease-in-out;
  130. }
  131. td.row1 {
  132. background-color: #2E2929;
  133. }
  134. td.row2 {
  135. background-color: #2E2929;
  136. }
  137. .forumline {
  138. background-color: #2E2929;
  139. border-left: 2px solid rgba(87, 27, 60, 0.61);
  140. border-right: 2px solid rgba(87, 27, 60, 0.88);
  141. border-radius: 0px 0px 15px 15px;
  142. }
  143. th {
  144. color: #EEEEEE;
  145. font-size: 10px;
  146. font-weight: bold;
  147. background-image: none;
  148. height: 18px;
  149. background-color: #571B3C;
  150. border-radius: 3px;
  151. font-family: roboto slab;
  152. text-transform: uppercase;
  153. text-shadow: -1px -1px 0px rgb(39, 29, 29);
  154. box-shadow: inset 0px 0px 10px rgb(65, 21, 56);
  155. border-bottom: 3px solid #7A1E48;
  156. }
  157. td.cat, td.catHead {
  158. background-color: #9D2053;
  159. border-width: 0px;
  160. background-image: none;
  161. height: 0px;
  162. position: relative;
  163. top: -2px;
  164. }
  165. a.cattitle {
  166. text-decoration: none;
  167. color: #9D2053;
  168. font-size: 0px;
  169. }
  170. th.thHead, td.catHead {
  171. font-size: 12px;
  172. border: none;
  173. }
  174. a.mainmenu {
  175. text-decoration: none;
  176. color: #B8B2B2;
  177. text-transform: uppercase;
  178. font-family: calibri;
  179. font-size: 10px;
  180. text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.38);
  181. -webkit-transition: all 0.5s ease-in-out;
  182. -o-transition: all 0.5s ease-in-out;
  183. -ms-transition: all 0.5s ease-in-out;
  184. -moz-transition: all 0.5s ease-in-out;
  185. transition: all 0.5s ease-in-out;
  186. }
  187. a:hover {
  188. color: #7A1E48;
  189. -webkit-transition: all 0.5s ease-in-out;
  190. -o-transition: all 0.5s ease-in-out;
  191. -ms-transition: all 0.5s ease-in-out;
  192. -moz-transition: all 0.5s ease-in-out;
  193. transition: all 0.5s ease-in-out;
  194. }
  195. a:link, a:active, a:visited {
  196. text-decoration: none;
  197. color: #AFA6A6;
  198. }
  199. a.mainmenu:hover {
  200. text-decoration: none;
  201. color: #571B3C;
  202. text-transform: uppercase;
  203. font-family: calibri;
  204. font-size: 10px;
  205. text-shadow: -1px -1px 0px rgba(5, 5, 5, 0.38);
  206. -webkit-transition: all 0.5s ease-in-out;
  207. -o-transition: all 0.5s ease-in-out;
  208. -ms-transition: all 0.5s ease-in-out;
  209. -moz-transition: all 0.5s ease-in-out;
  210. transition: all 0.5s ease-in-out;
  211. }
  212. select {
  213. background-color: #3D3A3A !important;
  214. border-top: 2px solid #7A1E48;
  215. border-bottom: 2px solid #7A1E48;
  216. border-right: none;
  217. border-left: none;
  218. margin-top: 2px;
  219. color: grey;
  220. }
  221. input.button {
  222. background-color: #3D3A3A;
  223. color: grey;
  224. font-size: 10px;
  225. font-family: calibri;
  226. text-transform: uppercase;
  227. font-weight: bold;
  228. text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.64);
  229. border: 2px solid #7A1E48;
  230. border-radius: 2px;
  231. box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.45);
  232. }
  233. th.thCornerL, th.thTop, th.thCornerR {
  234. color: #eeeeee;
  235. font-size: 9px;
  236. font-weight: bold;
  237. background-color: #571B3C;
  238. background-image: none;
  239. height: 12px;
  240. border-bottom: 3px solid #7A1E48 !important;
  241. box-shadow: inset 0px 0px 10px rgb(65, 21, 56);
  242. }
  243. td.catBottom {
  244. background-color: #2E2929;
  245. border-width: 0px;
  246. background-image: none;
  247. height: 0px;
  248. position: relative;
  249. top: -2px;
  250. }
  251. input.liteoption {
  252. background-color: #3D3A3A !important;
  253. font-weight: normal;
  254. border-top: 2px solid #7A1E48;
  255. border-bottom: 2px solid #7A1E48;
  256. border-left: none;
  257. border-right: none;
  258. color: grey;
  259. border-radius: 2px;
  260. }
  261. input.post, textarea.post, select {
  262. background-color: #3D3A3A !important;
  263. border-top: 2px solid #7A1E48;
  264. border-bottom: 2px solid #7A1E48;
  265. border-left: none;
  266. border-right: none;
  267. color: grey;
  268. border-radius: 2px;
  269. }
  270. .postdetails {
  271. font-size: 10px;
  272. color: grey;
  273. font-family: calibri;
  274. }
  275.  
  276. input.mainoption {
  277. background-color: #3D3A3A;
  278. font-weight: bold;
  279. border: 2px solid #7A1E48;
  280. text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.64);
  281. text-transform: uppercase;
  282. font-family: calibri;
  283. color: grey;
  284. box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.45);
  285. border-radius: 2px;
  286. font-size: 10px;
  287. }
  288. .copyright {
  289. display: none;
  290. }
  291. a.topictitle:link {
  292. text-decoration: none;
  293. color: grey;
  294. font-family: calibri;
  295. font-size: 12px;
  296. text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.64);
  297. }
  298. a.topictitle:hover {
  299. color:#7A1E48;}
  300.  
  301. a.topictitle:visited {
  302. text-decoration: none;
  303. color: grey;
  304. }
  305. td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
  306. background-image: none;
  307. background-color: #341931;
  308. border: 571B3C;
  309. border-style: solid;
  310. height: 10px;
  311. border-width: 0px 3px 0px 3px !important;
  312. font-family: calibri;
  313. text-transform: uppercase;
  314. font-size: 9px !important;
  315. text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.64);
  316. }
  317. td.spaceRow {
  318. background-color: #FFFFFF;
  319. border: #FFFFFF;
  320. border-style: solid;
  321. display: none;
  322. }
  323. input.post2, textarea.post2, select {
  324. background-color: #3D3A3A;
  325. border: 2px solid #7A1E48;
  326. box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.45);
  327. border-radius: 2px;
  328. color: grey;
  329. font-family: calibri;
  330. }
  331.  
  332. a.forumlink {
  333. text-decoration: none;
  334. color: #864A66 !important;
  335. }
  336.  
  337. #cred:hover {
  338. transition-duration: 0.6s;
  339. -moz-transition-duration: 0.6s;
  340. -webkit-transition-duration: 0.6s;
  341. -o-transition-duration: 0.6s;
  342. opacity: 0.8;
  343. color: rgb(162, 47, 47);
  344. }
  345. #cred {
  346. font-size: 8px;
  347. letter-spacing: 1px;
  348. opacity: 0.3;
  349. font-weight: bold;
  350. color: #CECECE !important;
  351. font-family: calibri;
  352. background-color: #312E2E;
  353. padding: 4px;
  354. border: 1px solid grey;
  355. text-transform: uppercase;
  356. bottom: 10px;
  357. right: 10px;
  358. border-radius: 5px;
  359. position: fixed;
  360. text-decoration: none;
  361. transition-duration: 0.6s;
  362. -moz-transition-duration: 0.6s;
  363. -webkit-transition-duration: 0.6s;
  364. -o-transition-duration: 0.6s;
  365. }
  366. ::-webkit-scrollbar-thumb:vertical {
  367. height:10px;
  368. border:3px solid #2E2929 ;
  369. background-color:#571B3C; margin-top: 30px;
  370. }
  371. ::-webkit-scrollbar-thumb:horizontal {
  372. background-color:#fff;
  373. }
  374. ::-webkit-scrollbar {
  375. width: 9px;
  376. height: 5px;
  377. border: 4px solid #2E2929;
  378. background-color: #2E2929;
  379. margin-top: 30px;
  380. }
  381. .quote {
  382. font-family: cambria;
  383. font-size: 12px;
  384. line-height: 125%;
  385. background-color: #341931;
  386. border: #571B3C;
  387. border-style: solid;
  388. color: grey;
  389. border-radius: 5px;
  390. text-align: justify;
  391. }
  392. .code {
  393. font-family: cambria;
  394. font-size: 11px;
  395. line-height: 125%;
  396. background-color: #341931;
  397. border: #7A1E48;
  398. border-style: solid;
  399. color: grey;
  400. border-radius: 5px;
  401. }
  402. hr {
  403. height: 2px;
  404. background-color: #7A1E48;
  405. border-left: none;
  406. border-right: none;
  407. border-top: 2px solid #571B3C;
  408. border-bottom: 2px solid #9D2053;
  409. }
  410.  
  411. .forumlink {
  412. font-weight: bold;
  413. font-size: 20px;
  414. color: #4F4F4F;
  415. font-family: 'Playfair Display', serif;
  416. text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.64);
  417. text-transform: lowercase;
  418. margin-left: 38px;
  419. position: relative;
  420. bottom: -11px;
  421. }
  422. /**************************************
  423. DZIAŁ
  424. ***************************************/
  425.  
  426. .dzial1{width: 380px; background-color:#341931; height: 110px;box-shadow: 4px 4px 0px #111625;}
  427. .dzial2{width: 340px; height: 64px;background-color: rgb(112, 104, 104);margin-left: 5px;position: relative;top: 20px;border-top: 3px solid #7A1E48;border-bottom: 3px solid #7A1E48;}
  428. .dzial3{width: 320px;height: 44px;padding:10px;font-family: 'Roboto Slab', serif;color: rgb(204, 199, 199);}
  429. .dzial4{border-top: 3px solid #7A1E48;border-bottom: 3px solid #7A1E48;position: relative;top: 20px;width: 340px;height: 64px;}
  430.  
  431. </style>
  432.  
  433.  
  434. <div id="cred">
  435. <a href="http://kotletbarani.blogspot.com">kotletbarani</a>
  436. </div>
  437.  
  438. -~~-~~-~~-~~-~~-~~-~~-~~-~~-~~-~~-~~
  439.  
  440. KODY DZIAŁÓW
  441.  
  442. 1. Z OPISEM
  443. <center><div class="dzial1"><div class="dzial2"><div class="dzial3">Litwo! Ojczyzno moja! Ty jesteś jak zdrowie. Nazywał się dowie kto go czeladka ściskała zanosząc się nie wypuścił, aż na polowanie i wszystkich lekkim witając ukłonem chciała usieść na siano.</div></div></div></center>
  444.  
  445. 2.Z OBRAZKIEM
  446. <center><div class="dzial1"><img src="obrazek koniecznie 340x64" class="dzial4"></div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement