Difference between revisions of "IT-OS-Config-Themes"

From wiki.samerhijazi.net
Jump to navigation Jump to search
Line 1: Line 1:
 +
https://docs.openstack.org/devstack/latest/_static/css/native.css
 +
 +
* background-color: #333
 +
* background-color: #f5f5f5
 +
 
* https://github.com/vinceliuice/Toffee-gtk-theme
 
* https://github.com/vinceliuice/Toffee-gtk-theme
 
* https://github.com/vinceliuice/Sierra-gtk-theme
 
* https://github.com/vinceliuice/Sierra-gtk-theme
Line 5: Line 10:
 
* https://github.com/vinceliuice/grub2-themes
 
* https://github.com/vinceliuice/grub2-themes
 
* https://github.com/horst3180/Arc-theme
 
* https://github.com/horst3180/Arc-theme
 +
 +
<pre>
 +
pre {
 +
background-color: #333;
 +
border: 1px solid #ccc;
 +
border-radius: 4px;
 +
color: #fff;
 +
display: block;
 +
font-size: 13px;
 +
line-height: 1.4;
 +
margin: 0 0 10px;
 +
margin: 0 0 10px;
 +
overflow: auto;
 +
padding: 20px 30px;
 +
padding: 9.5px;
 +
word-break: break-all;
 +
word-wrap: break-word;
 +
}
 +
</pre>

Revision as of 09:36, 26 April 2019

https://docs.openstack.org/devstack/latest/_static/css/native.css

  • background-color: #333
  • background-color: #f5f5f5
pre {
background-color: #333;
border: 1px solid #ccc;
border-radius: 4px;
color: #fff;
display: block;
font-size: 13px;
line-height: 1.4;
margin: 0 0 10px;
margin: 0 0 10px;
overflow: auto;
padding: 20px 30px;
padding: 9.5px;
word-break: break-all;
word-wrap: break-word;
}