mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-11-05 20:37:53 +00:00
Style enhancement
This commit is contained in:
parent
ba435be99e
commit
2afdbdbdee
@ -2,6 +2,11 @@
|
|||||||
* PlantUMLServlet style sheet *
|
* PlantUMLServlet style sheet *
|
||||||
******************************/
|
******************************/
|
||||||
|
|
||||||
|
/* Font */
|
||||||
|
* {
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
#header {
|
#header {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
@ -9,12 +14,27 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Content */
|
||||||
|
#content {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 95%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Form inputs */
|
/* Form inputs */
|
||||||
#content textarea, #content input[type=text] {
|
#content textarea, #content input[type=text] {
|
||||||
width: 900px;
|
background-color: #ffc;
|
||||||
|
font-family: monospace;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* XHTML tag */
|
||||||
|
#content code {
|
||||||
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Diagram */
|
/* Diagram */
|
||||||
#content img#diagram {
|
#content img#diagram {
|
||||||
border: thin solid green;
|
border: medium solid green;
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user