fork download
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://w...content-available-to-author-only...3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html expr:dir='data:blog.languageDirection' xmlns='http://w...content-available-to-author-only...3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  4. <head>
  5. <b:include data='blog' name='all-head-content'/>
  6. <b:if cond='data:blog.pageType == &quot;index&quot;'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>
  7. <b:skin><![CDATA[/*
  8. -----------------------------------------------
  9. Name: Penciling
  10. Designer: et
  11. URL: http://e...content-available-to-author-only...t.com
  12. Date: 7 May 2010
  13. Updated by: et
  14. ----------------------------------------------- */
  15.  
  16. /* Variable definitions
  17.   ====================
  18.   <Variable name="bgcolor" description="Page Background Color"
  19.   type="color" default="#000" value="#000000">
  20.   <Variable name="textcolor" description="Text Color"
  21.   type="color" default="#ccc" value="#4c4c4c">
  22.   <Variable name="linkcolor" description="Link Color"
  23.   type="color" default="#9ad" value="#999999">
  24.   <Variable name="pagetitlecolor" description="Blog Title Color"
  25.   type="color" default="#ccc" value="#000000">
  26.   <Variable name="descriptioncolor" description="Blog Description Color"
  27.   type="color" default="#777" value="#333333">
  28.   <Variable name="titlecolor" description="Post Title Color"
  29.   type="color" default="#ad9" value="#000000">
  30.   <Variable name="bordercolor" description="Border Color"
  31.   type="color" default="#333" value="#333333">
  32.   <Variable name="sidebarcolor" description="Sidebar Title Color"
  33.   type="color" default="#777" value="#333333">
  34.   <Variable name="sidebartextcolor" description="Sidebar Text Color"
  35.   type="color" default="#999" value="#666666">
  36.   <Variable name="visitedlinkcolor" description="Visited Link Color"
  37.   type="color" default="#a7a" value="#2D6E89">
  38.   <Variable name="bodyfont" description="Text Font"
  39.   type="font" default="normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif" value="normal normal 16px Verdana, Geneva, sans-serif">
  40.   <Variable name="headerfont" description="Sidebar Title Font"
  41.   type="font"
  42.   default="normal bold 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal bold 100% Courier, monospace">
  43.   <Variable name="pagetitlefont" description="Blog Title Font"
  44.   type="font"
  45.   default="normal bold 200% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif" value="normal bold 228% Courier, monospace">
  46.   <Variable name="descriptionfont" description="Blog Description Font"
  47.   type="font"
  48.   default="normal normal 78% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif" value="normal normal 78% Arial, sans-serif">
  49.   <Variable name="posttitlefont" description="Post Title Font"
  50.   type="font"
  51.   default="normal bold 110% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif" value="normal bold 120% Trebuchet, Trebuchet MS, Arial, sans-serif">
  52.   <Variable name="postfooterfont" description="Post Footer Font"
  53.   type="font"
  54.   default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% Arial, sans-serif">
  55.   <Variable name="startSide" description="Start side in blog language"
  56.   type="automatic" default="left" value="left">
  57.   <Variable name="endSide" description="End side in blog language"
  58.   type="automatic" default="right" value="right">
  59. */
  60.  
  61. #navbar-iframe {
  62. height:0px;
  63. visibility:hidden;
  64. display:none
  65. }
  66.  
  67. /* Use this with templates/template-twocol.html */
  68.  
  69.  
  70.  
  71.  
  72. a:link {
  73. color:$linkcolor;
  74. text-decoration:none;
  75. }
  76. a:visited {
  77. color:$visitedlinkcolor;
  78. text-decoration:none;
  79. }
  80. a:hover {
  81. color:$titlecolor;
  82. text-decoration:underline;
  83. }
  84. a img {
  85. border-width:0;
  86. }
  87.  
  88. /*----------------Sketch Lines------------------------*/
  89.  
  90.  
  91. .list-label-widget-content li a, ul .posts li a {
  92. padding:0 0 0 20px;
  93. background: url(http://1...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1PhsZ4oI/AAAAAAAAA8U/vO-nW823DV8/s1600/dot.jpg) left center no-repeat;
  94. }
  95.  
  96. blockquote {
  97. padding-left: 45px;
  98. padding-top: 15px;
  99. background: url(http://1...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1Jh0RoPI/AAAAAAAAA6k/qu8yPfZWsNQ/s1600/quotes.jpg) left top no-repeat;
  100. font-family:Georgia,'Times New Roman',Times,serif;
  101. font-size: 1em;
  102. line-height: 1.2em;
  103. font-style:italic;
  104. color:#888;
  105. }
  106.  
  107. #code {
  108. border: 2px solid #ccc;
  109. padding:10px;
  110. }
  111.  
  112.  
  113. /* Header
  114. -----------------------------------------------
  115.  */
  116.  
  117. #header-wrapper {
  118. /* border: 1px solid grey;*/
  119. width:890px;
  120. height:200px;
  121. margin:0px 0px 10px 0;
  122. padding:0px 0 0 0;
  123.  
  124. }
  125.  
  126. #header-inner {
  127. text-align:center;
  128. background-position: center;
  129. /*margin-$startSide: auto;
  130.   margin-$endSide: auto;*/
  131. }
  132.  
  133. #header {
  134. background:url("http://3...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1H6kCETI/AAAAAAAAA6E/py3qcaaARfw/s1600/header2.jpg") top left no-repeat white;
  135. margin: 0px;
  136. padding:20px 20px 0;
  137. height:180px;
  138. text-align: center;
  139. color:$pagetitlecolor;
  140. }
  141.  
  142. #header h1 {
  143. text-shadow:0px 0px 4px #555;
  144. /*text-shadow:#fff 0px 1px 0, #000 0 -1px 0;*/
  145. margin:0px 5px 0;
  146. padding:45px 20px 5px;
  147. line-height:40px;
  148. text-transform:uppercase;
  149. letter-spacing:.2em;
  150. font: $pagetitlefont;
  151. }
  152.  
  153. #header a {
  154. color:$pagetitlecolor;
  155. text-decoration:none;
  156. }
  157.  
  158. #header a:hover {
  159. color:$pagetitlecolor;
  160. }
  161.  
  162. #header .description {
  163.  
  164. margin: 5px auto;
  165. padding:10px 20px;
  166. max-width:800px;
  167. height: 10px;
  168. text-transform:uppercase;
  169. letter-spacing:.2em;
  170. line-height: 1.4em;
  171. text-align:center;
  172. font: $descriptionfont;
  173. color: $descriptioncolor;
  174. }
  175.  
  176. #header img {
  177. margin-$startSide: auto;
  178. margin-$endSide: auto;
  179. }
  180.  
  181. /* --------------Navigation------------------------------*/
  182.  
  183. #nav-bar
  184. { background:url("http://1...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1IgLBa5I/AAAAAAAAA6U/g0M-ScC8IUU/s1600/navbar.jpg") center center;
  185. margin:0 0 20px 0;
  186. padding:0;
  187. height:40px;
  188. width:890px;
  189. }
  190.  
  191. #navigation
  192. { margin:0;
  193. padding:0;
  194. width:630px;
  195. float:left;
  196. height:40px;
  197. text-align: left;
  198. }
  199.  
  200. #navigation ul
  201. { margin:0 0 0px 0;
  202. padding:0;
  203. line-height: 40px;
  204. white-space: nowrap;
  205. }
  206.  
  207. #navigation ul li {
  208. width:90px;
  209. text-align:center;
  210. padding:0;
  211. margin:0;
  212. list-style-type: none;
  213. float:left;
  214. display: block;
  215. }
  216.  
  217. #navigation ul li a {
  218. width:auto;
  219. display:block;
  220. color:#000;
  221. margin:0;
  222. padding:0px 10px;!important
  223. padding:0;
  224. text-transform:uppercase;
  225. font-family: 'Courier' ,'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
  226. }
  227.  
  228. #navigation ul li a:hover {
  229. background: url("") center center no-repeat;
  230. text-decoration:none;
  231. font-weight:bold;
  232. margin:0 2px 2px 0;
  233. padding:0px 10px;
  234. text-shadow: 2px 2px 3px #bbb;
  235. }
  236.  
  237. #find
  238. { float:right;
  239. height:40px;
  240. width:175px;
  241. padding:5px 0px 0px 0px;
  242. margin:3px 15px 0 0;
  243.  
  244. }
  245.  
  246. .etsearch{
  247. background: url("http://4...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1KmkoBgI/AAAAAAAAA60/S6y1X0SioSM/s1600/searchbox.jpg") left center no-repeat;
  248. color:#aaa;
  249. font-size: 11px;
  250. padding:3px 5px 0 20px;
  251. height:17px;
  252. width:125px;
  253. margin:0;
  254. float:right;
  255. border:0;
  256. }
  257.  
  258.  
  259. .date-wrapper {
  260. clear:both;
  261. margin:0px 0 0 0;
  262. height:60px;
  263. }
  264. /*--------------date style------------------*/
  265.  
  266. .post-date{
  267. margin:0 0 0 10px;
  268. width:50px;
  269. height:50px;
  270. padding:5px 5px 5px 5px;
  271. background: url("http://1...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1PHmPQmI/AAAAAAAAA8M/GElycu-dmtA/s1600/dateBox.jpg") top left no-repeat;
  272. text-align:center;
  273. float:left;
  274. }
  275.  
  276.  
  277. .month {
  278. font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif; color:#000;
  279. text-transform:uppercase;
  280. font-weight:bold;
  281. font-size:10px;
  282. line-height:12px;
  283. text-align:center;
  284. }
  285.  
  286. .day{
  287. font-family: 'Comic Sans MS','Comic Sans','Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif; color:#E6E6E6;
  288. margin:0 0 0px 0;
  289. color:#2E2E2E;
  290. padding-top:3px;
  291. font-size:21px;
  292. line-height:23px;
  293.  
  294. }
  295.  
  296. .year{
  297. font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif; color:#888;
  298. text-transform:uppercase;
  299. font-size:9px;
  300. }
  301. /* ---- tell comment --- */
  302.  
  303. .comment {
  304. background:url("http://3...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1O0-mEeI/AAAAAAAAA8E/f8fNAwdcWdM/s1600/commentBubble.jpg") no-repeat left top;
  305. height:40px;
  306. width:70px;
  307. padding-top:18px;
  308. font-size:1.6em;
  309. font-weight:bold;
  310. line-height:18px;
  311. float:right;
  312. color:#000;
  313. margin-right:20px;
  314. text-align:center;
  315. }
  316. .comment a:link, .comment a:visited {color:#000;}
  317.  
  318.  
  319. body {
  320. padding:0;
  321.  
  322.  
  323. background:url("http://3...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1OC9JVuI/AAAAAAAAA70/JDZ8XawX1Ak/s1600/body2.jpg") top center fixed no-repeat #fff;
  324. margin:auto;
  325. color:$textcolor;
  326. font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
  327. font-size/* */:/**/small;
  328. font-size: /**/small;
  329. text-align: center;
  330. float:center;
  331. display:block;
  332. /*overflow-x:hidden;*/
  333. }
  334.  
  335. /* Outer-Wrapper
  336. ----------------------------------------------- */
  337. #outer-wrapper {
  338.  
  339. width:890px ;
  340. background:url("http://2...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1OqNqzzI/AAAAAAAAA78/_raaEK-cv_E/s1600/bodyIn_pencil.png") top center repeat-y;
  341. margin: 0 0 0 0px ;
  342. padding: 0 40px 20px 40px;
  343. text-align:left;
  344. font: $bodyfont;
  345. margin-left:auto;
  346. margin-right:auto;
  347. /*overflow-x:auto;*/
  348. }
  349.  
  350. #main-wrapper {
  351.  
  352. padding:0;
  353. margin:0px 0px;
  354. width: 570px;
  355. float: left;
  356. word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  357. overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
  358. }
  359.  
  360. #inner-main
  361. {background:url("") repeat-y white;
  362. padding:1px 20px ;
  363. margin:0px 0 0px 0;
  364. }
  365.  
  366. #sidebar-wrapper {
  367.  
  368. padding:0px;
  369. margin:0 0 0 20px;
  370. width: 300px;
  371. float: left;
  372. word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  373. overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
  374. }
  375.  
  376. #inner-sidebar
  377. { background:none;
  378. margin:0;
  379. padding:0px 0px ;
  380. }
  381.  
  382.  
  383. #inner-sidebar h2 {
  384. background:url("http://4...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1M7v321I/AAAAAAAAA7c/qe5Zk2rKay8/s1600/widget.jpg") top right no-repeat;
  385. padding:10px 0 0px 0;
  386. height:30px;
  387. text-align:center;
  388. margin:0;
  389. }
  390.  
  391.  
  392. #posthead
  393. {background:url("") no-repeat #fff;
  394. padding:0;
  395. margin:0;
  396. height:0px;
  397.  
  398. }
  399.  
  400. #postbottom
  401. {background:url("") no-repeat #fff;
  402. padding:0;
  403. margin:0 0 20px 0;
  404. height:1px;
  405.  
  406. }
  407.  
  408.  
  409. /* Headings
  410. ----------------------------------------------- */
  411.  
  412. h2 {
  413. margin:1.5em 0 .75em;
  414. font:$headerfont;
  415. line-height: 1.4em;
  416. text-transform:uppercase;
  417. letter-spacing:.2em;
  418. color:$sidebarcolor;
  419. }
  420.  
  421.  
  422. /* Posts
  423. -----------------------------------------------
  424.  */
  425. h2.date-header {
  426. margin:1.5em 0 .5em;
  427. }
  428.  
  429. .post {
  430. margin:.5em 0 1.5em;
  431. padding-bottom:1.5em;
  432. background: url("http://3...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1JEUF9-I/AAAAAAAAA6c/E_nNfA-YP10/s1600/postsep.jpg") bottom center no-repeat;
  433. }
  434.  
  435.  
  436. .post h3 {
  437. margin:15px 0 0px;
  438. padding:0px 0 4px 30px;
  439. font-size:140%;
  440. font-weight:normal;
  441. line-height:1.4em;
  442. color:$titlecolor;
  443. font: $posttitlefont;
  444. text-shadow: 1px 1px 2px #ccc;
  445. background:url("http://3...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1MNAFtkI/AAAAAAAAA7U/eNN7UL9C0Tc/s1600/title+arrow.jpg") top left no-repeat;
  446. }
  447.  
  448. .post h3 a, .post h3 a:visited, .post h3 strong {
  449. font-weight:bold;
  450. display:block;
  451. text-decoration:none;
  452. color:$titlecolor;
  453. font: $posttitlefont;
  454. }
  455.  
  456. .post h3 strong, .post h3 a:hover {
  457. color:$textcolor;
  458. font: $posttitlefont;
  459. }
  460.  
  461. .post-body {
  462. margin:0 0 .75em;
  463. line-height:1.6em;
  464. }
  465.  
  466. .post-body a {
  467.  
  468. /*text-decoration:underline;*/
  469. }
  470.  
  471.  
  472. .post-body a:hover {
  473. }
  474.  
  475. .post-body blockquote {
  476. line-height:1.3em;
  477. }
  478.  
  479. .post-footer {
  480. margin: .75em 0;
  481. color:$sidebarcolor;
  482. /*text-transform:uppercase;*/
  483. letter-spacing:.1em;
  484. font: $postfooterfont;
  485. line-height: 1.4em;
  486. }
  487.  
  488. .comment-link {
  489. margin-$startSide:.6em;
  490. }
  491. .post a img {
  492. padding:4px;
  493. -moz-border-radius:5px;
  494. -moz-box-shadow: 0 0 5px #ccc;
  495. -webkit-box-shadow: 0 0 3px #ccc;
  496. box-shadow: 0 0 3px #ccc;
  497. }
  498. .post blockquote {
  499. margin:1em 20px;
  500. }
  501. .post blockquote p {
  502. margin:.75em 0;
  503. }
  504.  
  505. /* Comments
  506. ----------------------------------------------- */
  507. #comments h4 {
  508. margin:1em 0;
  509. font-weight: bold;
  510. line-height: 1.4em;
  511. text-transform:uppercase;
  512. letter-spacing:.2em;
  513. color: $sidebarcolor;
  514. }
  515.  
  516. #comments-block {
  517. padding:0 5px;
  518. /* margin:1em 0 1.5em;*/
  519. line-height:1.6em;
  520. }
  521. #comments-block .comment-author {
  522. margin:.5em 0;
  523. }
  524. #comments-block .comment-body {
  525. margin:.25em 0 0;
  526. }
  527. #comments-block .comment-footer {
  528. margin:-.25em 0 2em;
  529. line-height: 1.4em;
  530. text-transform:uppercase;
  531. letter-spacing:.1em;
  532. }
  533. #comments-block .comment-body p {
  534. padding:0 10px ;
  535. margin:0 0 .75em;
  536. margin:0;
  537. }
  538.  
  539. .comment-bodytop {
  540. background:url("http://4...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCQBGwM2IzI/AAAAAAAAA8s/OE4IOsRVWP4/s1600/commentbody-atop.jpg") no-repeat center top ;
  541. height:35px;
  542. padding:0px 0 0 0;
  543. margin:0 0 ;
  544. }
  545.  
  546. .comment-bodybot {
  547. background:url("http://4...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCQBHEe5ARI/AAAAAAAAA80/Tw205R1KYjc/s1600/commentbody-abot.jpg") no-repeat center bottom ;
  548. height:16px;
  549. padding:0 0 0px 0 ;
  550. margin:0 0 5px 0;
  551. }
  552.  
  553. .comment-bodymid {
  554. background:url("http://3...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCQBGkHqY1I/AAAAAAAAA8k/PeF-d71HN4Q/s1600/commentbody-amid.jpg") repeat-y center ;
  555. margin:0 0 ;
  556. color: #888;
  557. }
  558.  
  559. .comment-bodyatop {
  560. background:url("http://4...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCQBGwM2IzI/AAAAAAAAA8s/OE4IOsRVWP4/s1600/commentbody-atop.jpg") no-repeat center top ;
  561. height:35px;
  562. padding:0px 0 0 0;
  563. margin:0 0 ;
  564. }
  565.  
  566. .comment-bodyabot {
  567. background:url("http://4...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCQBHEe5ARI/AAAAAAAAA80/Tw205R1KYjc/s1600/commentbody-abot.jpg") no-repeat center bottom ;
  568. height:16px;
  569. padding:0 0 0px 0 ;
  570. margin:0 0 5px 0;
  571. }
  572.  
  573. .comment-bodyamid {
  574. background:url("http://3...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCQBGkHqY1I/AAAAAAAAA8k/PeF-d71HN4Q/s1600/commentbody-amid.jpg") repeat-y center;
  575. padding:0 0px;
  576. margin:0 0 ;
  577. }
  578.  
  579. .deleted-comment {
  580. font-style:italic;
  581. color:gray;
  582. }
  583.  
  584. .feed-links {
  585. clear: both;
  586. line-height: 2.5em;
  587. }
  588.  
  589. #blog-pager-newer-link {
  590. float: $startSide;
  591. }
  592.  
  593. #blog-pager-older-link {
  594. float: $endSide;
  595. }
  596.  
  597. #blog-pager {
  598. text-align: center;
  599. }
  600.  
  601. /* Sidebar Content
  602. ----------------------------------------------- */
  603. .sidebar {
  604. color: $sidebartextcolor;
  605. line-height: 1.5em;
  606. }
  607.  
  608. .sidebar ul {
  609. list-style:none;
  610. margin:0 0 0;
  611. padding:0 0 0;
  612. }
  613. .sidebar li {
  614. margin:0;
  615. padding-top:0;
  616. padding-$endSide:0;
  617. padding-bottom:.25em;
  618. padding-$startSide:15px;
  619. text-indent:-15px;
  620. line-height:1.5em;
  621. }
  622.  
  623. .sidebar .widget {
  624. margin:10px 0px;
  625. padding:0 0px;
  626. background:url("http://1...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCQAVxVHU2I/AAAAAAAAA8c/BdJhslTF-9o/s1600/widget.jpg") bottom right no-repeat;
  627. padding:0 0px 20px 0;
  628.  
  629. }
  630.  
  631. .sidebar .widget-content {
  632. background:url("http://3...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1NB1dPiI/AAAAAAAAA7k/tkp_WdvxXeI/s1600/widget-content.jpg");
  633. margin:0px;
  634. padding:.1px 20px;
  635. }
  636.  
  637.  
  638. .main .widget {
  639. margin:0 0 1.5em;
  640. padding:0 px;
  641. }
  642.  
  643.  
  644. .main .Blog {
  645. border-bottom-width: 0;
  646. }
  647.  
  648. /* Profile
  649. ----------------------------------------------- */
  650. .profile-img {
  651. float: $startSide;
  652. margin-top: 0;
  653. margin-$endSide: 5px;
  654. margin-bottom: 5px;
  655. margin-$startSide: 0;
  656. padding: 4px;
  657. border: 1px solid $bordercolor;
  658. }
  659.  
  660. .profile-data {
  661. margin:0;
  662. text-transform:uppercase;
  663. letter-spacing:.1em;
  664. font: $postfooterfont;
  665. color: $sidebarcolor;
  666. font-weight: bold;
  667. line-height: 1.6em;
  668. }
  669.  
  670. .profile-datablock {
  671. margin:.5em 0 .5em;
  672. }
  673.  
  674. .profile-textblock {
  675. margin: 0.5em 0;
  676. line-height: 1.6em;
  677. }
  678.  
  679. .profile-link {
  680. font: $postfooterfont;
  681. text-transform: uppercase;
  682. letter-spacing: .1em;
  683. }
  684.  
  685. /* Footer
  686. ----------------------------------------------- */
  687. #footer {
  688. padding:10px 0;
  689. width:890px;
  690. height:60px;
  691. clear:both;
  692. margin:20px 0 0 0 ;
  693. line-height: 1.6em;
  694. /*text-transform:uppercase;*/
  695. letter-spacing:.1em;
  696. text-align: center;
  697. background:url("http://4...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1HkJgIEI/AAAAAAAAA58/HQuGcOve_C8/s1600/footer.jpg") center center no-repeat ;
  698. }
  699.  
  700. #footer-wrapper{
  701. width:890px;
  702. margin:20px 0 0 0;
  703. padding:.1px;
  704. }
  705.  
  706. ]]></b:skin>
  707.  
  708. <link href='http://2...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1K88NHEI/AAAAAAAAA68/lEQL4DJpzL4/s1600/star.png' rel='shortcut icon'/>
  709. <link href='http://2...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1K88NHEI/AAAAAAAAA68/lEQL4DJpzL4/s1600/star.png' rel='icon'/>
  710. <script src='http://h...content-available-to-author-only...s.com/etSmileys_gen.js' type='text/javascript'/>
  711.  
  712.  
  713.  
  714. <!-- Add-in CSS for syntax highlighting -->
  715. <script src='http://s...content-available-to-author-only...e.com/svn/trunk/Scripts/shCore.js' type='text/javascript'/>
  716. <script src='http://s...content-available-to-author-only...e.com/svn/trunk/Scripts/shBrushCpp.js' type='text/javascript'/>
  717.  
  718.  
  719. </head>
  720.  
  721. <body>
  722.  
  723. <input name='IL_RELATED_TAGS' type='hidden' value='1'/>
  724.  
  725.  
  726. <div id='outer-wrapper'><div id='wrap2'>
  727.  
  728. <!-- skip links for text browsers -->
  729. <span id='skiplinks' style='display:none;'>
  730. <a href='#main'>skip to main </a> |
  731. <a href='#sidebar'>skip to sidebar</a>
  732. </span>
  733.  
  734. <div id='header-wrapper'>
  735. <b:section class='header' id='header' maxwidgets='1' showaddelement='yes'>
  736. <b:widget id='Header1' locked='false' title='My C Snippets (Header)' type='Header'/>
  737. </b:section>
  738. </div>
  739.  
  740.  
  741.  
  742. <!-- Pencil Navbar -->
  743. <div id='nav-bar'>
  744. <div id='navigation'>
  745. <ul>
  746.  
  747. <li><a href='http://w...content-available-to-author-only...t.com/'>Home</a></li>
  748.  
  749. <li><a href='http://m...content-available-to-author-only...t.com/p/privacy-policy.html'>Privacy Policy </a></li>
  750.  
  751. <li><a href='http://m...content-available-to-author-only...t.com/p/contact-me.html'>Contact Me </a></li>
  752.  
  753. </ul>
  754.  
  755.  
  756.  
  757. </div>
  758.  
  759. <div id='find'>
  760. <a href='/feeds/posts/default' onmouseout='document.pencilrss.src=&quot;http://4...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1KDpudkI/AAAAAAAAA6s/IiIGzAcnudQ/s1600/rss.jpg&quot;' onmouseover='document.pencilrss.src=&quot;http://3...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCQCCTLHRTI/AAAAAAAAA88/qbj_iQRCI4Q/s1600/rss-hover.jpg&quot;'>
  761. <img name='pencilrss' src='http://4...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1KDpudkI/AAAAAAAAA6s/IiIGzAcnudQ/s1600/rss.jpg' style='margin:0 0px 0 0; float:left; width:20px; height:20px;'/>
  762. </a>
  763. <form action='/search' method='get'>
  764. <input class='etsearch' name='q' type='text'/>
  765. </form>
  766. </div>
  767. </div>
  768.  
  769. <div id='content-wrapper'>
  770.  
  771. <div id='crosscol-wrapper' style='text-align:center'>
  772. <b:section class='crosscol' id='crosscol' showaddelement='no'/>
  773. </div>
  774.  
  775.  
  776. <div id='main-wrapper'>
  777.  
  778. <!-- <div id='posthead'/>
  779. <div id='note'>
  780.  
  781. <b:section class='note1' id='note1' maxwidgets='1' showaddelement='yes'>
  782. <b:widget id='HTML3' locked='false' title='Subscribe' type='HTML'/>
  783. </b:section></div>
  784. <div id='postbottom'/> -->
  785.  
  786. <div id='posthead'/>
  787. <div id='inner-main'>
  788.  
  789. <b:section class='main' id='main' showaddelement='no'>
  790. <b:widget id='Blog1' locked='false' title='Blog Posts' type='Blog'/>
  791. </b:section>
  792.  
  793. </div><div id='postbottom'/>
  794. </div>
  795.  
  796. <div id='sidebar-wrapper'>
  797.  
  798. <div id='inner-sidebar'>
  799. <b:section class='sidebar' id='sidebar' preferred='yes'>
  800. <b:widget id='Subscribe1' locked='false' title='Subscribe To' type='Subscribe'/>
  801. <b:widget id='Label1' locked='false' title='Tags' type='Label'/>
  802. <b:widget id='HTML10' locked='false' title='Translate Page' type='HTML'/>
  803. <b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/>
  804. <b:widget id='Profile1' locked='false' title='About Me' type='Profile'/>
  805. <b:widget id='Followers1' locked='false' title='Members' type='Followers'/>
  806. <b:widget id='HTML2' locked='false' title='Follow-Netwok Blogs' type='HTML'/>
  807. <b:widget id='HTML7' locked='false' title='My Blog Listing' type='HTML'/>
  808. <b:widget id='Attribution1' locked='true' title='' type='Attribution'/>
  809. </b:section>
  810. </div>
  811.  
  812. </div>
  813.  
  814. <!-- spacer for skins that want sidebar and main to be the same height
  815. <div class='clear'>&#160;</div> -->
  816.  
  817. </div> <!-- end content-wrapper -->
  818.  
  819. <div id='footer'>
  820.  
  821. <div style='text-align: center;padding:10px 0 0 0;'>
  822. <span style='font-size:85%;'><span style=' color: rgb(51, 51, 51); font-weight: bold; font-family:Georgia,&quot;Times New Roman&quot;,Times,serif;'>
  823.  
  824.  
  825.  
  826. <i/></span> </span></div>
  827. All rights reserved <a expr:href='data:blog.homepageUrl'><data:blog.title/></a>
  828. </div>
  829.  
  830. </div>
  831. </div> <!-- end outer-wrapper -->
  832.  
  833. <a href='#'><img alt='Back to Top' src='http://4...content-available-to-author-only...t.com/_0Nr--qemD8Y/TCP1NbhhCBI/AAAAAAAAA7s/l7o7U_cPE6k/s1600/backtotop.png' style='position: fixed; bottom: 5px; right: 5px; width:30px;' title='Back to Top'/></a>
  834.  
  835.  
  836.  
  837. </body>
  838. </html>
  839.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty