~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to resources/css/helioviewer-base.css

  • Committer: Keith Hughitt
  • Date: 2012-06-12 20:18:46 UTC
  • Revision ID: keith.hughitt@gmail.com-20120612201846-k3nm2g2sznpfumhc
Added latest movies page

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
/* Center button */
77
77
#center-button {
78
 
    background-color: rgba(255,255,255,0.8);
79
 
    color: black;
80
 
    border: 0 2px 2px 0 solid rgba(0,0,0,1);
 
78
    background: transparent url(../../resources/images/blackGlass/transparentBGWhite.png);
81
79
    font-size: 13.5px;
82
80
    width:54px;
83
81
    height:16px;
84
82
    position: absolute;
85
83
    top: 0px;
86
84
    left: 0px;
87
 
    border-right: 2px solid black;
88
 
    border-bottom: 2px solid black;
 
85
    border-right: 1px solid black;
 
86
    border-bottom: 1px solid black;
89
87
    text-align:center;
90
88
    cursor: pointer;
91
89
}
92
 
#center-button:hover {
93
 
    background-color: rgba(255,255,255,1);
94
 
}
95
 
#center-button:active {
96
 
    background-color: yellow;
97
 
}
 
90
 
98
91
#center-button > span {
99
 
    color: black;
100
 
    font-weight: 400;
 
92
    color: #E8E8E8;
 
93
    font-weight: bold;
101
94
    vertical-align: top;
102
95
    line-height: 1.0;
103
96
}
106
99
#mouse-coords {
107
100
    background: transparent;
108
101
    color: white;
109
 
    font-size: 1em;
 
102
    font-size: 13px;
110
103
    font-weight: 600;
111
 
    width: 12em;
 
104
    width: 160px;
 
105
    height: 16px;
112
106
    position: absolute;
113
 
    top: 0;
114
 
    left: -12em;
115
 
    text-align: right;
 
107
    bottom: 6px;
 
108
    right: 2px;
116
109
}
117
110
 
118
111
#mouse-coords-x, #mouse-coords-y {
119
 
    width: 40%;
120
 
    display: inline-block;
 
112
    width: 50%;
 
113
    float: left;
121
114
}
 
 
b'\\ No newline at end of file'