-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
M.Hanny Sabbagh
committed
May 5, 2013
1 parent
76624e6
commit 0549321
Showing
93 changed files
with
20,414 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Helal Linux control center | ||
==================== | ||
|
||
The second generation of helal control center |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,282 @@ | ||
header, footer, article, section, hgroup, nav, figure, aside {display: block;} | ||
figure { | ||
margin:0; | ||
padding:0; | ||
} | ||
html {height:100%; overflow-x :hidden;} | ||
body { | ||
margin:0; | ||
font:12px/15px "Ubuntu", sans-serif; | ||
color:#8a8a8a; | ||
min-width:1000px; | ||
background:#fff; | ||
height:100%; | ||
} | ||
img {border-style:none;} | ||
a { | ||
color:#8a8a8a; | ||
text-decoration:underline; | ||
} | ||
a:hover {text-decoration:none;} | ||
input, | ||
textarea, | ||
select { | ||
font:100% sans-serif; | ||
vertical-align:middle; | ||
color:#8a8a8a; | ||
} | ||
form,fieldset{ | ||
margin:0; | ||
padding:0; | ||
border:none; | ||
} | ||
#wrapper { | ||
position:relative; | ||
min-height:100%; | ||
overflow:hidden; | ||
} | ||
#content { | ||
float:left; | ||
width:100%; | ||
} | ||
#contents { | ||
height: 450px; | ||
margin-left: 25px; | ||
margin-top: 10px; | ||
overflow-y: auto; | ||
width: 595px; | ||
} | ||
|
||
#ty { | ||
color: #000000; | ||
font-size: 14px; | ||
-webkit-user-select: text; | ||
cursor:text; | ||
} | ||
.c1 { | ||
margin:0 0 0 152px; | ||
position: absolute; | ||
width:100%; | ||
} | ||
|
||
#sidebar { | ||
float: left; | ||
padding: 18px 1px 0; | ||
width: 150px; | ||
background: url("../images/bg-wrapper.png") repeat-y scroll left center transparent; | ||
min-height: 522px; | ||
} | ||
#solgan { | ||
float: left; | ||
margin-left: -15px; | ||
padding-right: 10px; | ||
position: relative; | ||
} | ||
#launcher { | ||
border-color: #FFFFFF; | ||
border-radius: 10px 10px 10px 10px; | ||
border-style: solid; | ||
border-width: 2px; | ||
display: inline-block; | ||
padding-bottom: 5px; | ||
padding-right: 220px; | ||
padding-top: 5px; | ||
position: relative; | ||
cursor:pointer; | ||
transition: all .50s ease-in-out; | ||
-webkit-transition: all .50s ease-in-out; | ||
} | ||
|
||
#launcher:hover { | ||
border-radius: 10px; | ||
border-style: solid; | ||
border-width: 2.5px; | ||
border-color: rgba(23, 51, 78, 0.15) rgba(23, 51, 78, 0.17) rgba(23, 51, 78, 0.2); | ||
background-color: rgba(3, 14, 27, 0.03); | ||
} | ||
#launcher:active { | ||
border-color: #71AECD; | ||
background-color: #D1EFFF ; | ||
} | ||
#launcher h3 { | ||
float: right; | ||
margin-top: -46px; | ||
margin-left: 55px; | ||
position: absolute; | ||
color: #000000; | ||
display: block; | ||
} | ||
#launcher span { | ||
margin-left: 55px; | ||
margin-top: -30px; | ||
position: absolute; | ||
} | ||
#launcher img { | ||
opacity: 1; | ||
height: 48px; | ||
width: 48px; | ||
} | ||
#launcher:hover img { | ||
opacity: 0.8; | ||
} | ||
#sidebar .shadow { | ||
background:url(../images/bg-shadow.png) no-repeat; | ||
width:5px; | ||
height:9999px; | ||
overflow:hidden; | ||
text-indent:-9999px; | ||
position:absolute; | ||
left:72px; | ||
top:0; | ||
} | ||
.tabs {border-top:1px solid #fff;} | ||
.tabs .text-section { | ||
background:#f9f9f9; | ||
padding:19px 0 8px 36px; | ||
margin:0 0 1px; | ||
} | ||
.tabs h1 { | ||
font-size:18px; | ||
line-height:20px; | ||
margin:0 0 8px; | ||
color:#2b333b; | ||
} | ||
.tabs p {margin:0 0 10px;} | ||
.logo { | ||
background:url(../images/hcc_logo.png) no-repeat ; | ||
width:64px; | ||
height:64px; | ||
display:block; | ||
margin:0 auto 10px; | ||
position:relative; | ||
left:1px; | ||
|
||
} | ||
.logo a { | ||
display:block; | ||
height:100%; | ||
} | ||
|
||
.buttons { | ||
list-style:none; | ||
margin:0; | ||
padding:0; | ||
position:relative; | ||
z-index:2; | ||
font:bold 11px/13px Ubuntu, sans-serif; | ||
|
||
} | ||
.buttons li { | ||
vertical-align:top; | ||
margin:0 0 1px; | ||
position:relative; | ||
} | ||
.buttons a { | ||
vertical-align:top; | ||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616a78), color-stop(100%,#343d4b)); | ||
width:150px; | ||
height:40px; | ||
display:block; | ||
overflow:hidden; | ||
cursor:pointer; | ||
outline: none; | ||
} | ||
|
||
.buttons a:hover { | ||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67abd6), color-stop(100%,#4a7fc2)); } | ||
.buttons li.active a { | ||
background:url(../images/button-active.png) no-repeat -113px -2px; | ||
margin:0 -21px 0 0; | ||
padding:0 21px 0 0; | ||
outline: none; | ||
} | ||
.buttons li.active a em {top:40px;} | ||
.buttons a span { | ||
background: url("../images/icons-mono.png") no-repeat scroll 9999px 0 transparent; | ||
color: #FFFFFF; | ||
display: inline-block; | ||
height: 20px; | ||
margin: 11px 5px 0; | ||
overflow: hidden; | ||
text-indent: 22px; | ||
width: 150px; | ||
} | ||
.buttons em { | ||
position:absolute; | ||
right:0; | ||
top:0; | ||
background:url(../images/bg-shadow.png) repeat-y; | ||
width:4px; | ||
height:100%; | ||
overflow:hidden; | ||
text-indent: 20px; | ||
} | ||
.buttons .ico1 span {background-position:0 0;} | ||
.buttons .active .ico1 span {background-position:0 -25px;} | ||
.buttons .ico2 span {background-position:2px -47px;} | ||
.buttons .active .ico2 span {background-position:2px -73px;} | ||
.buttons .ico3 span {background-position:2px -97px;} | ||
.buttons .active .ico3 span {background-position:2px -126px;} | ||
.buttons .ico4 span {background-position:2px -153px;} | ||
.buttons .active .ico4 span {background-position:2px -178px;} | ||
.buttons .ico5 span {background-position:2px -206px;} | ||
.buttons .active .ico5 span {background-position:2px -232px;} | ||
.buttons .ico6 span {background-position:2px -262px;} | ||
#box { | ||
border: 1px solid #ccc; | ||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#FCFCFC)); | ||
-webkit-box-shadow: #666 0px 2px 3px; | ||
-webkit-border-radius: 4px; | ||
width: 550px; | ||
margin-bottom: 10px; | ||
|
||
} | ||
#box_title { | ||
font-size: 14px; | ||
border-bottom: 1px solid #ccc; | ||
line-height: 22px; | ||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67abd6), color-stop(100%,#4a7fc2)); | ||
color: #FFF; | ||
padding-left: 6px; | ||
} | ||
#box_content { | ||
|
||
padding: 6px; | ||
} | ||
|
||
.tooltip | ||
{ | ||
position: relative; | ||
display: inline-block; | ||
outline: none; | ||
} | ||
|
||
.tooltip span | ||
{ | ||
visibility: hidden; | ||
position: absolute; | ||
bottom: 40px; | ||
left: 100px; | ||
z-index: 999; | ||
width: 100px; | ||
margin-left: -127px; | ||
margin-top: -30px; | ||
padding: 5px; | ||
border: 2px solid #FFF; | ||
opacity: .8; | ||
background-color: #494949; | ||
color: #FFF; | ||
border-radius: 3px; | ||
|
||
} | ||
|
||
.tooltip:hover span | ||
{ | ||
visibility: visible; | ||
} | ||
.link { | ||
padding: 5px; | ||
width: 49px; | ||
display: inline-block; | ||
cursor : pointer; | ||
} |
Oops, something went wrong.