share-updates/src/main/webapp/ShareUpdates.css

277 lines
5.0 KiB
CSS

/* Superpose TextArea and Highlight DIV trick starts here */
#supercontainer {
position: relative;
}
#highlighterContainer {
position: absolute;
left: 0;
top: 0;
cursor: text;
width: 525px;
height: 54px;
}
#inputContainer {
position: relative;
}
#highlighter {
padding: 4px 2px;
color: #ffffff;
background-color: #FFF;
margin: 0px;
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
sans-serif;
font-size: 13px;
letter-spacing: normal;
line-height: normal;
border: 1px solid transparent;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
width: 525px;
height: 54px;
word-wrap: break-word; /* this is very important when usere paste long links*/
}
.postTextArea {
padding: 4px 2px;
color: #999;
background-color: transparent;
margin: 0px;
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
sans-serif;
font-size: 13px;
letter-spacing: normal;
line-height: normal;
border: 1px solid #999;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
width: 525px;
height: 54px;
}
.highlightedUser {
background-color: #D8DFEA !important;
}
/* DIV trick ends here */
.gwt-Button {
text-shadow: none;
font-weight: normal;
}
.darker-color {
color: #333;
background-color: transparent;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}
.shareButton {
background-color: #0271BE;
background-image: linear-gradient(#6ab4eb, #0271BE);
border: 1px solid #01497C;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
color: #FFF;
font-weight: normal;
font-size: 12px;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
cursor: pointer;
padding: 3px 15px;
}
.shareButton:hover, .shareButton:focus {
background-color: #019AD3;
background-image: linear-gradient(#33BCEF, #019AD3);
border-color: #057ED0;
}
.shareButton:active {
background: #e3e8f3;
}
.framed {
margin: 0 0 10px;
padding: 10px;
margin: 0px 5px;
background: #FFF url(images/vre_bg_gray.png) repeat-x left bottom;
border-radius: 6px !important;
-moz-border-radius: 6px !important;
-webkit-border-radius: 6px !important;
border: 1px solid #DBDBDB;
}
.buttonDiv {
text-align: right;
padding-top: 2px;
}
.member-photo {
display: block;
padding: 2px;
border: 1px solid #E6E6E6;
}
.link-previewer {
width: 600px;
padding-top: 10px;
padding-bottom: 10px;
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
background-clip: border-box;
background-color: #FBFBFB;
background-image: none;
border-color: #D7D7D7;
}
.hide-description {
margin-top: 5px;
}
.hide-description span label {
padding-left: 5px;
}
.linkpreview-bgcolor {
background-color: #FBFBFB;
}
.link-title {
font-size: 12px;
font-weight: bold;
line-height: 15px;
width: 465px;
}
.link-url {
color: #666;
font-size: 10px;
}
.link-desc {
padding-top: 5px;
color: #333;
font-size: 10px;
width: 465px;
}
.image-loader {
background: #FFF url(images/avatarLoader.gif) no-repeat;
}
.su-closeImage {
background: url(images/close.png) 0px 0px no-repeat;
height: 15px;
width: 15px;
}
.su-closeImage:hover {
background: url(images/close.png) 0px -16px no-repeat;
cursor: pointer;
cursor: hand;
}
.su-closeImage:active {
background: url(images/close.png) 0px -32px no-repeat;
}
.small-text {
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
font-size: 9px;
}
.small-text-arrow {
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
font-size: 9px;
padding-left: 5px;
padding-right: 5px;
}
.small-text-arrow:hover {
color: blue;
cursor: pointer;
cursor: hand;
}
a.link,a.link:active,a.link:visited {
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
sans-serif;
font-size: 12px;
cursor: pointer;
cursor: hand;
text-decoration: none;
color: #3B5998;
}
a.link:hover {
opacity: 0.8;
text-decoration: underline;
}
.shareContainer {
width: 600px;
background-clip: border-box;
background-image: none;
background-origin: padding-box;
padding-bottom: 3px;
}
.toolsContainer {
padding-top: 3px;
width: 600px;
background-image: none;
border-top-color: #DADADA;
border-top-style: solid;
border-top-width: 1px;
}
.wizardListbox {
height: 19px;
width: 110px;
background: #F2F2F2 url(images/white-grad.png) repeat-x scroll left top;
border-color: #BBB;
color: #464646;
font-size: 10px;
border-width: 1px;
border-style: solid;
cursor: pointer;
cursor: hand;
padding-bottom: 3px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.error {
color: #FFF;
background-color: pink;
transition: background .45s ease-in-out;
-moz-transition: background .45s ease-in-out;
-webkit-transition: background .45s ease-in-out;
}
/* smart textarea */
#mycontentEditableElement input[type="text"] {
font-family: verdana, arial, sans-serif;
font-size: 11px;
padding: 1px 3px;
color: #1C2A47;
border: 1px solid #9DACCC;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}