Created
October 1, 2012 20:58
-
-
Save arashi01/3814363 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- import net.liftweb.http._ | |
!!! 5 | |
html{:xmlns => "http://www.w3.org/1999/xhtml", "xmlns:lift" => "http://liftweb.net/"} | |
head | |
meta{:content => "text/html", :charset => "UTF-8", "http-equiv" => "content-type"} | |
meta{:name => "description", :content => ""} | |
meta{:name => "keywords", :content => ""} | |
title{:class => "lift:Menu.title"} | |
|App: | |
style{:class => "lift:CSS.blueprint"} | |
style{:class => "lift:CSS.fancyType"} | |
script#jquery{:src => "/classpath/jquery.js"} | |
script#json{:src => "/classpath/json.js"} | |
:css | |
.edit_error_class { | |
display: block; | |
color: red; | |
} | |
.sidebar ul { | |
margin:0; | |
padding:0; | |
border-bottom:1px solid #ccc; | |
} | |
.sidebar ul li { | |
margin:0; | |
padding:0; | |
list-style:none; | |
border:1px solid #ccc; | |
border-bottom:none; | |
} | |
.sidebar ul li a { | |
display:block; | |
padding:3px; | |
text-indent:30px; | |
text-decoration:none; | |
} | |
.sidebar ul li span { | |
display:block; | |
padding:3px; | |
text-indent:30px; | |
text-decoration:none; | |
} | |
.sidebar ul li a:hover { | |
background-color: #eee; | |
} | |
body | |
.container | |
.column.span-12.last{:style => "text-align: right"} | |
h1.alt | |
|Lift Application | |
img#ajax-loader{:alt => "", :style => "display:none; margin-bottom: 0px; margin-left: 5px", :src => "/images/ajax-loader.gif"} | |
hr | |
.column.span-6.colborder.sidebar | |
hr.space | |
span{:class => "lift:Menu.builder"} | |
div{:class => "lift:Msgs?showAll=true"} | |
hr.space | |
.column.span-17.last | |
#content | |
hr | |
.column.span-23.last{:style => "text-align: center"} | |
h4.alt | |
|Copyright no one at all. Go to town. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment