69 lines
1.4 KiB
CSS
69 lines
1.4 KiB
CSS
body {
|
|
color:#0C3754;
|
|
background:#F2D725;
|
|
text-align:justify;
|
|
font-weight:bold;
|
|
font-family:'Traditional Arabic', Arial, Helvetica, Sans-Serif;
|
|
}
|
|
a:link, a:visited, a:hover {
|
|
color: #0669AA;
|
|
text-decoration:none;
|
|
}
|
|
a img {
|
|
border-width:0;
|
|
}
|
|
|
|
#title-block {
|
|
width: 100%;
|
|
margin-top: 1.5%;
|
|
padding-right: 1.5%;
|
|
text-align: right;
|
|
color: #0669AA;
|
|
}
|
|
#main-content {
|
|
padding-right: 3%;
|
|
position: relative;
|
|
float: right;
|
|
width: 50%;
|
|
}
|
|
#side-content {
|
|
padding-left 3%;
|
|
width: 45%;
|
|
float: left;
|
|
text-align: left;
|
|
list-style-type: none;
|
|
}
|
|
#footer {
|
|
clear: both;
|
|
width: 100%;
|
|
padding: 2% 1.5% 0% 1.5%;
|
|
}
|
|
|
|
#blog-title, #blog-title a, #blog-title a:hover {
|
|
font-size: 150%;
|
|
font-family: 'DecoPT Bold Heading', 'Bold Italic Art', 'PT Bold Arch', 'Monotype Koufi', 'WinSoft Naskh', 'Traditional Arabic', Arial, Helvetica, Sans-Serif;
|
|
text-decoration:none;
|
|
}
|
|
#description {
|
|
font-size: 100%;
|
|
font-family: 'Akhbar MT', 'DecoType Naskh Variants', 'Traditional Arabic', 'Simplified Arabic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
|
|
}
|
|
|
|
.post-title, {
|
|
display:block;
|
|
text-decoration:none;
|
|
padding:1% 0% 0% 0%;
|
|
}
|
|
.post-title a, .post-title strong, .post-title a:hover {
|
|
color: #0669AA;
|
|
}
|
|
p.post-footer {
|
|
text-align:right;
|
|
}
|
|
.post img {
|
|
margin:0 0 0.5% 0;
|
|
padding:0.5%;
|
|
}
|
|
#side-content ul {
|
|
list-style:none;
|
|
} |