Thread: Simple Template Release

Results 1 to 10 of 10
  1. #1 Simple Template Release 
    Registered Member
    Join Date
    Mar 2012
    Posts
    172
    Thanks given
    44
    Thanks received
    12
    Rep Power
    36
    Contains img folder index.html file and css file.
    Grabbed random pictures of the internet. No need to give me credits
    Feel free to give me criticism.
    Preview;

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]

    Click [Only registered and activated users can see links. ] for the download.
    Mah hero dyrus

    Reply With Quote  
     

  2. #2  
    Donator
    revengepk's Avatar
    Join Date
    Nov 2011
    Posts
    267
    Thanks given
    12
    Thanks received
    59
    Rep Power
    20
    If you made this good job!
    Reply With Quote  
     

  3. #3  
    puts "Hi "+name+
    Ruby's Avatar
    Join Date
    Apr 2012
    Age
    28
    Posts
    346
    Thanks given
    42
    Thanks received
    135
    Rep Power
    66
    Can you provide the code here? I don't tend to like downloading things that I won't use again.
    Professional website developer
    Almost a decade experience
    Bespoke website templates
    CMS & forum themes
    Future proof & secure scripts
    We should chat...
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Mar 2012
    Posts
    172
    Thanks given
    44
    Thanks received
    12
    Rep Power
    36
    Quote Originally Posted by Ruby View Post
    Can you provide the code here? I don't tend to like downloading things that I won't use again.
    which code would u like?
    Mah hero dyrus

    Reply With Quote  
     

  5. #5  
    Registered Member
    3lv3n snip3r's Avatar
    Join Date
    Jan 2011
    Posts
    916
    Thanks given
    48
    Thanks received
    114
    Rep Power
    84
    Quote Originally Posted by tomasio View Post
    which code would u like?
    I'm assuming the main css and index pages.
    Spoiler for RuneScape:

    [Only registered and activated users can see links. ][Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  6. #6  
    puts "Hi "+name+
    Ruby's Avatar
    Join Date
    Apr 2012
    Age
    28
    Posts
    346
    Thanks given
    42
    Thanks received
    135
    Rep Power
    66
    Quote Originally Posted by 3lv3n snip3r View Post
    I'm assuming the main css and index pages.
    If it isn't too much trouble, this please
    Professional website developer
    Almost a decade experience
    Bespoke website templates
    CMS & forum themes
    Future proof & secure scripts
    We should chat...
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Mar 2012
    Posts
    172
    Thanks given
    44
    Thanks received
    12
    Rep Power
    36
    Main css;
    Code:
    body {
    	margin: 0;
    	padding: 0;
    	background: #002236 url(images/img01.gif) repeat-x;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 14px;
    	color: #181B20;
    }
    
    h1, h2, h3 {
    	margin: 0;
    	padding: 0;
    	text-transform: uppercase;
    	font-family: 'Oswald', sans-serif;
    	font-weight: normal;
    	color: #2483A6;
    }
    
    h1 {
    	font-size: 2em;
    }
    
    h2 {
    	font-size: 2.4em;
    }
    
    h3 {
    	font-size: 1.6em;
    }
    
    p, ul, ol {
    	margin-top: 0;
    	line-height: 180%;
    }
    
    ul, ol {
    }
    
    a {
    	text-decoration: none;
    	color: #2483A6;
    }
    
    a:hover {
    	text-decoration: underline;
    }
    
    img.border {
    	border: 6px solid #EEE7DF;
    }
    
    img.alignleft {
    	float: left;
    	margin-right: 25px;
    }
    
    img.alignright {
    	float: right;
    }
    
    img.aligncenter {
    	margin: 0px auto;
    }
    
    #wrapper {
    	margin: 0 auto;
    	padding: 0;
    	background: url(images/img03.gif) no-repeat center top;
    }
    
    /* Header */
    
    #header-wrapper {
    	height: 167px;
    	background: url(images/img02.gif) no-repeat center top;
    }
    
    #header {
    	width: 960px;
    	height: 167px;
    	margin: 0 auto;
    }
    
    /* Logo */
    
    #logo {
    	width: 980px;
    	margin: 0px auto;
    	padding: 40px 0px 0px 0px;
    	color: #FFFFFF;
    }
    
    #logo h1, #logo p {
    	display: block;
    	margin: 0;
    	padding: 0;
    }
    
    #logo h1 {
    	margin: 0px;
    	letter-spacing: -1px;
    	text-align: center;
    	text-transform: uppercase;
    	font-size: 54px;
    	font-weight: bold;
    	color: #FFFFFF;
    }
    
    #logo h1 a {
    	color: #FFFFFF;
    }
    
    #logo p {
    	margin-top: -10px;
    	text-align: center;
    	text-transform: uppercase;
    	font-family: 'Arvo', serif;
    	font-size: 20px;
    }
    
    #logo a {
    	border: none;
    	background: none;
    	text-decoration: none;
    	color: #FFFFFF;
    }
    
    /* Search */
    
    #search {
    	float: right;
    	width: 280px;
    	height: 100px;
    	padding: 0;
    }
    
    #search form {
    	height: 41px;
    	margin: 0;
    	padding: 60px 0 0 30px;
    }
    
    #search fieldset {
    	margin: 0;
    	padding: 0;
    	border: none;
    }
    
    #search-text {
    	width: 195px;
    	padding: 6px 10px;
    	border: none;
    	background: #FFFFFF;
    	text-transform: lowercase;
    	font: normal 11px Arial, Helvetica, sans-serif;
    	color: #7F7F81;
    }
    
    #search-submit {
    	display: none;
    }
    
    /* Menu */
    
    #menu-wrapper {
    	background: url(images/img03.gif) no-repeat center top;
    	height: 58px;
    }
    
    #menu {
    	width: 940px;
    	height: 58px;
    	margin: 0px auto;
    	padding: 0px 20px 0px 20px;
    }
    
    #menu ul {
    	margin: 0;
    	padding: 0px 0px 0px 0px;
    	list-style: none;
    	line-height: normal;
    }
    
    #menu li {
    	float: left;
    }
    
    #menu a {
    	display: block;
    	float: left;
    	height: 56px;
    	margin: 0px;
    	padding: 0px 30px 0px 30px;
    	line-height: 56px;
    	letter-spacing: 1px;
    	text-decoration: none;
    	text-transform: uppercase;
    	font-family: 'Oswald', sans-serif;
    	font-size: 14px;
    	font-weight: normal;
    	color: #B5B5B5;
    	border: none;
    }
    
    #menu .current_page_item a {
    	color: #FFFFFF;
    }
    
    #menu a:hover {
    	text-decoration: none;
    	color: #FFFFFF;
    }
    
    /* Page */
    
    #page {
    	background: url(images/img05.gif) repeat-y center top;
    }
    
    #page-bgtop {
    	background: url(images/img04.gif) no-repeat center top;
    }
    
    #page-bgbtm {
    	overflow: hidden;
    	padding: 40px 30px 0px 30px;
    	background: url(images/img06.gif) no-repeat center bottom;
    }
    
    #page-content {
    	width: 920px;
    	margin: 0px auto;
    }
    
    /* Content */
    
    #content {
    	float: left;
    	width: 610px;
    	padding: 0px 0px 0px 0px;
    }
    
    .post {
    	clear: both;
    	padding-bottom: 10px;
    }
    
    .post .title {
    	padding-top: 10px;
    	letter-spacing: -2px;
    }
    
    .post .title a {
    	color: #2483A6;
    	border: none;
    }
    
    .post .meta {
    	padding-bottom: 10px;
    	text-align: left;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 11px;
    	font-style: italic;
    }
    
    .post .meta a {
    }
    
    .post .entry {
    	text-align: justify;
    	margin-bottom: 25px;
    	padding: 10px 0px 0px 0px;
    }
    
    .links {
    	display: block;
    	width: 96px;
    	padding: 2px 0px 2px 0px;
    	background: #A53602;
    	text-align: center;
    	text-transform: uppercase;
    	font-size: 10px;
    	color: #FFFFFF;
    }
    
    /* Sidebar */
    
    #sidebar {
    	float: right;
    	width: 230px;
    	padding: 0px 0px 0px 0px;
    }
    
    #sidebar ul {
    	margin: 0;
    	padding: 0;
    	list-style: none;
    }
    
    #sidebar li {
    	margin: 0;
    	padding: 0;
    }
    
    #sidebar li ul {
    	margin: 0px 15px;
    	padding-bottom: 30px;
    }
    
    #sidebar li li {
    	line-height: 35px;
    }
    
    #sidebar li li span {
    	display: block;
    	margin-top: -20px;
    	padding: 0;
    	font-size: 11px;
    	font-style: italic;
    }
    
    #sidebar li li a {
    	color: #181B20;
    }
    
    #sidebar h2 {
    	height: 38px;
    	margin-bottom: 20px;
    	padding: 12px 0 0 15px;
    	border-bottom: 1px dashed #B3B0B0;
    	letter-spacing: -1px;
    	font-size: 24px;
    	color: #2483A6;
    }
    
    #sidebar p {
    	margin: 0 0px;
    	padding: 0px 20px 20px 20px;
    	text-align: justify;
    }
    
    #sidebar a {
    	border: none;
    }
    
    #sidebar a:hover {
    	text-decoration: underline;
    }
    
    /* Calendar */
    
    #calendar {
    }
    
    #calendar_wrap {
    	padding: 20px;
    }
    
    #calendar table {
    	width: 100%;
    }
    
    #calendar tbody td {
    	text-align: center;
    }
    
    #calendar #next {
    	text-align: right;
    }
    
    /* Footer */
    
    #footer {
    	width: 960px;
    	height: 55px;
    	margin: 0px auto 40px auto;
    	background: url(images/img07.gif) no-repeat center top;
    	font-family: Arial, Helvetica, sans-serif;
    }
    
    #footer p {
    	margin: 0;
    	padding-top: 18px;
    	line-height: normal;
    	text-align: center;
    	color: #576475;
    }
    
    #footer a {
    	color: #576475;
    }
    Index html;
    [Only registered and activated users can see links. ]
    I got some weird as error when I tried to put the code in here so that's why it's on pastebin. Enjoy your codingzzz
    Mah hero dyrus

    Reply With Quote  
     

  8. #8  
    puts "Hi "+name+
    Ruby's Avatar
    Join Date
    Apr 2012
    Age
    28
    Posts
    346
    Thanks given
    42
    Thanks received
    135
    Rep Power
    66
    Quite a few pointers to be given towards the code. You're mixing the use of px and ems for font size, that's a big no-no. You should only use ems. Ems work a lot better for mobile sites and fluid sites. Why is your logo wider than your header? You're declaring padding properties with no values in them too for some reason. Along witha few other issues with the CSS other than that it's clean in that sense. On to the index; you declare the document as HTML5 but you're using no html5 code inside it take a look into <nav>, <header>, <section>/<article> and <footer> structural tags. You're also using internal styling on some elements of the page which you shouldn't be doing, declare that in the CSS with the rest of it.

    Other than that, decent job. Keep up the good work!
    Professional website developer
    Almost a decade experience
    Bespoke website templates
    CMS & forum themes
    Future proof & secure scripts
    We should chat...
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Mar 2012
    Posts
    172
    Thanks given
    44
    Thanks received
    12
    Rep Power
    36
    Quote Originally Posted by Ruby View Post
    Quite a few pointers to be given towards the code. You're mixing the use of px and ems for font size, that's a big no-no. You should only use ems. Ems work a lot better for mobile sites and fluid sites. Why is your logo wider than your header? You're declaring padding properties with no values in them too for some reason. Along witha few other issues with the CSS other than that it's clean in that sense. On to the index; you declare the document as HTML5 but you're using no html5 code inside it take a look into <nav>, <header>, <section>/<article> and <footer> structural tags. You're also using internal styling on some elements of the page which you shouldn't be doing, declare that in the CSS with the rest of it.

    Other than that, decent job. Keep up the good work!
    Thanks for the tips ! I will try to bring out a better template soon, with improved css and html.
    Mah hero dyrus

    Reply With Quote  
     

  10. #10  
    Registered Member
    Niloc's Avatar
    Join Date
    Jul 2012
    Posts
    351
    Thanks given
    61
    Thanks received
    31
    Rep Power
    92
    Thanks for this. It's pretty cool

    Great Job!
    YanilleScape is back bitches
    [Only registered and activated users can see links. ]
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. One Of The Best Free RSPS Templates. [Release]
    By revengepk in forum Website Development
    Replies: 22
    Last Post: 07-25-2012, 01:04 PM
  2. NextGenHost Template Release [RIP]
    By Defiled' in forum Website Development
    Replies: 4
    Last Post: 05-17-2012, 07:00 PM
  3. Mid-Evil Template Release
    By revengepk in forum Website Development
    Replies: 3
    Last Post: 05-16-2012, 01:39 PM
  4. Awesome free website template release
    By und3ad in forum Website Development
    Replies: 14
    Last Post: 03-10-2012, 10:57 AM
  5. My Website Template Release
    By Sir Tom in forum Website Development
    Replies: 8
    Last Post: 07-07-2010, 06:20 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •