mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 14:02:41 +00:00
code block style
This commit is contained in:
@@ -406,6 +406,27 @@ body {
|
|||||||
color : #c9ad6a;
|
color : #c9ad6a;
|
||||||
text-align : right;
|
text-align : right;
|
||||||
}
|
}
|
||||||
|
//************************************
|
||||||
|
// * CODE BLOCKS
|
||||||
|
// ************************************/
|
||||||
|
code{
|
||||||
|
font-family: "Courier New", Courier, monospace;
|
||||||
|
font-size: 0.325;
|
||||||
|
padding: 2px 4px;
|
||||||
|
color: #58180d;
|
||||||
|
background-color: #faf7ea;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre code{
|
||||||
|
width : 100%;
|
||||||
|
display : block;
|
||||||
|
border : 4px solid;
|
||||||
|
border-image : @codeBorderImage 26 stretch;
|
||||||
|
border-image-width : 10px;
|
||||||
|
border-image-outset : 2px;
|
||||||
|
border-radius : 12px;
|
||||||
|
}
|
||||||
//*****************************
|
//*****************************
|
||||||
// * EXTRAS
|
// * EXTRAS
|
||||||
// *****************************/
|
// *****************************/
|
||||||
|
|||||||
@@ -7,3 +7,4 @@
|
|||||||
@descriptiveBoxImage : data-uri('./themes/assets/descriptiveBorder.png');
|
@descriptiveBoxImage : data-uri('./themes/assets/descriptiveBorder.png');
|
||||||
@monsterBlockBackground : data-uri('./themes/assets/parchmentBackgroundGrayscale.jpg');
|
@monsterBlockBackground : data-uri('./themes/assets/parchmentBackgroundGrayscale.jpg');
|
||||||
@monsterBorderImage : data-uri('./themes/assets/monsterBorderFancy.png');
|
@monsterBorderImage : data-uri('./themes/assets/monsterBorderFancy.png');
|
||||||
|
@codeBorderImage : data-uri('./themes/assets/codeBorder.png');
|
||||||
|
|||||||
BIN
themes/assets/codeBorder.png
Normal file
BIN
themes/assets/codeBorder.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
Reference in New Issue
Block a user