Skip to content

Commit

Permalink
Silica admin panel skin inital commit
Browse files Browse the repository at this point in the history
alpha version in development - only layout, post, editor pages are done
  • Loading branch information
zvuc committed Oct 18, 2014
1 parent 11d535c commit 232b454
Show file tree
Hide file tree
Showing 138 changed files with 31,591 additions and 0 deletions.
1 change: 1 addition & 0 deletions skin/admin/silica/basic.css

Large diffs are not rendered by default.

863 changes: 863 additions & 0 deletions skin/admin/silica/basic.less

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions skin/admin/silica/center.css

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions skin/admin/silica/checkup.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
@charset "utf-8";

/* Basic Tag *************************************************************************************/

h3
{
font-size : 1.5em;
}

#all-wrap
{
margin : 50px auto;
width : 500px;
/*background-image : url('./image/img_header_textcube.png');*/
background-image : url('./image/bg_inner.png');
background-position : left top;
background-repeat : no-repeat;
/* border :2px solid #999;*/
}

#data-outbox h3
{
margin-top : 40px;
margin-left : 140px;
}

#message-box
{
text-align : center;
margin : 15px auto;
}
Binary file added skin/admin/silica/colorpalette.psd
Binary file not shown.
1 change: 1 addition & 0 deletions skin/admin/silica/communication.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions skin/admin/silica/communication.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@charset "utf-8";
@import "http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic,300italic,300";
//@import "http://fonts.googleapis.com/css?family=Quicksand:400,700";
@import (reference) "icomoon/iconfont.less";
@import "mixin.less";


/* ---------------- communication.less ---------------- */


table.data-inbox {

}
Loading

0 comments on commit 232b454

Please # to comment.