From 3f67c62896d96dcf5a1f80dad8071da4fcc2e705 Mon Sep 17 00:00:00 2001 From: Susanne Vestner-Ludwig Date: Fri, 11 Oct 2013 16:31:40 +0200 Subject: [PATCH] Topbar refs #4824 --- doc/Icinga-Design/documentation.css | 2 + doc/Icinga-Design/documentation.html | 65 ++++++++++++- doc/Icinga-Design/icinga-design.css | 132 +++++++++++++++++++++++++++ doc/Icinga-Design/images/refresh.png | Bin 0 -> 523 bytes doc/Icinga-Design/images/search.png | Bin 0 -> 491 bytes 5 files changed, 196 insertions(+), 3 deletions(-) create mode 100644 doc/Icinga-Design/images/refresh.png create mode 100644 doc/Icinga-Design/images/search.png diff --git a/doc/Icinga-Design/documentation.css b/doc/Icinga-Design/documentation.css index bedb95960..30bd9c27f 100644 --- a/doc/Icinga-Design/documentation.css +++ b/doc/Icinga-Design/documentation.css @@ -20,6 +20,8 @@ html { width: 100%; padding: 20px; margin: 0 auto; + margin-top: 50px; + display: block; } diff --git a/doc/Icinga-Design/documentation.html b/doc/Icinga-Design/documentation.html index 73054703d..d95e727d4 100644 --- a/doc/Icinga-Design/documentation.html +++ b/doc/Icinga-Design/documentation.html @@ -15,6 +15,67 @@ + + + + + + + + + +

Icinga Documentation

@@ -26,9 +87,7 @@

Basic Elements

Headlines

- +
diff --git a/doc/Icinga-Design/icinga-design.css b/doc/Icinga-Design/icinga-design.css index 53fff79ae..b0ac7eb77 100644 --- a/doc/Icinga-Design/icinga-design.css +++ b/doc/Icinga-Design/icinga-design.css @@ -475,6 +475,10 @@ select.input-sm { background-image: url('images/reschedule.png'); background-repeat: no-repeat; } +.icon-refresh { + background-image: url('images/refresh.png'); + background-repeat: no-repeat; +} /* ========================================================================== @@ -822,3 +826,131 @@ background-color: #fff; width: 16px; } + + + +/* ========================================================================== + Top Navbar + ========================================================================== */ + + +.icinga-logo { + background-attachment: scroll; + background-clip: border-box; + background-color: rgba(0, 0, 0, 0); + background-image: url("images/logo_icinga.png"); + background-origin: padding-box; + background-position: center center; + background-repeat: no-repeat; + background-size: auto auto; + display: block; + height: 33px; + margin-bottom: 0; + margin-left: 8px; + margin-right: 30px; + margin-top: 8px; + text-indent: -999px; + width: 94px; +} + +.icinga-icon-user { + background-attachment: scroll; + background-clip: border-box; + background-color: rgba(0, 0, 0, 0); + background-image: url("images/user.png"); + background-origin: padding-box; + background-position: center center; + background-repeat: no-repeat; + background-size: auto auto; + display: inline-block; + height: 16px; + width: 16px; +} + +.icinga-navbar { + margin-right: 15px; +} +.icinga-navbar-reload { + margin-top: 13px; + margin-right: 40px; +} + +.icinga-navbar-search { + background-image: url('images/search.png'); + background-repeat: no-repeat; + background-position: 5px 50%; + padding-left: 25px !important; +} + +.icinga-navbar-search-container { + border-left: 1px solid #ddd; + padding-left: 15px; + margin-top: 12px; +} + + + +.icinga-navbar-hosts-container { + background-image: url('images/host.png'); + background-repeat: no-repeat; + background-position: 5px 50%; + padding-left: 30px !important; + margin-top: 15px; +} +.icinga-navbar-services-container { + background-image: url('images/service.png'); + background-repeat: no-repeat; + background-position: 5px 50%; + padding-left: 25px !important; + margin-top: 15px; +} + +.icinga-navbar-pills { + border-style: solid; + border-width: 1px; + padding: 3px 5px 3px 5px; + border-radius: 3px; + font-size: 13px; +} + + + +/** Service status **/ + +.icinga-navbar-pills-critical { + border-color: #FF3300; + color: #FF3300; +} + +.icinga-navbar-pills-ok { + border-color: #00CC33; + color: #00CC33; +} + +.icinga-navbar-pills-warning { + border-color: #FFA500; + color: #FFA500; +} + +.icinga-navbar-pills-unknown { + border-color: #E066FF; + color: #E066FF; +} + +/** Host status **/ + +.icinga-navbar-pills-unreachable { + border-color: #E066FF; + color: #E066FF; +} + +.icinga-navbar-pills-down { + border-color: #FF3300; + color: #FF3300; +} + +.icinga-navbar-pills-up { + border-color: #00CC33; + color: #00CC33; +} + diff --git a/doc/Icinga-Design/images/refresh.png b/doc/Icinga-Design/images/refresh.png new file mode 100644 index 0000000000000000000000000000000000000000..b0222a525ed08aaea5557263865ba817aa73e724 GIT binary patch literal 523 zcmV+m0`&cfP)L(xGdXVH5@M-#g}DXmcRA>T@p`G>om-hFJ_Eh_E1-HSJF@m@Hy3$%11h z!LVR783fz&vZk!*#0djIAH&{neEXcb;en@I&OOgLhugK*{12ul2bpmiw{aEoXxPFl zY}DEx;&&qlnbF}E9-_w@>cCsX3Ql3A*8bgrLTgQHO++~tQ8pvWwb5+yMU=Y{|i;kQC3@CC1jW%m1cG|ILdQMMz>>YwtD z_3$L3e26GZtulTwf_!XMA^n1e&RD`khS)oj?>LF&SMGd zxL9kycbvrojAdJoC~N=fVBl^)Yri$lJ@F||;umG%$ar?AMf3mw N002ovPDHLkV1mg5-IxFX literal 0 HcmV?d00001 diff --git a/doc/Icinga-Design/images/search.png b/doc/Icinga-Design/images/search.png new file mode 100644 index 0000000000000000000000000000000000000000..a66c3ca95b50879192508d22c4b3544b140246ad GIT binary patch literal 491 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf4nJ za0`JjLqX5H$_e_~O zH4M3D`8qU|oLU-`JheMG#F_*G9BWvlyG8z0G8`0%n&~9HRq)CTr6zub6fx7R9H%Pj z-t@x#&BouYi)R+4Kf9e+W_>p=++OLFj99@Y%c#R|&+JNZDf#8#va|bhMdS7#&A~f5 zzVDb9S-+J@@F|~OqT1#>9x<0Ge=Azoo~g>?&`8bV>o2s~oVTr4GEi+}vuD_cJQ1Nlu|k&B*2RD84LZ|(FEZ~fzke(<=IF*{|G3kPU;nZ{aKKmGp#N|c z_wN?>9}UwrB97lY^Q)BON4(3F=8EQw3C1(O{=VVB{Yh~8cNUWqj5fzP|J*UYpwRy1 c+o#9+HGQSuyJojV0|TAG)78&qol`;+08)R(I{*Lx literal 0 HcmV?d00001