1
0
Fork 0

Merge pull request #927 from annando/master

Massive SQL stuff
This commit is contained in:
fabrixxm 2014-04-04 07:28:06 +00:00
commit 29092ace44
74 changed files with 1376 additions and 892 deletions

View file

@ -130,6 +130,7 @@ img {
overflow: hidden;
padding: 1px;
color: #999;
vertical-align: text-top;
}
.icon:hover {
@ -144,8 +145,9 @@ img {
text-indent: 0px;
}
.icon.s10 {
min-width: 10px;
height: 10px;
/* min-width: 10px;
height: 10px; */
/* font-size: 10px; */
}
.icon.s10.text {
padding: 2px 0px 0px 15px;
@ -293,9 +295,10 @@ body {
/* font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; */
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
/* font-size: 13px; */
/* line-height: 19.5px; */
/* font-size: 13px;
line-height: 19.5px; */
font-weight: 400;
font-style: normal;
/* background-color: #ffffff; */
/* background-color: #FAFAFA; */
background-color: rgb(229, 229, 229);
@ -378,8 +381,6 @@ code {
list-style: none;
border: 3px solid #364e59;
z-index: 100000;
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
}
/* tool */
@ -446,11 +447,11 @@ code {
a.nets-link, .side-link a, #sidebar-new-group a, a.savedsearchterm, a.fileas-link, aside h4 a {
display: block;
color: black;
color: #737373;
}
a.sidebar-group-element {
color: black;
color: #737373;
}
#follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form, #posted-date-selector {
@ -468,7 +469,7 @@ a.sidebar-group-element {
}
#forum-list a, .tool a, .admin.link a {
color: black;
color: #737373;
}
#forum-list {
@ -553,9 +554,6 @@ nav {
background: linear-gradient(top, #516499 0%,#364a84 100%); */
color: #ffffff;
z-index: 100;
/*-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
border-bottom: 5px solid #F80; */
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
@ -772,8 +770,6 @@ ul.menu-popup {
list-style: none;
border: 3px solid #364e59;
z-index: 100000;
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
}
ul.menu-popup a {
@ -814,8 +810,6 @@ ul.menu-popup .empty {
border: 1px solid #MenuBorder;
overflow: auto;
z-index: 100000;
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
}
.acpopupitem {
@ -878,7 +872,8 @@ aside {
padding: 10px 10px 0px 20px;
/* border-right: 1px solid #D2D2D2; */
/* background-color: #ECECF2; */
background-color: #F2F2F2;
/* background-color: #F2F2F2; */
background-color: #FFFFFF;
font-size: 13px;
/* background: #F1F1F1; */
/* top: 0px; */
@ -891,7 +886,8 @@ aside {
height: 100%;
height: calc(100% - 42px);
/* overflow: scroll; */
box-shadow: 1px 1px 6px -3px #666;
box-shadow: 1px 2px 0px 0px #D8D8D8;
color: #737373;
}
aside .vcard .fn {
font-size: 18px;
@ -1090,6 +1086,11 @@ aside h4 {
}
/* section */
section {
/*font-size: 13px;
line-height: 19.5px;*/
font-size: 14.95px;
line-height: 21px;
/* font-family: Quodana,Verdana,DejaVu Sans,Bitstream Vera Sans,Helvetica,sans-serif; */
display: table-cell;
vertical-align: top;
top: 32px;
@ -1121,7 +1122,7 @@ section.minimal {
position: relative;
padding: 5px;
margin-bottom: 10px;
box-shadow: 1px 1px 6px -3px rgba(0, 0, 0, 0.7);
box-shadow: 1px 2px 0px 0px #D8D8D8;
background-color: #FFFFFF;
/* width: 755px; */
}
@ -1158,7 +1159,7 @@ section.minimal {
.wall-item-bottom {
/* font-size: 14px; */
}
/* .wall-item-container .wall-item-bottom { */
.wall-item-container .wall-item-tags,
.wall-item-container .wall-item-links,
.wall-item-container .wall-item-actions {
opacity: 0.2;
@ -1168,7 +1169,7 @@ section.minimal {
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
/* .wall-item-container:hover .wall-item-bottom { */
.wall-item-container:hover .wall-item-tags,
.wall-item-container:hover .wall-item-links,
.wall-item-container:hover .wall-item-actions {
opacity: 1;
@ -1209,6 +1210,25 @@ section.minimal {
font-size: 12px;
}
.type-link {
border-top: 1px solid #D2D2D2;
border-bottom: 1px solid #D2D2D2;
display: block;
padding-top: 5px;
padding-bottom: 5px;
/*
padding-left: 170px;
min-height: 90px;
position: relative;
*/
}
.type-link:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.wall-item-container .wall-item-content .type-link img,
.type-link img {
max-width: 160px;
@ -1217,13 +1237,23 @@ section.minimal {
margin-right: 10px;
}
.type-link blockquote {
margin-left: 160px;
/* margin-left: 160px; */
margin-left: 0px;
max-height: 160px;
overflow: hidden;
border-left: 0px;
padding-left: 0px;
}
.type-link .oembed {
font-size: inherit;
}
.type-link img {
/* position: absolute;
left: 0;
top: 0; */
}
.type-link span.oembed + br,
.type-link a + br,
.type-link img + br{
display: none;
}
@ -1454,7 +1484,7 @@ section.minimal {
}
#profile-jot-form {
box-shadow: 1px 1px 6px -3px #666;
box-shadow: 1px 2px 0px 0px #D8D8D8;
background-color: #fafafa;
padding: 10px;
}
@ -1536,8 +1566,6 @@ section.minimal {
position: absolute !important;
top: 40px;
left: 30px;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.wwto .contact-photo {
@ -1923,18 +1951,18 @@ ul.tabs a {
}
ul.tabs a {
box-shadow: 1px 1px 6px -3px #666;
box-shadow: 1px 2px 0px 0px #D8D8D8;
margin-right: 5px;
}
#birthday-notice, #event-notice {
box-shadow: 1px 1px 6px -3px #666;
box-shadow: 1px 2px 0px 0px #D8D8D8;
margin-bottom: 5px;
}
#birthday-wrapper, #event-wrapper {
background-color: #FAFAFA;
box-shadow: 1px 1px 6px -3px #666;
box-shadow: 1px 2px 0px 0px #D8D8D8;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;