java/src/messenger/webim/styles/invitations/default/invite.css
2013-05-24 11:07:09 +00:00

90 lines
2.4 KiB
CSS

/*
* Copyright 2005-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#mibewinvitationpopup {
margin: 0 !important;
padding: 5px !important;
border: 0 !important;
outline: 0 !important;
font-weight: normal !important;
font-style: normal !important;
font-family: Arial, Helvetica, sans-serif !important;
font-size: 12px !important;
vertical-align: baseline !important;
line-height: normal !important;
border: 1px solid #aaa !important;
background-color: #ddd !important;
color: #000 !important;
position: fixed !important;
top: 50% !important;
left: 0 !important;
width: 400px !important;
}
#mibewinvitationpopup h1, #mibewinvitationpopup p, #mibewinvitationclose a {
cursor: pointer !important;
}
#mibewinvitationpopup h1{
font-size: 20px !important;
font-weight: bold !important;
margin-top: 10px !important;
margin-bottom: 10px !important;
}
#mibewinvitationclose {
float: right !important;
background-color: red !important;
padding: 1px !important;
margin: 0 !important;
}
#mibewinvitationclose a {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
font-size: 20px !important;
font-weight: bold !important;
color: white !important;
margin: 0 4px 0 4px !important;
}
#mibewinvitationclose a, #mibewinvitationclose a:link, #mibewinvitationclose a:hover {
text-decoration: none !important;
}
#mibewinvitationpopup h1 {
text-align: center !important;
}
#mibewinvitationpopup p {
padding: 2px !important;
margin: 2px !important;
}
#mibewinvitationavatar {
margin: 2px !important;
margin-right: 5px !important;
cursor: pointer !important;
float: left !important;
}
#mibewinvitationframe {
width: 398px;
height: 150px;
overflow: hidden;
border: 1px solid #000;
background-color: #FFFFFF;
}