[CORE][COMPOSER] Move extlib packages with immediate composer correspondent to composer dependencies
This adds a composer.json for all dependencies that are available
This commit is contained in:
1427
public/theme/neo-gnu/css/display.css
Normal file
1427
public/theme/neo-gnu/css/display.css
Normal file
File diff suppressed because it is too large
Load Diff
123
public/theme/neo-gnu/css/mp-screen.css
Normal file
123
public/theme/neo-gnu/css/mp-screen.css
Normal file
@@ -0,0 +1,123 @@
|
||||
body {
|
||||
background-image: none;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
#header {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#site_nav_global_primary {
|
||||
top: 0;
|
||||
-webkit-border-top-right-radius: 0px;
|
||||
-moz-border-radius-topright: 0px;
|
||||
border-top-right-radius: 0px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
#site_nav_global_primary li {
|
||||
float: left;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
#site_nav_local_views {
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
#site_nav_local_views h3 {
|
||||
color: #333;
|
||||
background: none;
|
||||
text-transform: none;
|
||||
letter-spacing: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
#site_nav_local_views li li {
|
||||
margin: 0 6px 6px 0;
|
||||
}
|
||||
|
||||
#login #site_nav_local_views li, #register #site_nav_local_views li, #openidlogin #site_nav_local_views li {
|
||||
margin: 0 6px 6px 0;
|
||||
}
|
||||
|
||||
#site_nav_local_views a {
|
||||
color: #fff;
|
||||
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);;
|
||||
background: #364a84;
|
||||
background: -moz-linear-gradient(top, #7b8dbb , #364a84);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8dbb), color-stop(100%,#364a84));
|
||||
font-size: 0.9em;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#site_nav_local_views a:hover {
|
||||
background: #7b8dbb;
|
||||
background: -moz-linear-gradient(top, #364a84 , #7b8dbb);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#364a84), color-stop(100%,#7b8dbb));
|
||||
}
|
||||
|
||||
.input_forms {
|
||||
top: -10px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#input_form_nav li a {
|
||||
padding: 0px 4px 1px 4px;
|
||||
}
|
||||
|
||||
.form_notice .count {
|
||||
top: 44px;
|
||||
left: 276px;
|
||||
}
|
||||
|
||||
#form_notice-direct.form_notice .count {
|
||||
top: 74px;
|
||||
left: 276px;
|
||||
}
|
||||
|
||||
#event-startdate, #event-starttime, #event-enddate, #event-endtime {
|
||||
width: 120px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.input_form .form_settings .submit {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.form_notice input.submit {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.question div.question-description {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
ul.qna-dummy {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.qna-dummy-placeholder input {
|
||||
width: 92%;
|
||||
}
|
||||
|
||||
.question #qna-answer, .qna-full-question #qna-answer {
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.threaded-replies #answer-form fieldset {
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.threaded-replies #qna-answer-submit {
|
||||
float: left;
|
||||
clear: left;
|
||||
position: relative;
|
||||
top: 0;
|
||||
bottom: 0px;
|
||||
left: 0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
a.company_logo {
|
||||
display: none !important;
|
||||
}
|
||||
326
public/theme/neo-gnu/css/rtl.css
Normal file
326
public/theme/neo-gnu/css/rtl.css
Normal file
@@ -0,0 +1,326 @@
|
||||
/** theme: neo
|
||||
*
|
||||
* @package StatusNet
|
||||
* @author Osama Khalid <osamak@gnu.org>
|
||||
* @copyright Osama Khalid
|
||||
* @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
|
||||
* @link http://status.net/
|
||||
*/
|
||||
|
||||
body {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
span.rtl{
|
||||
direction: rtl !important;
|
||||
}
|
||||
|
||||
#content .notice .entry-title{
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.form_notice textarea{
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
#site_nav_global_primary ul{
|
||||
float: left;
|
||||
}
|
||||
|
||||
.notice div.entry-content {
|
||||
float: right;
|
||||
clear: right;
|
||||
}
|
||||
|
||||
#content .notice .threaded-replies .notice div.entry-content{
|
||||
clear: right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#content h1{
|
||||
font-weight: bold;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.threaded-replies {
|
||||
border-right: 3px solid #ECECF2;
|
||||
border-left: 0;
|
||||
margin-right: 59px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
address{
|
||||
float: right;
|
||||
}
|
||||
|
||||
#site_nav_global_primary {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.input_form .form_settings .submit{
|
||||
float: left;
|
||||
}
|
||||
|
||||
.input_form .form_settings fieldset fieldset{
|
||||
float: right;
|
||||
}
|
||||
|
||||
.input_form fieldset fieldset label{
|
||||
right: 6px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#input_form_event .form_settings .form_data li{
|
||||
float: right;
|
||||
}
|
||||
|
||||
.notice .author {
|
||||
direction: rtl;
|
||||
float: right;
|
||||
margin-left: 8px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.section .notice .author {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.notice p.entry-content {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.threaded-replies .form_notice #notice_action-submit {
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.form_notice input.submit{
|
||||
float: right;
|
||||
}
|
||||
|
||||
#export_data li a{
|
||||
padding-right: 30px;
|
||||
padding-left: 0;
|
||||
/* background-position: right center; */
|
||||
}
|
||||
|
||||
#content .notice .threaded-replies .notice .entry-title{
|
||||
margin: 2px 35px 0 7px;
|
||||
}
|
||||
|
||||
#content .notice .entry-title {
|
||||
margin: 2px 59px 0 7px;
|
||||
}
|
||||
|
||||
#content .notice .author .photo{
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.notice-options{
|
||||
float: left;
|
||||
}
|
||||
|
||||
.notice div.entry-content {
|
||||
margin-right: 59px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#core .vcard .photo {
|
||||
margin-left: 11px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.threaded-replies .notice-reply-comments {
|
||||
margin: 2px 10px 4px 0;
|
||||
}
|
||||
|
||||
#shownotice .notice div.entry-content {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.notice .addressees:before {
|
||||
content: '\25C2';
|
||||
}
|
||||
|
||||
#content thead th {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.profile_list th.current a {
|
||||
background-position: left top;
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
.form_settings .form_data textarea, .form_settings .form_data select, .form_settings .form_data input {
|
||||
float: right;
|
||||
margin-right: 1.795%;
|
||||
}
|
||||
|
||||
.form_settings .form_data label {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.form_settings label {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#form_search input.submit {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#site_nav_local_views H3{
|
||||
font-weight: bold;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
#aside_primary h2{
|
||||
font-weight: bold;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.form_settings label[for="notice_to"] {
|
||||
margin-left: 10px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
select {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#input_form_nav li a {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#content table.extended-profile td {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 8px !important;
|
||||
}
|
||||
|
||||
.experience-item, .education-item {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#site_nav_global_primary a {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.form_settings .form_data p.form_guide {
|
||||
margin-right: 27%;
|
||||
}
|
||||
|
||||
.form_settings label.checkbox {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.form_settings label.checkbox, .form_settings label.radio {
|
||||
left: 0;
|
||||
right: -25px;
|
||||
}
|
||||
|
||||
.form_settings input.checkbox, .form_settings input.radio {
|
||||
margin-right: 25%;
|
||||
margin-left: 20px;
|
||||
right: -14px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.form_settings input {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.form_settings .form_data li {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#header-search {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#header-search input[type="submit"] {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
#avatarfile {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form_settings .checkbox-wrapper label.checkbox {
|
||||
right: -3px;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.checkbox-wrapper.unchecked label.checkbox, .checkbox-wrapper.checked label.checkbox {
|
||||
padding-right: 20px;
|
||||
padding-left: 0;
|
||||
background-position: right center;
|
||||
}
|
||||
|
||||
.input_form .form_settings .form_data p.form_guide {
|
||||
margin-right: 5px;
|
||||
margin-left: 27%;
|
||||
}
|
||||
|
||||
.experience-item, .education-item {
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.profile_block .entity_actions {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.profile .entity_profile .fn, .profile .entity_profile .label {
|
||||
margin-right: 11px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#core .vcard .photo {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.profile_list .label {
|
||||
margin-right: 59px !important;
|
||||
}
|
||||
|
||||
.profile .entity_profile .note, .profile .entity_profile .url, .profile .entity_profile .entity_tags, .profile .entity_profile .form_subscription_edit {
|
||||
margin-right: 59px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.profile_list .entity_actions ul {
|
||||
left: 20px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.entity_actions input.submit {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#entity_statistics dt, #entity_statistics dd {
|
||||
margin-left: 11px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#showstream .notice .entry-title, #showstream .notice div.entry-content {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.limited-scope .entry-content .timestamp:before {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.limited-scope .entry-content .timestamp {
|
||||
padding-left: 0;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.section ul.entities {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.section .entities li {
|
||||
float: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user