Commit e89164f5 authored by 神楽坂玲奈's avatar 神楽坂玲奈

theme

git-svn-id: http://glupx.googlecode.com/svn/trunk/Reliz@66 189f022a-1064-8ae2-3e6f-c4a67275c50b
parent c9a1c87e
......@@ -96321,3 +96321,22 @@ Rendered themes/lotus/layouts/_top.html.erb (204.0ms)
Rendered themes/lotus/layouts/_footer.html.erb (0.0ms)
Rendered themes/lotus/boards/index.html.erb within layouts/application (1115.5ms)
Completed 200 OK in 1644ms (Views: 756.4ms | ActiveRecord: 677.0ms)
Started GET "/" for 127.0.0.1 at 2011-04-19 08:44:33 +0800
Processing by BoardsController#index as HTML
Board Load (148.0ms) SELECT `boards`.* FROM `boards`
SQL (109.4ms) SELECT COUNT(*) FROM `topics` WHERE (`topics`.`deleted` = 0) AND (`topics`.category_id = 1)
SQL (127.0ms) SELECT COUNT(*) FROM `posts` INNER JOIN `topics` ON `posts`.topic_id = `topics`.id WHERE ((`topics`.category_id = 1))
Rendered layouts/_onlineuserbar.html.erb (2.0ms)
Rendered themes/lotus/layouts/_header.html.erb (1.0ms)
Rendered layouts/_userbar.html.erb (2.0ms)
Rendered layouts/_navibar.html.erb (1.0ms)
Rendered layouts/_searchbar.html.erb (0.0ms)
User Load (118.0ms) SELECT `users`.* FROM `users` ORDER BY users.id DESC LIMIT 1
Rendered layouts/_actionbar.html.erb (1.0ms)
Rendered layouts/_themebar.html.erb (1.0ms)
Rendered themes/lotus/layouts/_top.html.erb (177.0ms)
Rendered themes/lotus/layouts/_footer.html.erb (0.0ms)
Rendered themes/lotus/boards/index.html.erb within layouts/application (1103.5ms)
Completed 200 OK in 1502ms (Views: 791.0ms | ActiveRecord: 502.4ms)
/* Demo styles Download by http://www.codefans.net
----------------------------------*/
body {
font-family: "Arial","Verdana","sans-serif";
margin: 1em;
font-size: 16px;
}
#wrapper {
width: 31.5em;
}
.sub {
font-size: 0.7em;
}
h1 {
font-family:"Trebuchet MS","Helvetica";
border-bottom: 1px solid #EEEEEE;
}
.ui-dialog-titlebar {
font-size: 1em;
padding:0.1em 0.3em;
}
.ui-dialog .ui-dialog-titlebar {
font-size: 0.9em;
padding:0 0.3em;
margin: 1em 0 0 0;
}
p {
font-size: 0.6em;
}
button {
font-size: 0.6em !important;
}
a img{
border: 0;
}
#copyright {
font-size: 0.6em;
}
/* Lightbox Styles
----------------------------------*/
#ui-lightbox-wrapper {
display: none;
position: absolute;
width: 20em;
height: auto;
}
#ui-lightbox-image {
height: 10em;
margin: 1em 0 0 0;
background: url(ajax-loader.gif) no-repeat center center;
}
#ui-lightbox-image img{
display: none;
}
/* Picture Styles
----------------------------------*/
.ui-widget-content {
padding: 0 1em 1em 1em;
}
.ui-dialog{
padding: 0 1em 0 1em;
}
.box {
padding: 0 1em 1em 1em;
margin: 0 0 1em 0;
}
a.singleLightbox{
margin: 0 0.8em 0 0;
}
ul{
margin: 0;
padding: 0;
}
ul li{
float: left;
margin: 0 0.9em 0 0;
list-style-type:none;
}
ul li.last,
a.last{
margin: 0;
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment