Skip to content

Instantly share code, notes, and snippets.

@aminou7
Created April 25, 2017 15:29
Show Gist options
  • Save aminou7/ec08be50209c40880d12d775d02cac0d to your computer and use it in GitHub Desktop.
Save aminou7/ec08be50209c40880d12d775d02cac0d to your computer and use it in GitHub Desktop.
template blogger free
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.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'>
<head>
<meta expr:content='data:blog.isMobile ? &quot;width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0&quot; : &quot;width=1100&quot;' name='viewport'/>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[
* {
padding: 0;
margin: 0;
text-decoration: none;
box-sizing: border-box;
}body {
background: whitesmoke;
direction: rtl;
}/* ==================== font ==================== */
@font-face {
font-family: "Ta3alamFont";
font-weight: normal;
font-style: normal;
src: url(https://dl.dropboxusercontent.com/s/l0mqm6g2vwflxp2/Ta3alamFont.eot);
src: url(https://dl.dropboxusercontent.com/s/l0mqm6g2vwflxp2/Ta3alamFont.eot?#iefix) format('embedded-opentype'),
url(https://dl.dropboxusercontent.com/s/gjkkuvnfze5ii1l/Ta3alamFont.woff) format('woff'),
url(https://dl.dropboxusercontent.com/s/mjj8mvkq7jgihhn/Ta3alamFont.ttf) format('truetype');
}/* ==================== all-content ==================== */
.all-content {
width: 1000px;
height: 2000px;
background: #FFF;
margin: 0 auto;
border-left: 1px solid #ECECEC;
border-right: 1px solid #ECECEC;
}/* ==================== all-header ==================== */.all-header {
width: 100%;
height: 300px;
border-bottom: 1px solid #000;
}.navtop {
height: 50px;
width: 100%;
background: #E91E63;
}.adslogo {
width: 100%;
height: 200px;
background: #00BCD4;
}
.nav-bar {
height: 50px;
width: 100%;
background: #000;
}/* ==================== all-wrapper ==================== */
.all-wrapper {
width: 100%;
height: 1600px;
background: #F44336;
padding: 10px;}/* ==================== side-bar ==================== */.side-bar {
width: 300px;
height: 800px;
background: #fff;
float: right;
}/* ==================== post-content ==================== */.post-content {
width: 670px;
height: 800px;
background: #fff;
float: left;
}
/* ==================== all-footer ==================== */
.all-footer {
height: 100px;
width: 100%;
background: #000;
}
]]></b:skin>
</head>
<body>
<div class='all-content'>
<div class='all-header'>
<div class='navtop'>
<ul>
</ul>
</div>
<div class='adslogo'>
</div>
<div class='nav-bar'>
</div>
</div>
<div class='all-wrapper'>
<div class='side-bar'>
</div>
<div class='post-content'>
<div class='post-content'>
<b:section id='post'>
<b:widget id='Blog1' type='Blog'>
</b:widget>
</b:section>
</div>
</div>
<div class="all-footer">
</div>
</div>
</div>
دورة تكويد قالب بلوجر
<b:section id='all'/>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment