mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13161 201d5d3c-b55e-5fd7-737f-ddc643e51545
17 lines
No EOL
998 B
CSS
17 lines
No EOL
998 B
CSS
@charset "utf-8";
|
|
/* Welcome */
|
|
.welcomeXE{zoom:1}
|
|
.welcomeXE:after{content:"";display:block;clear:both}
|
|
.welcomeXE>h1{margin:20px 0 40px 40px;font-size:20px;color:#333}
|
|
.welcomeXE>section{width:270px;float:left;padding:0 0 0 40px;margin:0 0 80px 0}
|
|
.welcomeXE>.i4{clear:left}
|
|
.welcomeXE>section>h1{padding:60px 0 0 0;background:url(welcome.gif) no-repeat;font-size:18px;margin:0 0 15px 0;color:#333}
|
|
.welcomeXE>.i1>h1{background-position:0 0}
|
|
.welcomeXE>.i2>h1{background-position:0 -100px}
|
|
.welcomeXE>.i3>h1{background-position:0 -200px}
|
|
.welcomeXE>.i4>h1{background-position:0 -300px}
|
|
.welcomeXE>.i5>h1{background-position:0 -400px}
|
|
.welcomeXE>.i6>h1{background-position:0 -500px}
|
|
.welcomeXE>section>p{font-size:12px;color:#666;line-height:18px;margin:15px 0}
|
|
.welcomeXE>section>p>a{color:#666}
|
|
.welcomeXE>section>a{display:inline-block;background:#e2e6e7;border:1px solid #d7dce0;border-radius:2px;padding:0 15px;font-size:11px;line-height:25px;text-decoration:none;font-weight:bold;color:#666} |