Login   Register  
Icontem

File: css/style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Arturs Sosins  >  Web Notes  >  css/style.css  >  Download  
File: css/style.css
Role: Auxiliary data
Content type: text/plain
Description: Main styles
Class: Web Notes
Manage user notes like Opera
Author: By
Last change:
Date: 2013-11-25 08:56
Size: 6,665 bytes
 

Contents

Class file image Download
html, body
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	overflow: hidden;
	font-family: Arial;
}

#notesContext
{
	
}

#notesToolbar
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 31px;
	background-image: url("../images/toolbar.png");
	font-size: 12px;
	z-index: 2;
}
#notesToolbar > ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#notesToolbar > ul > li
{
	float: left;
	margin: 0;
	margin-top: 4px;
	margin-right: 10px;
}
#notesToolbar a
{
	color: black;
	text-decoration: none;
}

#notesToolbar button, #notesToolbar a
{
	display: block;
	padding: 2px;
	margin: 0;
	line-height: 18px;
	cursor: default;
	border: none;
	background: none;
	font-family: Arial;
}

#notesToolbar button:hover, #notesToolbar a:hover
{
	border: 1px solid #b5b9c4;
	border-radius: 3px;
	padding: 1px;
}

#notesToolbar button:active, #notesToolbar a:active
{
	border: 1px solid #a3a7b3;
	background-color: #f2f4f8;
	border-radius: 3px;
	padding: 1px;
	box-shadow: inset 0px 3px 3px #c8c9d1;
}

#notesToolbar button:disabled, #notesToolbar a:disabled
{
	opacity: 0.5;
}

#notesToolbar li span
{
	float: left;
}

#notesToolbar li .notesDown
{
	float: left;
	display: block;
	width: 15px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url("../images/dropdown.png");
}

#notesToolbar li .notesIcon, #notesContext li .notesIcon
{
	float: left;
	margin-right: 5px;
	display: block;
	width: 22px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#notesToolbar > ul > li > ul, #notesContext, #notesDialog
{
	background-color: #f0f0f0;
	border: 1px solid #a0a0a0;
	list-style: none;
	padding: 1px;
	position: absolute;
	display: none;
	box-shadow: 1px 1px 5px #000;
}

#notesDialog
{
	padding: 0px 20px 20px 20px;
	text-align: center
}

#notesDialog li
{
	margin-top: 20px;
}

#notesDialog textarea
{
	width: 400px;
	height: 200px;
}

#notesToolbar > ul > li > ul li, #notesContext li
{
	display: block;
	height: 16px;
	margin: 1px;
	padding: 4px 20px 4px 1px;
	cursor: default;
}
#notesToolbar > ul > li > ul li:hover, #notesContext li:hover
{
	background-color: #46a9ff;
	border: 1px solid #1676ff;
	padding: 3px 19px 3px 0px;
	color: #fff;
}

#notesContext li.notesSeparator:hover
{
	background-color: transparent;
	border: none;
	padding: 4px 20px 4px 1px;
}

#notesToolbar > ul > li > ul li .notesAddIcon, #notesContext li .notesAddIcon
{
	background-image: url("../images/add.png");
}
#notesContext li .notesSendIcon
{
	background-image: url("../images/send.png");
}
#notesContext li .notesPrintIcon
{
	background-image: url("../images/print.png");
}
#notesContext li .notesTrashIcon
{
	background-image: url("../images/trash.png");
}
#notesSearch
{
	float: right;
	padding-left: 20px;
	background-image: url("../images/search.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	width: 130px;
	height: 17px;
}
#notesFont
{
	margin-top: 1px;
	width: 100px;
}
#notesSize
{
	margin-top: 1px;
}
.notesInput
{
	float: right;
	margin: 5px;
	border: 1px solid #8b8f99;
	border-radius: 5px;
	padding: 1px;
	box-shadow: inset 0px 1px 1px #eeeeef;
	display: block;
	font-size: 12px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	height: 17px;
}

.inputLabel
{
	margin-top: 3px;
	font-family: Arial;
}

#notesTreeHolder
{
	position: absolute;
	top: 31px;
	left: 0;
	bottom: 0px;
	width:40%;
	overflow: auto;
	cursor: default;
}
#notesSorter
{
	position: absolute;
	height: 20px;
	top: 0;
	left: 0;
	background-image: url("../images/sorter.png");
	width: 100%;
}
#notesSorter:hover
{
	background-image: url("../images/sorter_selected.png");
}

#notesSorter ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#notesSorter ul li
{
	float: left;
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
	border-right: 1px solid #ABADB3;
	font-family: Arial;
}

#notesSorter li i
{
	float: right;
	display: block;
	width: 15px;
	height: 18px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#notesSorter li i.asc
{
	background-image: url("../images/dropdown.png");
}

#notesSorter li i.desc
{
	background-image: url("../images/dropup.png");
}
#notesTree
{
	position: absolute;
	top: 21px;
	bottom: 0;
	width:100%;
	overflow: auto;
	cursor: default;
}
#notesResizer
{
	position: absolute;
	width:2px;
	top: 31px;
	bottom: 0;
	left: 40%;
	background-color: #abadb3;
	cursor: e-resize;
	z-index: 3;
}
#notesContentHolder
{
	position: absolute;
	top: 31px;
	bottom: 0;
	right: 0;
	left: 40%;
}
#notesContent
{
	width: 100%;
	height: 100%;
	overflow: scroll-y;
	resize: none;
}
#notesTree ul
{
	margin:0;
	padding:0;
	list-style: none;
}
#notesTree li
{
	padding: 1px 1px 1px 14px;
	margin: 1px;
	min-height: 18px;
	line-height: 18px;
}
#notesTree li a
{
	padding: 1px 1px 1px 14px;
	margin-left: -14px;
	display: block;
	height: 18px;
	width: 100%;
	overflow: hidden;
}
#notesTree li a .notesIcon
{
	float: left;
	margin-right: 5px;
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.notesItem
{
}
.notesFolder
{
}
.notesClosed > a
{
	background-image: url("../images/group_closed.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.notesClosed > ul
{
	display: none;
}
.notesOpened > a
{
	background-image: url("../images/group_open.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.notesOpened > ul
{
	display: block;
}
.notesSeparator
{
	background-image: url("../images/h-separator-light.png");
	background-repeat: repeat-x;
	background-position: 0 50%;
	height: 16px;
}

#notesContext .notesSeparator
{
	height: 3px;
}

#notesTree li.notesSelected > a, #notesTree li.notesSepSelected
{
	background-color: #3399ff;
	color: #ffffff;
	border: 1px dotted #cc6600;
	padding: 0px 0px 0px 13px;
}

.notesTrash.notesOpened > a, .notesTrash.notesClosed > a
{
	font-weight: bold;
}

.notesItem > a .notesIcon
{
	background-image: url("../images/note.png");
}
.notesFolder > a .notesIcon
{
	background-image: url("../images/folder.png");
}
.notesTrash > a .notesIcon
{
	background-image: url("../images/trash.png");
}

#notesAdd > .notesIcon
{
	background-image: url("../images/add.png");
}

#notesSend > .notesIcon
{
	background-image: url("../images/send.png");
}

#notesPrint > .notesIcon
{
	background-image: url("../images/print.png");
}

#notesDelete > .notesIcon
{
	background-image: url("../images/delete.png");
}

#notesImport > .notesIcon
{
	background-image: url("../images/import.png");
}

#notesExport > .notesIcon
{
	background-image: url("../images/export.png");
}

#notesSync > .notesIcon
{
	background-image: url("../images/sync.png");
}