FINAL suepr merge step : added all modules to this super repos
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
/**
|
||||
* @file
|
||||
* This file handles all the styling needed for the "User Details" module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Logged-in user block .css styling.
|
||||
*/
|
||||
#user-details #loggedin .name, #user-details #loggedin .user-picture {
|
||||
text-align: center;
|
||||
}
|
||||
#user-details #loggedin .joined .title, #user-details #loggedin .postcount .title, #user-details #loggedin .rank .title {
|
||||
float: left;
|
||||
margin-right: 3px;
|
||||
}
|
||||
#user-details #loggedin .userjoined .result, #user-details #loggedin .postcount .result {
|
||||
font-style: italic;
|
||||
}
|
||||
#user-details #loggedin .quick-links .title, #user-details #loggedin .content .title {
|
||||
text-decoration: underline;
|
||||
text-align: center;
|
||||
}
|
||||
/**
|
||||
* Authored by user block .css styling.
|
||||
*/
|
||||
#user-details #authored .name, #user-details #authored .user-picture {
|
||||
text-align: center;
|
||||
}
|
||||
#user-details #authored .joined .title, #user-details #authored .postcount .title, #user-details #authored .rank .title {
|
||||
float: left;
|
||||
margin-right: 3px;
|
||||
}
|
||||
#user-details #authored .userjoined .result, #user-details #authored .postcount .result {
|
||||
font-style: italic;
|
||||
}
|
||||
#user-details #authored .quick-links .title, #user-details #authored .content .title {
|
||||
text-decoration: underline;
|
||||
text-align: center;
|
||||
}
|
@@ -0,0 +1,38 @@
|
||||
/**
|
||||
* Admin page
|
||||
*/
|
||||
#user-details-admin-settings .form-type-checkbox, #user-details-admin-settings .form-type-select {
|
||||
float: left;
|
||||
width: 25%;
|
||||
border-right: 2px solid;
|
||||
margin-right: 10px;
|
||||
}
|
||||
#user-details-admin-settings #edit-loggedin-stats .form-type-checkbox, #user-details-admin-settings .form-item-user-details-loggedin-stats-hr-display, #user-details-admin-settings .form-item-user-details-loggedin-links-hr-display, #user-details-admin-settings #edit-authored-stats .form-type-checkbox, #user-details-admin-settings .form-item-user-details-authored-stats-hr-display, #user-details-admin-settings .form-item-user-details-authored-links-hr-display {
|
||||
float: none;
|
||||
width: 100%;
|
||||
border: 0 none;
|
||||
margin: 0;
|
||||
}
|
||||
#user-details-admin-settings .form-item-user-details-loggedin-stats-hr-display, #user-details-admin-settings .form-item-user-details-loggedin-links-hr-display, #user-details-admin-settings .form-item-user-details-authored-stats-hr-display, #user-details-admin-settings .form-item-user-details-authored-links-hr-display {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#user-details-admin-settings .form-type-textfield {
|
||||
width: 70%;
|
||||
margin-left: 27%;
|
||||
}
|
||||
#user-details-admin-settings label {
|
||||
font-weight: bold;
|
||||
}
|
||||
#user-details-admin-settings .description {
|
||||
font-style: italic;
|
||||
}
|
||||
#user-details-admin-settings #edit-custom-link-one .form-type-textfield, #user-details-admin-settings #edit-custom-link-two .form-type-textfield, #user-details-admin-settings #edit-custom-link-three .form-type-textfield, #user-details-admin-settings #edit-custom-link-four .form-type-textfield, #user-details-admin-settings #edit-custom-link-five .form-type-textfield {
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 10px;
|
||||
border-bottom: 2px solid;
|
||||
}
|
||||
#user-details-admin-settings #edit-custom-link-one .form-item-user-details-loggedin-customlinkone-imgtitle, #user-details-admin-settings #edit-custom-link-two .form-item-user-details-loggedin-customlinkone-imgtitle, #user-details-admin-settings #edit-custom-link-three .form-item-user-details-loggedin-customlinkone-imgtitle, #user-details-admin-settings #edit-custom-link-four .form-item-user-details-loggedin-customlinkone-imgtitle, #user-details-admin-settings #edit-custom-link-five .form-item-user-details-loggedin-customlinkone-imgtitle {
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
border-bottom: 0 none;
|
||||
}
|
@@ -0,0 +1,47 @@
|
||||
/**
|
||||
* @file
|
||||
* This file handles all the styling needed for the "User Details: logged-in user" block.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Block Styling
|
||||
*/
|
||||
#user-details #authored .avatar {
|
||||
text-align: center;
|
||||
}
|
||||
#user-details #authored .title {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#user_details #authored .result {
|
||||
font-style: italic;
|
||||
}
|
||||
#user-details #authored .user-quick-links div {
|
||||
float: left;
|
||||
padding-right: 5px;
|
||||
}
|
||||
#user-details #authored .user-quick-links div.title {
|
||||
float: none;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
text-align: center;
|
||||
text-decoration: underline;
|
||||
}
|
||||
#user-details #authored .content {
|
||||
clear: both;
|
||||
}
|
||||
#user-details #authored .content .title {
|
||||
float: none;
|
||||
text-align: center;
|
||||
text-decoration: underline;
|
||||
}
|
||||
#user-details #authored .content ul, #user-details #authored .content ol {
|
||||
list-style: disc inside none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#user-details #authored .block-end {
|
||||
clear: both;
|
||||
float: none;
|
||||
}
|
@@ -0,0 +1,51 @@
|
||||
/**
|
||||
* @file
|
||||
* This file handles all the styling needed for the "User Details: logged-in user" block.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Block Styling
|
||||
*/
|
||||
#user-details #loggedin .avatar {
|
||||
text-align: center;
|
||||
}
|
||||
#user-details #loggedin .title {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#user-details #loggedin .result {
|
||||
font-style: italic;
|
||||
}
|
||||
#user-details #loggedin .user-quick-links div {
|
||||
float: left;
|
||||
padding-right: 5px;
|
||||
}
|
||||
#user-details #loggedin .user-quick-links div.title, #user-details #loggedin .admin-quick-links div.title {
|
||||
float: none;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
text-align: center;
|
||||
text-decoration: underline;
|
||||
}
|
||||
#user-details #loggedin .admin-quick-links div {
|
||||
float: left;
|
||||
padding-right: 5px;
|
||||
}
|
||||
#user-details #loggedin .content {
|
||||
clear: both;
|
||||
}
|
||||
#user-details #loggedin .content .title {
|
||||
float: none;
|
||||
text-align: center;
|
||||
text-decoration: underline;
|
||||
}
|
||||
#user-details #loggedin .content ul, #user-details #loggedin .content ol {
|
||||
list-style: disc inside none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#user-details #loggedin .block-end {
|
||||
clear: both;
|
||||
float: none;
|
||||
}
|
Reference in New Issue
Block a user