Skip to content

Instantly share code, notes, and snippets.

@gmocamilotd
Last active September 20, 2018 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmocamilotd/1ac6ac0a867d3f6c3d1a0bc55381d568 to your computer and use it in GitHub Desktop.
Save gmocamilotd/1ac6ac0a867d3f6c3d1a0bc55381d568 to your computer and use it in GitHub Desktop.
este es el detalle del css para el markdown de intellij :)
body {
background-color: #e6e6e6;
color :#444;
font-family: "Open Sans","Source Sans Pro","Helvetica Neue",Helvetica,sans-serif;
margin : 5px 8%;
}
a {
color: #32f;
text-decoration:none;
font-style: italic;
padding : 2px 5px;
border: 1px dotted #d4d4d4;
border-radius: 4px;
}
table {
padding : 0;
border-collapse:collapse;
border-radius: 5px;
background-color : #3E4044;
color: #CDD5E5;
width: 100%;
max-width: 800px;
}
table tr {
/*border-top : 1px solid #cccccc;*/
border: 1px solid #676A72;
border-radius: 5px;
margin : 0;
padding : 0;
}
table tr:nth-child(2n) {
background-color : #494B50; }
table tr th {
background-color: #282A2D;
font-weight : bold;
border: 1px solid #676A72;
text-align : left;
margin : 0;
padding : 6px 13px; }
table tr td {
border: 1px solid #676A72;
text-align : left;
margin : 0;
padding : 6px 13px; }
table tr th :first-child, table tr td :first-child {
margin-top : 0; }
table tr th :last-child, table tr td :last-child {
margin-bottom : 0; }
h1 {
color: #c37c2f;
text-align: center;
}
h2 {
color :#750b37;
}
h3{
color :#000;
font-style: italic;
}
pre{
color: #000;
background : #ccc;
padding : 6px 13px;
border: 1px solid #d4d4d4;
border-radius: 10px;
}
pre code {
font-family: courier, monospace;
font-size: .95em;
color : #222;
}
code {
color : #666;
background : #d1d1d1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment