2011-02-16 08:18:23 +00:00
|
|
|
/******************************
|
|
|
|
* PlantUMLServlet style sheet *
|
|
|
|
******************************/
|
|
|
|
|
2011-02-18 14:44:42 +00:00
|
|
|
/* Font */
|
2014-02-28 22:21:58 +00:00
|
|
|
h1, p, #content a {
|
2011-03-31 14:20:15 +00:00
|
|
|
font-family: arial,helvetica,sans-serif;
|
2014-02-28 22:21:58 +00:00
|
|
|
/* font-size: medium; */
|
2011-02-18 14:44:42 +00:00
|
|
|
}
|
|
|
|
|
2011-02-16 08:18:23 +00:00
|
|
|
/* Header */
|
|
|
|
#header {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2011-02-18 14:44:42 +00:00
|
|
|
/* Content */
|
|
|
|
#content {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 95%;
|
|
|
|
}
|
|
|
|
|
2011-02-16 08:18:23 +00:00
|
|
|
/* Form inputs */
|
2014-02-28 22:21:58 +00:00
|
|
|
#content textarea, #content .CodeMirror, #content input[type=text] {
|
2011-02-18 14:44:42 +00:00
|
|
|
background-color: #ffc;
|
|
|
|
font-family: monospace;
|
2014-02-28 22:21:58 +00:00
|
|
|
font-size: medium;
|
2011-02-18 14:44:42 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2014-02-28 22:21:58 +00:00
|
|
|
#content input[type=text] {
|
|
|
|
border: 0;
|
2011-02-16 08:18:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Diagram */
|
2011-03-31 14:20:15 +00:00
|
|
|
#content #diagram {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content #diagram img {
|
2011-02-18 14:44:42 +00:00
|
|
|
border: medium solid green;
|
|
|
|
padding: 10px;
|
2011-02-16 08:18:23 +00:00
|
|
|
}
|
2011-03-31 14:20:15 +00:00
|
|
|
|
|
|
|
/* Footer */
|
|
|
|
#footer p {
|
|
|
|
background-color: #eee;
|
|
|
|
color: #666;
|
|
|
|
font-size: 0.7em;
|
|
|
|
padding: 2px;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|