mirror of
https://github.com/wassname/CanvasTextWrapper.git
synced 2026-07-01 06:12:53 +08:00
v 0.3.0
This commit is contained in:
+22
-8
@@ -13,7 +13,7 @@ div, header, footer, article {
|
||||
header, footer, article {
|
||||
width: 930px;
|
||||
margin: auto;
|
||||
background-color: #0D9F69;
|
||||
background-color: #3299af;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
@@ -55,10 +55,15 @@ article {
|
||||
vertical-align: middle;
|
||||
background-color: #fff;
|
||||
font-weight: 100;
|
||||
color: #0D9F69;
|
||||
color: #2E6571;
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
pre.white-block {
|
||||
padding-left: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 10px 0;
|
||||
line-height: 120%;
|
||||
@@ -66,6 +71,11 @@ p {
|
||||
|
||||
h2 {
|
||||
font-size: 30px;
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
h2:first-of-type {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
@@ -83,6 +93,10 @@ h6 {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.syntax p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.values li {
|
||||
text-indent: 20px;
|
||||
list-style: inside circle;
|
||||
@@ -98,20 +112,20 @@ section > div {
|
||||
position: relative;
|
||||
width: 450px;
|
||||
margin: 15px;
|
||||
border: 1px solid #0D9F69;
|
||||
border: 1px solid #3299af;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
section h2 {
|
||||
color: #0D9F69;
|
||||
color: #3299af;
|
||||
text-indent: 30px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
section > div div {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
background-color: #0D9F69;
|
||||
height: 240px;
|
||||
background-color: #3299af;
|
||||
margin-top: 250px;
|
||||
padding: 20px;
|
||||
}
|
||||
@@ -139,7 +153,7 @@ span, .emph {
|
||||
|
||||
strong {
|
||||
background: #fff;
|
||||
color: #0D9F69;
|
||||
color: #3299af;
|
||||
font-weight: bold;
|
||||
padding: 0 5px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user