mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
Issue 2058 fixed. New layout skin(bootstrap.layout) created.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11180 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
94031b53af
commit
b22b2442a1
21 changed files with 662 additions and 40 deletions
21
modules/install/script/welcome_content/welcome.css
Normal file
21
modules/install/script/welcome_content/welcome.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
@charset "utf-8";
|
||||
/* Welcome */
|
||||
.welcomeXE{zoom:1}
|
||||
.welcomeXE:after{content:"";display:block;clear:both}
|
||||
.welcomeXE>section{margin:0 0 20px 0}
|
||||
@media all and (min-width:768px){
|
||||
.welcomeXE>section{height:102px;background:url(../../../../common/img/welcome.png) no-repeat}
|
||||
.welcomeXE>section.i1{background-position:0 0}
|
||||
.welcomeXE>section.i2{background-position:0 -100px}
|
||||
.welcomeXE>section.i3{background-position:0 -200px}
|
||||
.welcomeXE>section.i4{background-position:0 -300px}
|
||||
.welcomeXE>section.i5{background-position:0 -400px}
|
||||
.welcomeXE>section.i6{background-position:0 -500px}
|
||||
.welcomeXE>section>h3,
|
||||
.welcomeXE>section>p{padding:0 0 0 100px}
|
||||
}
|
||||
@media all and (min-width:980px){
|
||||
.welcomeXE>section{width:48%}
|
||||
.welcomeXE>section.odd{float:left}
|
||||
.welcomeXE>section.even{float:right}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue