From Design pattern
Jump to: navigation, search
(정리중)
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{#css:
 
#mw-content-text h3 span {
 
font-weight: 600;
 
padding-left: 0px;
 
}
 
  
.mw-headline {
+
== 사이트 개발/디자인 테스트 ==
font-weight: 600;
+
* [[code-test]]
}
+
* [[code-test2]]
 
+
* [[Page-layout-test]]
span.mw-editsection {
+
font-weight: 200;
+
position: relative;
+
float:right;
+
margin-right: 25px
+
}
+
 
+
span.mw-editsection a {
+
font-weight: 200;
+
}
+
 
+
.art-subpage {
+
background: #F7F7F7;
+
}
+
 
+
#mw-content-text p {
+
padding-top: 0px;
+
padding-bottom: 20px;
+
}
+
 
+
li {
+
margin-bottom: 5px
+
list-style-type: circle;
+
}
+
 
+
}}
+
== 추가 사례 수집 ==
+
 
+
* [[Ztemp1]]
+
* [[Ztemp2_input]]
+
* [[Ztemp3_navi]]
+
* [[Ztemp4_deal]]
+
* [[Ztemp5_landing]]
+
* [[Ztemp6_lazy]]
+
 
+
== 정리중 ==
+
 
+
* [[Drawer Menu]]
+
  
 
[[Category:Sandbox]]
 
[[Category:Sandbox]]

Latest revision as of 17:31, 12 August 2014

사이트 개발/디자인 테스트