Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move stylesheets to its own directory #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/* Fixes for older or limited browsers */

#mbOverlay.mbOverlayOpaque {
background: transparent url(80.png) repeat;
background: transparent url(../images/80.png) repeat;
}

#mbOverlay.mbOverlayAbsolute {
Expand Down Expand Up @@ -56,7 +56,7 @@
}

#mbCenter.mbLoading {
background: #000 url(loading-dark.gif) no-repeat center;
background: #000 url(../images/loading-dark.gif) no-repeat center;
/* This style is applied only during animation. */
/* For example, the next lines turn off shadows */
/* improving browser performance on slow systems. */
Expand Down Expand Up @@ -168,4 +168,4 @@
color: #d00;
font-weight: bold;
text-decoration: underline;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/* Fixes for older or limited browsers */

#mbOverlay.mbOverlayOpaque {
background: transparent url(80.png) repeat;
background: transparent url(../images/80.png) repeat;
}

#mbOverlay.mbOverlayAbsolute {
Expand Down Expand Up @@ -56,7 +56,7 @@
}

#mbCenter.mbLoading {
background: #fff url(loading-light.gif) no-repeat center;
background: #fff url(../images/loading-light.gif) no-repeat center;
/* This style is applied only during animation. */
/* For example, the next lines turn off shadows */
/* improving browser performance on slow systems. */
Expand Down Expand Up @@ -180,4 +180,4 @@
color: #d00;
font-weight: bold;
text-decoration: underline;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/* Fixes for older or limited browsers */

#mbOverlay.mbOverlayOpaque {
background: transparent url(80.png) repeat;
background: transparent url(../images/80.png) repeat;
}

#mbOverlay.mbOverlayAbsolute {
Expand All @@ -45,7 +45,7 @@
}

#mbCenter.mbLoading {
background: rgba(0,0,0,0.4) url(loading-minimal.gif) no-repeat center;
background: rgba(0,0,0,0.4) url(../images/loading-minimal.gif) no-repeat center;
}

#mbMedia {
Expand Down Expand Up @@ -155,4 +155,4 @@
color: #d00;
font-weight: bold;
text-decoration: underline;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/* Fixes for older or limited browsers */

#mbOverlay.mbOverlayOpaque {
background: transparent url(80.png) repeat;
background: transparent url(../images/80.png) repeat;
}

#mbOverlay.mbOverlayAbsolute {
Expand Down Expand Up @@ -230,4 +230,4 @@
color: #d00;
font-weight: bold;
text-decoration: underline;
}
}