Advertisement
FrozenZuke

cpal backup

Jun 24th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. ------
  2. http://prntscr.com/t5sd0e
  3. http://prntscr.com/t5sd7p
  4. -------
  5. <center><strong>Welcome to the</strong></center><center><strong>CP Army League </strong></center>Since 2018, it is has become our goal to be main news outlet for the Club Penguin Community. At CP Army League, we will be organizing tournaments, contests, and keeping you up to date on the latest news happening around the community. Every week, we release our weekly Top Ten rankings that help decide who the biggest armies in the community are. Feel free to discuss, debate, and be a part of army history by sharing your opinions and commenting on our staff's posts.
  6.  
  7. -CP Army League Staff
  8.  
  9. ------
  10. <a><img class="sidebar-btn aligncenter" src="https://cpoarmyleague.com/wp-content/uploads/2020/06/navi-1.png" alt="" width="156" height="92" /> </a>
  11. <a href="https://cpoarmyleague.com/"><img class="sidebar-btn aligncenter" src="https://cpoarmyleague.com/wp-content/uploads/2020/06/Home1z.png" alt="" width="157" height="93" /> </a><a href="https://cpoarmyleague.com/index.php/about/">
  12. <img class="sidebar-btn aligncenter" src="https://cpoarmyleague.com/wp-content/uploads/2020/06/About1z.png" alt="" width="159" height="94" /></a><a href="https://cpoarmyleague.com/index.php/guide-2/">
  13. <img class="sidebar-btn aligncenter" src="https://cpoarmyleague.com/wp-content/uploads/2020/06/Guide1z.png" alt="" width="157" height="93" /></a>
  14. <a href="https://cpoarmyleague.com/index.php/armies-2/"> <img class="sidebar-btn aligncenter" src="https://cpoarmyleague.com/wp-content/uploads/2020/06/Armies1z.png" alt="" width="157" height="93" /></a>
  15. <a href="https://cpoarmyleague.com/map"><img class="sidebar-btn aligncenter" src="https://cpoarmyleague.com/wp-content/uploads/2020/06/Map1z.png" alt="" width="159" height="94" /></a>
  16. <a href="https://cpoarmyleague.com/index.php/legends-3/"><img class="sidebar-btn aligncenter" src="https://cpoarmyleague.com/wp-content/uploads/2020/06/Legends1z.png" alt="" width="158" height="93" /></a><a href="https://cpoarmyleague.com/index.php/history/">
  17. <img class="sidebar-btn aligncenter" src="https://cpoarmyleague.com/wp-content/uploads/2020/06/History1z.png" alt="" width="158" height="93" /></a>
  18.  
  19. -----
  20. <a><img class="sidebar-btn aligncenter" src="https://cpoarmyleague.com/wp-content/uploads/2020/06/top10.png" alt="" width="156" height="92" /> </a>
  21. <h2 style="text-align: center;"></h2>
  22. <h2 style="text-align: center;"><strong>1. <span style="color: #993300;">Pirates</span></strong></h2>
  23. <h2 style="text-align: center;"><strong>2. <span style="color: #ff6600;">Doritos</span></strong></h2>
  24. <h2 style="text-align: center;"><strong>3. </strong><span style="color: #000000;">Dark Warriors</span></h2>
  25. <h2 style="text-align: center;">4. <span style="color: #00ccff;">Ice Warriors</span></h2>
  26. <h2 style="text-align: center;">5. <span style="color: #333399;">Skaters</span></h2>
  27. <h2 style="text-align: center;">6. <span style="color: #008000;">Elites</span></h2>
  28. <h2 style="text-align: center;"><strong>7. <span style="color: #800080;">Royal Family</span></strong></h2>
  29. <h2 style="text-align: center;"><strong>8.<span style="color: #808080;"> Special Weapons &amp; Tactics</span></strong></h2>
  30. <h2 style="text-align: center;"><strong>9. </strong><strong><span style="color: #cc99ff;">One Direction Army</span></strong></h2>
  31. <h2 style="text-align: center;"><strong>10. <span style="color: #ff9900;">Golden Troops</span></strong></h2>
  32. ----
  33. /* THIS CODE WAS CREATED BY POCHOMA123 IN 2012, UPDATED BY MRWYOSKYGUY OVER THE COURSE OF 8+ YEARS OF SPENDING TIME IN ARMIES. It has been copy and pasted from all over the army community, and I've finally gotten around to giving myself attribution for it lmao. When I got this code, it was basic and extremely default, and over the years I have experimented with a multitude of different effects, borders, and more. This code has been designed for CPOAL. */
  34. /* TO CPOAL: You'll need to update all the images to reflect your web links. They are imgur links. To do that, just scroll through and change them. keep them within the ' and you're good. Everything is sorted for you. */
  35. /* List of colors I used: links: #d10202, text: #000, blockquote: #fcd7d8,#f5aeb0,#820000, offwhite text i used: #fffef0*/
  36.  
  37. body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form {
  38. margin: 0;
  39. padding: 0;
  40. }
  41. /* This area reflects the background. Make sure that the background is deleted from it within apperance > background and just use this instead.*/
  42. body {
  43. font-family: Trebuchet MS;
  44. font-size: 13px;
  45. text-align: center;
  46. vertical-align: top;
  47. background-image: url('https://imgur.com/lbbcon6.png');
  48. background-position: center;
  49. background-attachment: fixed;
  50. }
  51.  
  52. /* This section is font family for the headings */
  53. h1,h2,h3,h4,h5,h6 {
  54. font-family: Trebuchet MS;
  55. color: #000;
  56. }
  57.  
  58. /* This section reflects paragraph text, and link color and effects */
  59. a {
  60. text-decoration: underline;
  61. color: #d10202;
  62. }
  63.  
  64. p {
  65. color: #000;
  66. }
  67.  
  68. a:hover {
  69. text-decoration: italics, underline;
  70. }
  71.  
  72. a img {
  73. border: 0;
  74. }
  75.  
  76. abbr,acronym {
  77. border: 0;
  78. }
  79.  
  80. address,dl,p {
  81. padding: 6px 0 0;
  82. }
  83.  
  84. blockquote {
  85. margin: 7px 10px 10px;
  86. background: #fcd7d8 repeat 5px 7px;
  87. border-radius: 15px;
  88. }
  89.  
  90. blockquote p {
  91. padding: 10px 10px 10px 20px;
  92. color: #820000;
  93. }
  94.  
  95. blockquote blockquote {
  96. margin: 10px 20px;
  97. background: #fcd7d8;
  98. color: #f5aeb0;
  99. }
  100.  
  101. blockquote blockquote p {
  102. padding: 10px;
  103. }
  104.  
  105. code {
  106. background: #820000;
  107. }
  108.  
  109. dt {
  110. font-weight: 700;
  111. }
  112.  
  113. dd {
  114. padding: 0 0 5px 15px;
  115. }
  116.  
  117. hr {
  118. clear: both;
  119. margin: 15px 0 5px;
  120. width: 100%;
  121. border: 0;
  122. height: 1px;
  123. text-align: left;
  124. background: no-repeat;
  125. }
  126.  
  127. small {
  128. font-size: 10px;
  129. }
  130.  
  131. input,textarea {
  132. font-family: Trebuchet MS;
  133. font-size: 12px;
  134. padding: 2px;
  135. }
  136.  
  137. input#author,input#email,input#url,textarea#comment {
  138. border: 1px solid #000000;
  139. background-color: #c2c2c2;
  140. padding: 3px;
  141. }
  142.  
  143. input#author,input#email,input#url {
  144. margin: 0 5px 0 0;
  145. }
  146.  
  147. #container,#header,#menu,#menu ul li,#menu ul li a,#pagetitle,h1,#syndication,.pagewrapper,#page,.wrapper,.narrowcolumnwrapper,.narrowcolumn,.content,.post,.entry,.browse,.sidebar {
  148. text-align: left;
  149. vertical-align: top;
  150. }
  151.  
  152. #container {
  153. margin: auto;
  154. padding: 0;
  155. border: 3px #000;
  156. }
  157.  
  158. #header {
  159. width: 911px;
  160. height: 339px;
  161. margin: 0;
  162. }
  163.  
  164. #header-box {
  165. top: 0;
  166. left: 0;
  167. z-index: 0;
  168. }
  169.  
  170. #header-image {
  171. margin: 0 0 100px;
  172. z-index: -2;
  173. display: none;
  174. }
  175.  
  176. #header-overlay {
  177. display: none;
  178. }
  179.  
  180. #menu {
  181. display: inline;
  182. }
  183.  
  184. #menu ul {
  185. padding: px;
  186. list-style: intial;
  187. }
  188.  
  189. #menu ul li {
  190. text-align: center;
  191. display: inline;
  192. font-size: 15px;
  193. font-weight: bold;
  194. background: url('images/bg_tab_right.gif') no-repeat right top;
  195. color: #000;
  196. margin-top: 10px;
  197. margin-right: 0;
  198. margin-left: 15px;
  199. margin-bottom: 0;
  200. }
  201.  
  202. #menu ul li a {
  203. background: #820000 repeat left top;
  204. display: block;
  205. padding: 10px 31px 15px;
  206. text-decoration: none;
  207. color: #ffdbdb;
  208. }
  209.  
  210. #menu ul li li {
  211. margin: 0;
  212. padding: 0;
  213. }
  214.  
  215. #pagetitle {
  216. clear: both;
  217. width: 911px;
  218. height: 339px;
  219. background: url('https://i.imgur.com/QzUR9KK.png');
  220. margin: 0;
  221. }
  222.  
  223. #pagetitle h1 {
  224. padding: 36px 28px 0;
  225. font-size: 24px;
  226. font-weight: 700;
  227. letter-spacing: 1px;
  228. text-transform: uppercase;
  229. color: #fff;
  230. }
  231.  
  232. #pagetitle h1 a {
  233. text-decoration: none;
  234. color: #fff;
  235. }
  236.  
  237. #pagetitle h1 {
  238. font-size: 24px;
  239. font-weight: 700;
  240. letter-spacing: 1px;
  241. text-transform: uppercase;
  242. color: #fff;
  243. padding: 0;
  244. }
  245.  
  246. #pagetitle h1 a {
  247. text-decoration: none;
  248. color: #fff;
  249. }
  250.  
  251. #searchbox {
  252. display: none;
  253. }
  254.  
  255. #syndication {
  256. display: none;
  257. }
  258. /* This is page css*/
  259. .pagewrapper {
  260. float: left;
  261. width: 905px;
  262. background: ##fffef0 url('nothing') no-repeat left bottom;
  263. color: #333;
  264. margin: 0;
  265. border-left: 3px #919296 solid;
  266. border-right: 3px #919296 solid;
  267. border-top: 3px #919296 solid;
  268. border-bottom: 3px #919296 solid;
  269.  
  270. }
  271.  
  272. #page {
  273. float: left;
  274. background: ##fffef0 repeat;
  275. padding: 0;
  276. width: 905px;
  277. border: 3px #919296;
  278. }
  279.  
  280. .wrapper {
  281. float: left;
  282. width: 500px;
  283. background: #fff;
  284. }
  285.  
  286. .narrowcolumnwrapper {
  287. float: left;
  288. width: 500px;
  289. background: # repeat;
  290. margin: 5px 0 0;
  291. }
  292.  
  293. .narrowcolumn {
  294. float: left;
  295. width: 500px;
  296. background: #fff repeat;
  297. }
  298.  
  299. .content {
  300. top: 0;
  301. float: left;
  302. width: 50px;
  303. background: #fff repeat;
  304. overflow: hidden;
  305. border: 3px 3px 3px 3px #fff solid;
  306. }
  307.  
  308. .post {
  309. line-height: 18px;
  310. padding: 9px 16px 15px;
  311. }
  312.  
  313. .post h2 {
  314. font-size: 15px;
  315. font-weight: 0;
  316. line-height: 27px;
  317. padding: 0 0 2px;
  318. }
  319.  
  320. .post h2 a {
  321. text-decoration: none;
  322. color: #d10202;
  323. border: 3px 3px 3px 3px #fff solid;
  324. }
  325.  
  326. /* THIS IS THE STICKY BAR */
  327. .sticky h2 a {
  328. color: #d10202;
  329. background-image: url('https://i.imgur.com/oLWdrHV.png');
  330. display: block;
  331. margin: 4px -;
  332. padding: 7px;
  333. border-radius: 15px;
  334. }
  335.  
  336. /* THIS AREA IS FOR IMAGES ON THE POST. CHANGE -WEBKIT-TRANSITION TO SPEED UP OR SLOW TRANSITION DOWN. */
  337. .post img {
  338. background: none;
  339. border: 0 solid #d10202;
  340. border-radius: 15px;
  341. float: center;
  342. }
  343.  
  344. /* THIS CSS RELATES TO PAGE IMG CODE. */
  345. .page img {
  346. background: none;
  347. opacity: 1;
  348. border: none;
  349. border-radius: none;
  350. float: center;
  351. }
  352.  
  353. .page img:hover {
  354. }
  355.  
  356. .post img.alignleft {
  357. float: left;
  358. margin: 5px 10px 0 0;
  359. }
  360.  
  361. .post img.alignright {
  362. float: right;
  363. margin: 5px 0 0 10px;
  364. }
  365.  
  366. img.centered,img.aligncenter {
  367. display: block;
  368. margin-left: auto;
  369. margin-right: auto;
  370. }
  371.  
  372. .alignright {
  373. float: right;
  374. }
  375.  
  376. .alignleft {
  377. float: left;
  378. }
  379.  
  380. .post img.wp-smiley {
  381. border: 0;
  382. background: none;
  383. padding: 0;
  384. }
  385.  
  386. .entry {
  387. max-width: 475px;
  388. }
  389.  
  390. .entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
  391. padding: 9px 0 0;
  392. }
  393.  
  394. .entry h1 {
  395. font-size: 20px;
  396. line-height: 30px;
  397. }
  398.  
  399. .entry h2 {
  400. line-height: 18px;
  401. }
  402.  
  403. .entry h3 {
  404. font-size: 14px;
  405. }
  406.  
  407. .entry h4 {
  408. font-size: 12px;
  409. }
  410.  
  411. .entry h5 {
  412. font-size: 11px;
  413. }
  414.  
  415. .entry h6 {
  416. font-size: 10px;
  417. }
  418.  
  419. .postinfo {
  420. font-size: 11px;
  421. color: #000;
  422. clear: both;
  423. }
  424.  
  425. .postinfo a {
  426. color: #000;
  427. }
  428.  
  429. .postdate {
  430. color: #000;
  431. }
  432.  
  433. .browse {
  434. border-top: 1px solid #fffef0;
  435. line-height: 18px;
  436. padding: 15px 16px;
  437. }
  438. /* This begins side bar work*/
  439. .sidebar,.obar {
  440. float: right;
  441. width: 190x;
  442. line-height: 18px;
  443. overflow: hidden;
  444. background: #fffef0;
  445. margin: 0;
  446. }
  447.  
  448. .obar {
  449. float: left;
  450. background: #fffef0;
  451. width: 190px;
  452. padding: 0;
  453. }
  454.  
  455. .sidebar ul,.obar ul {
  456. list-style: none;
  457. padding: 0;
  458. background: #fffef0;
  459. }
  460.  
  461. .sidebar ul li,.obar ul li {
  462. background: #fffef0;
  463. }
  464.  
  465. .sidebar ul li.widget_search,.obar ul li {
  466. padding: 15px 16px;
  467. }
  468.  
  469. .sidebar ul li h2,.obar ul li h2 {
  470. font-size: 12px;
  471. font-weight: 700;
  472. line-height: 27px;
  473. color: #d10202;
  474. }
  475.  
  476. .sidebar ul ul li,.obar ul ul li {
  477. background: #fffef0;
  478. margin: 0;
  479. padding: 6px 0 3px;
  480. }
  481.  
  482. .sidebar ul ul ul,.obar ul ul ul {
  483. padding: 3px 0 0;
  484. background: #fffef0;
  485. }
  486.  
  487. .sidebar ul ul ul li,.obar ul ul ul li {
  488. background: #fffef0;
  489. padding: 5px 0 2px 15px;
  490. }
  491.  
  492. .sidebar ul ul ul ul li,.obar ul ul ul li {
  493. background: #fffef0;
  494. }
  495.  
  496. .sidebar ul li select {
  497. width: 100%;
  498. }
  499.  
  500. .post h3#comments,.post h3#respondtitle {
  501. line-height: 27px;
  502. color: #fffef0;
  503. }
  504.  
  505. .post h3#respondtitle {
  506. color: #fffef0;
  507. }
  508.  
  509. ol.commentlist {
  510. list-style: none;
  511. margin: 0 0 11px;
  512. padding: 0;
  513. }
  514.  
  515. ol.commentlist li>div {
  516. background: #c2c2c2;
  517. padding: 13px 0;
  518. }
  519.  
  520. ol.commentlist li {
  521. list-style: none;
  522. }
  523.  
  524. ol.commentlist li .commentmetadata {
  525. font-size: 11px;
  526. color: #fff;
  527. }
  528.  
  529. ol.commentlist li .commentmetadata a {
  530. color: #fff;
  531. }
  532.  
  533. div.navigation {
  534. padding-bottom: 3em;
  535. }
  536.  
  537. form#commentform small {
  538. font-size: 11px;
  539. }
  540.  
  541. #footer {
  542. font-size: 11px;
  543. background: #fffef0 repeat;
  544. text-align: center;
  545. margin: 10px 0;
  546. display: ;
  547. border: 3px 3px 3px 3px #fff solid;
  548. }
  549.  
  550. .aligncenter,div.aligncenter {
  551. display: block;
  552. margin-left: auto;
  553. margin-right: auto;
  554. }
  555.  
  556. .wp-caption {
  557. border: 1px solid #c29b9b;
  558. text-align: center;
  559. background-color: #fcd2d2;
  560. padding-top: 4px;
  561. -moz-border-radius: 3px;
  562. -khtml-border-radius: 3px;
  563. -webkit-border-radius: 3px;
  564. border-radius: 3px;
  565. margin: 10px;
  566. }
  567.  
  568. .wp-caption img {
  569. border: 0 none;
  570. margin: 0;
  571. padding: 0;
  572. }
  573.  
  574. .wp-caption p.wp-caption-text {
  575. font-size: 11px;
  576. line-height: 17px;
  577. margin: 0;
  578. padding: 0 4px 5px;
  579. color: #000000;
  580. }
  581.  
  582. .narrowcolumnwrapper {
  583. float: left;
  584. width: 500px;
  585. background: #000 repeat;
  586. margin: 1px 0 0:;
  587. }
  588.  
  589. .content {
  590. text-align: left;
  591. vertical-align: top;
  592. width: 515px;
  593. background: #fffef0;
  594. float: left;
  595. overflow: hidden;
  596. }
  597.  
  598. div.avatar {
  599. float: right;
  600. margin: 0;
  601. padding: 0;
  602. }
  603.  
  604. div#contact-form-73 {
  605. color: #000;
  606. font-size: 14px;
  607. }
  608.  
  609. li {
  610. color: #000;
  611. }
  612.  
  613. li a {
  614. color: #000;
  615. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement