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

theme

git-svn-id: http://glupx.googlecode.com/svn/trunk/Reliz@65 189f022a-1064-8ae2-3e6f-c4a67275c50b
parent 0990ba16
......@@ -58,7 +58,7 @@ class ApplicationController < ActionController::Base
@site[:themes][file] = YAML.load_file(theme_config_file)
end
end
p @site[:themes]
#p @site[:themes]
end
def redirect_to_thc
redirect_to("http://www.touhou.cc/bbs/"+params[:anything]+"?"+env['QUERY_STRING'])
......
......@@ -49,7 +49,7 @@ class UsersController < ApplicationController
respond_to do |format|
if @user.save
session[:user_id] = @user.id
p session
#p session
format.html { redirect_to(@user, :notice => 'User was successfully created.') }
format.xml { render :xml => @user, :status => :created, :location => @user }
else
......
This diff is collapsed.
/* 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;
}
1200
\ No newline at end of file
3628
\ No newline at end of file
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