Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create layout.css #19

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assets/css/mp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/free-css-menus/page1/menu1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/free-css-menus/page1/menu10.jpg
Binary file added assets/images/free-css-menus/page1/menu11.jpg
Binary file added assets/images/free-css-menus/page1/menu12.jpg
Binary file added assets/images/free-css-menus/page1/menu2.jpg
Binary file added assets/images/free-css-menus/page1/menu3.jpg
Binary file added assets/images/free-css-menus/page1/menu4.jpg
Binary file added assets/images/free-css-menus/page1/menu5.jpg
Binary file added assets/images/free-css-menus/page1/menu6.jpg
Binary file added assets/images/free-css-menus/page1/menu7.jpg
Binary file added assets/images/free-css-menus/page1/menu8.jpg
Binary file added assets/images/free-css-menus/page1/menu9.jpg
Binary file added assets/images/free-css-menus/pages1/menu1.jpg
Binary file added assets/images/free-css-menus/pages1/menu10.jpg
Binary file added assets/images/free-css-menus/pages1/menu11.jpg
Binary file added assets/images/free-css-menus/pages1/menu12.jpg
Binary file added assets/images/free-css-menus/pages1/menu2.jpg
Binary file added assets/images/free-css-menus/pages1/menu3.jpg
Binary file added assets/images/free-css-menus/pages1/menu4.jpg
Binary file added assets/images/free-css-menus/pages1/menu5.jpg
Binary file added assets/images/free-css-menus/pages1/menu6.jpg
Binary file added assets/images/free-css-menus/pages1/menu7.jpg
Binary file added assets/images/free-css-menus/pages1/menu8.jpg
Binary file added assets/images/free-css-menus/pages1/menu9.jpg
Binary file added assets/images/free-css-templates/page216/hold.jpg
Binary file added assets/images/free-css-templates/page216/mogo.jpg
Binary file added assets/images/free-css-templates/page217/epic.jpg
Binary file added assets/images/ost-468x60.jpg
Binary file added assets/images/premium-templates/charity-group.jpg
297 changes: 297 additions & 0 deletions css/base.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,297 @@
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block;
}
audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
[hidden] {
display: none;
}
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
background: #FFFFFF;
margin: 15px;
padding: 0px;
font-size: 80%;
line-height: 1.231;
}
body, button, input, select, textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #222;
}
::-moz-selection {
background: #12C2E9;
color: #fff;
text-shadow: none;
}
::selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}
a {
color: #12C2E9;
text-decoration: none;
}
a:visited {
color: #12C2E9;
text-decoration: none;
}
a:hover {
color: #317023;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
}
h1, h2, h3 {
font-family: arial, "lucida sans", "lucida sans unicode", helvetica, verdana;
}
h1 {
font-size: 32px;
font-weight: bold;
padding: 0px;
margin: 0px;
color: #000;
}
h2 {
font-size: 24px;
font-weight: normal;
color: #12C2E9;
padding: 0px;
margin: 0px;
}
h3 {
font-size: 1.6em;
font-weight: normal;
color: #000000;
padding: 0px;
margin: 0px;
}
h4 {
font-family: Arial, tahoma, sans-serif, verdana;
font-size: 18px;
color: #231F20;
font-weight: bold;
margin: 0px;
padding: 0px;
}
p {
margin: 0.25em 0em;
padding: 0px;
text-align: left;
}
p.first {
margin: 0em 0em 0.25em 0em;
padding: 0px;
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: bold;
}
blockquote {
margin: 1em 40px;
}
dfn {
font-style: italic;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
ins {
background: #ff9;
color: #000;
text-decoration: none;
}
mark {
background: #ff0;
color: #000;
font-style: italic;
font-weight: bold;
}
pre, code, kbd, samp {
font-family: monospace, monospace;
font-size: 1em;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
q {
quotes: none;
}
q:before, q:after {
content: "";
content: none;
}
small {
font-size: 85%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
ul, ol {
margin: 1em 0;
padding: 0 0 0 40px;
}
dd {
margin: 0 0 0 40px;
}
nav ul, nav ol {
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
form {
margin: 0;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
label {
cursor: pointer;
}
legend {
border: 0;
*margin-left: -7px;
padding: 0;
}
button, input, select, textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
}
button, input {
line-height: normal;
*overflow: visible;
}
table button, table input {
*overflow: auto;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td {
vertical-align: top;
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
}
@media print {
* {
background: transparent !important;
color: black !important;
text-shadow: none !important;
filter: none !important;
-ms-filter: none !important;
}
a, a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
content: "";
}
pre, blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr, img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
h2, h3 {
page-break-after: avoid;
}
}
24 changes: 24 additions & 0 deletions css/page.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#container {
width: auto;
background: #FFFFFF;
padding: 0px;
margin: 0px auto;
text-align: left;
}
header {
width: auto;
margin: 0px;
padding: 0px;
}
#main {
background: #FFFFFF;
padding: 0px;
margin: 0px;
text-align: left;
width: 100%;
}
footer {
width: auto;
margin: 0px;
padding: 0px;
}
52 changes: 52 additions & 0 deletions feed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>Free CSS - Latest Templates</title>
<link>https://websitebloger.github.io/free-css/</link>
<description>RSS Feed</description>
<language>en</language>
<copyright>Free CSS 2017</copyright>
<ttl>120</ttl>
<item>
<title>Guardian Free CSS Template</title>
<link>
https://websitebloger.github.io/free-css/free-css-templates/page217/guardian
</link>
<description>
<![CDATA[
<p>The Guardian Template has a Responsive layout with 3 Columns and uses an HTML 5 doctype.</p>
]]>
<![CDATA[
<p>It is a Dark on Light design developed by &quot;FreeHTML5&quot;.</p>
]]>
</description>
<pubDate>Sun, 27 Aug 2017 04:00:00 +0100</pubDate>
<guid isPermaLink="false">
https://websitebloger.github.io/free-css/free-css-templates/page217/guardian
</guid>
</item>
</channel>
</rss>
<!--

<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Free CSS - Latest Templates</title>
<link>https://websitebloger.github.io/free-css/feed.xml</link>
<description>RSS Feed</description>
<language>en</language>
<copyright>Free CSS - 2017</copyright>
<ttl>120</ttl>
<item>
<title>Free CSS - RSS Disabled</title>
<link>https://websitebloger.github.io/free-css/</link>
<description>
<![CDATA[ <p>We have decided to temporarily discontinue / disable our RSS feed due to mis-use of this service on a large scale and by a variety of websites.</p> ]]>
<![CDATA[ <p>We apologise to those users who use the feed as it should be used, a quick resource for the latest updates.</p> ]]>
<![CDATA[ <p>Your Free CSS Team.</p> ]]>
</description>
<guid isPermaLink="false">https://websitebloger.github.io/free-css/</guid>
</item>
</channel>
</rss>
-->
Loading