mirror of
https://github.com/Mibew/java.git
synced 2025-01-24 02:20:33 +03:00
66 lines
1.7 KiB
CSS
66 lines
1.7 KiB
CSS
|
/*
|
||
|
This file is part of Mibew Messenger project.
|
||
|
|
||
|
Copyright (c) 2005-2011 Mibew Messenger Community
|
||
|
All rights reserved. The contents of this file are subject to the terms of
|
||
|
the Eclipse Public License v1.0 which accompanies this distribution, and
|
||
|
is available at http://www.eclipse.org/legal/epl-v10.html
|
||
|
|
||
|
Alternatively, the contents of this file may be used under the terms of
|
||
|
the GNU General Public License Version 2 or later (the "GPL"), in which case
|
||
|
the provisions of the GPL are applicable instead of those above. If you wish
|
||
|
to allow use of your version of this file only under the terms of the GPL, and
|
||
|
not to allow others to use your version of this file under the terms of the
|
||
|
EPL, indicate your decision by deleting the provisions above and replace them
|
||
|
with the notice and other provisions required by the GPL.
|
||
|
*/
|
||
|
|
||
|
#mibewinvitationpopup {
|
||
|
border: 1px solid #aaa;
|
||
|
background-color: #ddd;
|
||
|
padding: 5px;
|
||
|
position: fixed;
|
||
|
top: 50%;
|
||
|
left: 0;
|
||
|
width: 400px;
|
||
|
}
|
||
|
|
||
|
#mibewinvitationpopup h1, #mibewinvitationpopup p, #mibewinvitationclose a {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
#mibewinvitationclose {
|
||
|
float: right;
|
||
|
background-color: red;
|
||
|
padding: 1px;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
#mibewinvitationclose a {
|
||
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
||
|
font-size: 20px;
|
||
|
font-weight: bold;
|
||
|
color: white;
|
||
|
margin: 0 4px 0 4px;
|
||
|
}
|
||
|
|
||
|
#mibewinvitationclose a, #mibewinvitationclose a:link, #mibewinvitationclose a:hover {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
#mibewinvitationpopup h1 {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#mibewinvitationpopup p {
|
||
|
padding: 2px;
|
||
|
margin: 2px;
|
||
|
}
|
||
|
|
||
|
#mibewinvitationavatar {
|
||
|
margin: 2px;
|
||
|
margin-right: 5px;
|
||
|
cursor: pointer;
|
||
|
float: left;
|
||
|
}
|