diff options
Diffstat (limited to 'views/default/css/admin.php')
| -rw-r--r-- | views/default/css/admin.php | 369 | 
1 files changed, 181 insertions, 188 deletions
| diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 8993ec66d..90d151bc6 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -38,26 +38,26 @@ html, body {  	margin-bottom: 1px;  }  img { -	border-width:0; -	border-color:transparent; +	border-width: 0; +	border-color: transparent;  }  :focus { -	outline:0 none; +	outline: 0 none;  }  ol, ul {  	list-style: none;  }  em, i { -	font-style:italic; +	font-style: italic;  }  ins { -	text-decoration:none; +	text-decoration: none;  }  del {  	text-decoration:line-through;  }  strong, b { -	font-weight:bold; +	font-weight: bold;  }  table {  	border-collapse: collapse; @@ -79,7 +79,6 @@ blockquote, q {  /* ***************************************  	BASICS  *************************************** */ -  body {  	background-color: #eee;  	font-size: 80%; @@ -116,15 +115,8 @@ p {  	margin-bottom: 15px;  } -.elgg-output dt { font-weight: bold } -.elgg-output dd { margin: 0 0 1em 2em } - -table.mceLayout { -	width:100% !important; -} -  .clearfloat { -	clear:both; +	clear: both;  }  /* Clearfix! */ @@ -150,10 +142,10 @@ table.mceLayout {  	content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";  }  .hidden { -	display:none; +	display: none;  }  .centered { -	margin:0 auto; +	margin: 0 auto;  }  .center {  	text-align: center; @@ -164,6 +156,9 @@ table.mceLayout {  .float-alt {  	float: right;  } +.elgg-toggle { +	cursor: pointer; +}  /* ***************************************  	PAGE WRAPPER @@ -211,7 +206,7 @@ table.mceLayout {  .elgg-menu-user li {  	display: inline;  } -.elgg-menu-user li:after{ +.elgg-menu-user li:after {  	content: "|";  	display: inline-block;  	font-weight: normal; @@ -222,6 +217,9 @@ table.mceLayout {  	content: "";  } +/* *************************************** +	MESSAGES +*************************************** */  .elgg-page-messages {  	padding: 20px 0 0;  	width: 500px; @@ -248,13 +246,35 @@ table.mceLayout {  	border-color: #c6d880;  } +.elgg-admin-notices { +	padding-bottom: 15px; +} +.elgg-admin-notices p { +	background-color: #BDE5F8; +	color: black; +	border: 1px solid blue; +	font-weight: bold; +	padding: 3px 0px 3px 10px; + +	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45); +	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45); +	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45); + +	-webkit-border-radius: 4px; +	-moz-border-radius: 4px; +	border-radius: 4px; +} +.elgg-admin-notices a { +	float: right; +} +  /* ***************************************  	BODY  *************************************** */  .elgg-page-body {  	padding: 20px 0;  } -.elgg-main  { +.elgg-main {  	background-color: #fff;  	border: 1px solid #ccc;  	padding: 20px; @@ -384,31 +404,19 @@ table.mceLayout {  	float: right;  	margin-left: 5px;  } -  .elgg-item {  	margin: 3px;  } -.elgg-menu-metadata { -	float: right; -	margin-left: 15px; -	font-size: 90%; -} -.elgg-menu-metadata > li { -	float: left; -	margin-left: 15px; -} -.elgg-menu-metadata, .elgg-menu-metadata a { -	color: #aaa; -}  .elgg-simple-list li {  	margin-bottom: 5px;  } +  /* ***************************************  	FORMS AND INPUT  *************************************** */  label {  	font-weight: bold; -	color:#333333; +	color: #333333;  	font-size: 110%;  }  fieldset > div { @@ -421,7 +429,7 @@ input {  	font: 120% Arial, Helvetica, sans-serif;  	padding: 5px;  	border: 1px solid #ccc; -	color:#666; +	color: #666;  	-webkit-border-radius: 5px;  	-moz-border-radius: 5px; @@ -432,50 +440,67 @@ input {  .elgg-input-tags,  .elgg-input-url,  .elgg-input-plaintext { -	width:98%; +	width: 98%;  }  textarea {  	height: 100px;  } -input[type="submit"], .elgg-button-submit, .elgg-button-action, .elgg-button-cancel { +.elgg-input-thin { +	width: 400px; +} + +.elgg-button {  	font-size: 14px;  	font-weight: bold; -	color: white;  	text-decoration: none; -	background-color: #333; -	border-color: #333; -	 +  	-webkit-border-radius: 5px;  	-moz-border-radius: 5px;  	border-radius: 5px; -	display: inline-block;  	width: auto;  	padding: 2px 4px; -	margin: 10px 5px 10px 0;  	cursor: pointer;  	outline: none;  } -input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover { +a.elgg-button { +	padding: 3px 6px; +} + +.elgg-button + .elgg-button { +	margin-left: 5px; +} + +.elgg-button-submit, +.elgg-button-action { +	color: white; +	border: 1px solid #333; +	background-color: #333; +	text-shadow: 1px 1px 0px black; +} +.elgg-button-submit:hover, +.elgg-button-action:hover {  	color: white;  	background-color: #000;  	text-decoration: none;  } -.elgg-button-submit, .elgg-button-action, .elgg-button-cancel { -	padding: 4px 8px; +.elgg-button-submit.elgg-state-disabled, +.elgg-button-action.elgg-state-disabled { +	color: #999; +	cursor: default;  } +  .elgg-button-cancel {  	color: #333;  	background-color: #999; +	border: 1px solid #999;  }  .elgg-button-cancel:hover {  	color: #222;  	background-color: #666;  	text-decoration: none;  } -.elgg-button-action.elgg-state-disabled { -	background-color: #aaa; -} +  /* **************************************       DATE PICKER  *************************************** */ @@ -546,6 +571,7 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover      color: #333;  	background: #ddd;  } +  /* ***************************************  	PAGINATION  *************************************** */ @@ -571,14 +597,13 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover  	color: white;  	text-decoration: none;  } - -.elgg-pagination .elgg-state-disabled { +.elgg-pagination .elgg-state-disabled span {  	color: #CCC;  	border-color: #CCC;  } -.elgg-pagination .elgg-state-selected { -	color: #555; -	border-color: #555; +.elgg-pagination .elgg-state-selected span { +	color: #000; +	border-color: #ccc;  }  /* *************************************** @@ -636,7 +661,6 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover  	-moz-border-radius: 5px;  	border-radius: 5px;  } -  .elgg-admin-sidebar-menu a:hover {  	text-decoration: none;  	background: black; @@ -646,12 +670,10 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover  .elgg-admin-sidebar-menu li.elgg-state-selected > a {  	background-color: #BBB;  } -  .elgg-admin-sidebar-menu .elgg-menu-closed:before {  	content: "\25B8";  	padding-right: 4px;  } -  .elgg-admin-sidebar-menu .elgg-menu-opened:before {  	content: "\25BE";  	padding-right: 4px; @@ -676,7 +698,6 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover  .elgg-menu-title {  	float: right;  } -  .elgg-menu-title > li {  	display: inline-block;  	margin-left: 4px; @@ -685,12 +706,13 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover  /* ***************************************  	FOOTER MENU  *************************************** */ -.elgg-menu-footer {color:gray} - +.elgg-menu-footer { +	color: gray; +}  .elgg-menu-footer li {  	float: left;  } -.elgg-menu-footer li:after{ +.elgg-menu-footer li:after {  	content: "\007C";  	display: inline-block;  	padding: 0 4px 0 4px; @@ -744,14 +766,40 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover  }  /* *************************************** +	ENTITY MENU +*************************************** */ +<?php // height depends on line height/font size ?> +.elgg-menu-entity, elgg-menu-annotation { +	float: right; +	margin-left: 15px; +	font-size: 90%; +	color: #666; +	line-height: 16px; +	height: 16px; +} +.elgg-menu-entity > li, .elgg-menu-annotation > li { +	margin-left: 15px; +} +.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a { +	color: #aaa; +} +<?php // need to override .elgg-menu-hz ?> +.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a { +	display: block; +} +.elgg-menu-entity > li > span, .elgg-menu-annotation > li > span { +	vertical-align: baseline; +} + +/* ***************************************  	MORE MENUS  *************************************** */  /* Horizontal menus w/ separator support */  .elgg-menu-hz > li,  .elgg-menu-hz > li:after,  .elgg-menu-hz > li > a { -	display:inline-block; -	vertical-align:middle; +	display: inline-block; +	vertical-align: middle;  }  /* Allow inline image blocks in horizontal menus */  .elgg-menu-hz .elgg-body:after { @@ -766,6 +814,19 @@ input[type="submit"]:hover, .elgg-button-submit:hover, .elgg-button-action:hover  .elgg-menu-longtext {  	float: right;  } +.elgg-menu-metadata { +	list-style-type: none; +	float: right; +	margin-left: 15px; +	font-size: 90%; +} +.elgg-menu-metadata > li { +	float: left; +	margin-left: 15px; +} +.elgg-menu-metadata, .elgg-menu-metadata a { +	color: #aaa; +}  /* ***************************************  	WIDGETS @@ -926,23 +987,8 @@ a.elgg-widget-collapsed:before {  	width: 83.33%;  } - -.elgg-subtext { -	color: #666; -	font-size: 85%; -	line-height: 1.2em; -	font-style: italic; -	margin-bottom: 5px; -} - -.elgg-longtext-control { -	margin-left: 14px; -	font-size: 80%; -	cursor: pointer; -} -  /* *************************************** -	Spacing (from OOCSS) +	SPACING (from OOCSS)  *************************************** */  .pan{padding:0}  .pas{padding:5px} @@ -1049,6 +1095,7 @@ a.elgg-widget-collapsed:before {  *************************************** */  .elgg-avatar {  	position: relative; +	display: inline-block;  }  .elgg-avatar > a > img {  	display: block; @@ -1156,94 +1203,32 @@ a.elgg-widget-collapsed:before {  	height: 200px;  } - -.elgg-menu-metadata { -	list-style-type: none; -	float: right; -	margin-left: 15px; -	font-size: 90%; -} -.elgg-menu-metadata > li { -	float: left; -	margin-left: 15px; -} - -.right {float:right} -.elgg-toggle {cursor:pointer} - -<?php //@todo elgg-drag-handle instead? ?> -.elgg-state-draggable .elgg-head { -	cursor: move; -} -  /* *************************************** -	ADMIN MISC -*************************************** */ - -.elgg-instructs { -	max-width: 600px; -} - -.manifest_file { -	background-color:#eee; - -	-webkit-border-radius: 8px; -	-moz-border-radius: 8px; -	border-radius: 8px; - -	padding:5px 10px; -	margin:4px 0; -} - - -.plugin_controls { -	padding: 3px 3px 3px 0; -	font-weight: bold; -	float: left; -	width: 150px; -} -form.admin_plugins_simpleview .elgg-button-submit { -	margin-right:20px; -} -.plugin_info { -	margin: 3px; -	padding-left: 150px; -	display: block; -} -.plugin_metadata { -	display:block; -	color:#999; -} -.plugin_name input[type="checkbox"] { -	margin-right: 10px; -} -ul.admin_plugins { -	margin-bottom: 0; -	padding-left: 0; -	list-style: none; -} +	PLUGINS +**************************************** */  .elgg-plugin { -	border:1px solid #999; -	margin:0 0 5px; -	padding:0 7px 4px 10px; +	border: 1px solid #999; +	margin: 0 0 5px; +	padding: 0 7px 4px 10px;  	-webkit-border-radius: 5px;  	-moz-border-radius: 5px;  	border-radius: 5px;  } - +.elgg-plugin.elgg-state-draggable > .elgg-image-block .elgg-head { +	cursor: move; +}  .elgg-plugin p { -	margin:0; -	padding:0; +	margin: 0;  }  .elgg-plugin h3 { -	color:black; +	color: black;  	padding-bottom: 10px;  } -.plugin_settings { +.elgg-plugin-settings {  	font-weight: normal; +	font-size: 0.9em;  } -  .elgg-plugin-screenshot {  	display: inline;  } @@ -1263,64 +1248,43 @@ ul.admin_plugins {  	border-radius: 8px;  }  .elgg-plugin-screenshot-lightbox h2 { -	color:black; +	color: black;  } -  .elgg-plugin.elgg-state-active {  	background: white;  }  .elgg-plugin.elgg-state-inactive {  	background: #dedede;  } - -.elgg-state-error { +.elgg-plugin .elgg-state-error {  	background: #fbe3e4;  	color: #8a1f11;  	border-color: #fbc2c4;  	font-weight: bold;  } -.elgg-state-warning { +.elgg-plugin .elgg-state-warning {  	background: #fbedb5;  	color: #000000;  	border-color: #fbe58b;  	font-weight: bold;  } +.elgg-plugin-more { +	background-color: #eee; -.admin_notices { -	padding-bottom: 15px; -} -.admin_notices p { -	background-color:#BDE5F8; -	color: black; -	border: 1px solid blue; -	font-weight: bold; -	padding: 3px 0px 3px 10px; - -	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45); -	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45); -	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45); - -	-webkit-border-radius: 4px; -	-moz-border-radius: 4px; -	border-radius: 4px; -} - -.admin_notices a { -	float: right; -} +	-webkit-border-radius: 8px; +	-moz-border-radius: 8px; +	border-radius: 8px; -.add-user form { -	width:300px; +	padding: 5px 10px; +	margin: 4px 0;  }  /**************************************** -	Markdown Text +	MARKDOWN  ****************************************/ -  .elgg-markdown {  	margin: 15px;  } -  .elgg-markdown h1,  .elgg-markdown h2,  .elgg-markdown h3, @@ -1330,17 +1294,46 @@ ul.admin_plugins {  	margin: 1em 0 1em -15px;  	color: #333;  } -  .elgg-markdown ol {  	list-style: decimal;  	padding-left: 2em;  } -  .elgg-markdown ul {  	list-style: disc;  	padding-left: 2em;  } -  .elgg-markdown p {  	margin: 15px 0; -}
\ No newline at end of file +} + +/* *************************************** +	MISC +*************************************** */ +.elgg-content-thin { +	max-width: 600px; +} + +.elgg-subtext { +	color: #666; +	font-size: 85%; +	line-height: 1.2em; +	font-style: italic; +	margin-bottom: 5px; +} + +.elgg-longtext-control { +	margin-left: 14px; +	font-size: 80%; +	cursor: pointer; +} + +table.mceLayout { +	width:100% !important; +} + +.elgg-output dt { +	font-weight: bold; +} +.elgg-output dd { +	margin: 0 0 1em 2em; +} | 
