-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pull in raw html, fix mismatched closing tags * extract templates to own files * extract headings into own file, split heading files * primary nav is more block than element and should be unique * rename headings to group by set rather than level * pull in raw css * remove units on 0 length, add missing un-prefixed declarations * update formatting of css section headings * put heading back in raw html not ready for extraction * update heading directories for better clarity and grouping * (re-)extract headings actually complete this time * rearrange content-templates directories for clarity and grouping like items contents of files didn't change * update post template internal labels to match new directory structure * extract drabble templates * extract thread trackers into own files
- Loading branch information
1 parent
e870e94
commit a0395aa
Showing
56 changed files
with
869 additions
and
115 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
dist/content-templates/general/galleries/gallery-2-double-color.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<rosedev class="gradient" | ||
><devline></devline><devtop>optional heading</devtop> | ||
<div class="dev two"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
10 changes: 10 additions & 0 deletions
10
dist/content-templates/general/galleries/gallery-2-double-dark.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<rosedev class="black" | ||
><devline></devline><devtop>optional heading</devtop> | ||
<div class="dev two"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
10 changes: 10 additions & 0 deletions
10
dist/content-templates/general/galleries/gallery-2-double-light.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<rosedev class="white" | ||
><devline></devline><devtop>optional heading</devtop> | ||
<div class="dev two"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
7 changes: 7 additions & 0 deletions
7
dist/content-templates/general/galleries/gallery-2-single-color.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<rosedev class="gradient" | ||
><devline></devline><devtop>optional heading</devtop> | ||
<div class="dev one"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
7 changes: 7 additions & 0 deletions
7
dist/content-templates/general/galleries/gallery-2-single-dark.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<rosedev class="black" | ||
><devline></devline><devtop>optional heading</devtop> | ||
<div class="dev one"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
7 changes: 7 additions & 0 deletions
7
dist/content-templates/general/galleries/gallery-2-single-light.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<rosedev class="white" | ||
><devline></devline><devtop>optional heading</devtop> | ||
<div class="dev one"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
13 changes: 13 additions & 0 deletions
13
dist/content-templates/general/galleries/gallery-2-triple-color.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<rosedev class="gradient" | ||
><devline></devline><devtop>optional heading</devtop> | ||
<div class="dev three"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
13 changes: 13 additions & 0 deletions
13
dist/content-templates/general/galleries/gallery-2-triple-dark.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<rosedev class="black" | ||
><devline></devline><devtop>optional heading</devtop> | ||
<div class="dev three"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
13 changes: 13 additions & 0 deletions
13
dist/content-templates/general/galleries/gallery-2-triple-light.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<rosedev class="white" | ||
><devline></devline><devtop>optional heading</devtop> | ||
<div class="dev three"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
10 changes: 10 additions & 0 deletions
10
dist/content-templates/general/galleries/gallery-3-double-color.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<rosedev class="gradient" | ||
><devline></devline><devtop><b>heading style two</b></devtop> | ||
<div class="dev2 two"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
10 changes: 10 additions & 0 deletions
10
dist/content-templates/general/galleries/gallery-3-double-dark.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<rosedev class="black" | ||
><devline></devline><devtop><b>heading style two</b></devtop> | ||
<div class="dev2 two"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
10 changes: 10 additions & 0 deletions
10
dist/content-templates/general/galleries/gallery-3-double-light.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<rosedev class="white" | ||
><devline></devline><devtop><b>heading style two</b></devtop> | ||
<div class="dev2 two"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
7 changes: 7 additions & 0 deletions
7
dist/content-templates/general/galleries/gallery-3-single-color.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<rosedev class="gradient" | ||
><devline></devline><devtop><b>heading style two</b></devtop> | ||
<div class="dev2 one"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
7 changes: 7 additions & 0 deletions
7
dist/content-templates/general/galleries/gallery-3-single-dark.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<rosedev class="black" | ||
><devline></devline><devtop><b>heading style two</b></devtop> | ||
<div class="dev2 one"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
7 changes: 7 additions & 0 deletions
7
dist/content-templates/general/galleries/gallery-3-single-light.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<rosedev class="white" | ||
><devline></devline><devtop><b>heading style two</b></devtop> | ||
<div class="dev2 one"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
13 changes: 13 additions & 0 deletions
13
dist/content-templates/general/galleries/gallery-3-triple-color.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<rosedev class="gradient" | ||
><devline></devline><devtop><b>heading style two</b></devtop> | ||
<div class="dev2 three"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
13 changes: 13 additions & 0 deletions
13
dist/content-templates/general/galleries/gallery-3-triple-dark.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<rosedev class="black" | ||
><devline></devline><devtop><b>heading style two</b></devtop> | ||
<div class="dev2 three"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
13 changes: 13 additions & 0 deletions
13
dist/content-templates/general/galleries/gallery-3-triple-light.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<rosedev class="white" | ||
><devline></devline><devtop><b>heading style two</b></devtop> | ||
<div class="dev2 three"> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/> | ||
<img | ||
src="https://i.pinimg.com/originals/f3/7c/d3/f37cd30f0e1739c23f29f9fe61387af2.jpg" | ||
/></div | ||
></rosedev> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<h2 class="block-heading-a-1">heading A-1</h2> | ||
<h3 class="block-heading-a-2">heading A-2</h3> | ||
<h4 class="block-heading-a-3">heading A-3</h4> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<h2 class="block-heading-b-1">heading B-1</h2> | ||
<h3 class="block-heading-b-2">heading B-2</h3> | ||
<h4 class="block-heading-b-3">heading B-3</h4> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<h2 class="block-heading-c">heading C</h2> | ||
<div class="utility-bg-dark" style="padding: 1em"> | ||
<h2 class="block-heading-c" data-bg="dark"> | ||
heading C variant for dark backgrounds | ||
</h2> | ||
</div> | ||
<h2 class="block-heading-d">heading D</h2> | ||
<h2 class="block-heading-e">heading E</h2> | ||
<h2 class="block-heading-f">heading F</h2> | ||
<h2 class="block-heading-g">heading G</h2> | ||
<div class="utility-bg-gradient-1" style="padding: 1em"> | ||
<h2 class="block-heading-g" data-bg="gradient"> | ||
heading G variant for gradient backgrounds | ||
</h2> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...ut-of-character/general/general-1-bw.html → ...nt-templates/general/posts/post-1-bw.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...racter/general/general-1-color-title.html → ...tes/general/posts/post-1-color-title.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...of-character/general/general-1-color.html → ...templates/general/posts/post-1-color.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ut-of-character/general/general-2-bw.html → ...nt-templates/general/posts/post-2-bw.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...of-character/general/general-2-color.html → ...templates/general/posts/post-2-color.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...t-templates/in-character/post/post-2.html → ...ntent-templates/general/posts/post-4.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...t-templates/in-character/post/post-4.html → ...ntent-templates/general/posts/post-6.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...t-templates/in-character/post/post-5.html → ...ntent-templates/general/posts/post-7.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
<jaspost> | ||
<p><b>This is Post Template 7.</b></p> | ||
|
||
this is a simple post template <b>bold looks like this</b> | ||
<i>italics look like this</i> | ||
</jaspost> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<rosedev class="gradient" | ||
><devline></devline><devtop>optional heading</devtop> | ||
<div class="dev drabble"> | ||
<p><b>This is Post Template 9, color variant.</b></p> | ||
|
||
lines regular font and <b>this is bold</b> and | ||
<i>this is italics</i> and <u>this is underline</u> and | ||
<bb>this is a second bold style</bb> and | ||
<ii>this is a second italics style</ii> and | ||
<uu>this is a second underline style</uu> | ||
<bubble>bubble text style </bubble> | ||
<lines>lines text style</lines> | ||
<quote>quote text style goes here</quote> | ||
</div></rosedev | ||
> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<rosedev class="black" | ||
><devline></devline><devtop>optional heading</devtop> | ||
<div class="dev drabble"> | ||
<p><b>This is Post Template 9, dark variant.</b></p> | ||
|
||
lines regular font and <b>this is bold</b> and | ||
<i>this is italics</i> and <u>this is underline</u> and | ||
<bb>this is a second bold style</bb> and | ||
<ii>this is a second italics style</ii> and | ||
<uu>this is a second underline style</uu> | ||
<bubble>bubble text style </bubble> | ||
<lines>lines text style</lines> | ||
<quote>quote text style goes here</quote> | ||
</div></rosedev | ||
> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<rosedev class="white" | ||
><devline></devline><devtop>optional heading</devtop> | ||
<div class="dev drabble"> | ||
<p><b>This is Post Template 9, light variant.</b></p> | ||
|
||
lines regular font and <b>this is bold</b> and | ||
<i>this is italics</i> and <u>this is underline</u> and | ||
<bb>this is a second bold style</bb> and | ||
<ii>this is a second italics style</ii> and | ||
<uu>this is a second underline style</uu> | ||
<bubble>bubble text style </bubble> | ||
<lines>lines text style</lines> | ||
<quote>quote text style goes here</quote> | ||
</div></rosedev | ||
> |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<rosedev class="gradient" | ||
><devline></devline><devtop>optional heading</devtop> | ||
<div class="dev quote"> | ||
<x>quote style one <b>bold</b> and <i>italics</i> here</x> | ||
<br /><y>quote style two <b>bold</b> and <i>italics</i></y> | ||
<author>— quote author</author> | ||
</div></rosedev | ||
> |
Oops, something went wrong.