Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
0e937f79
Commit
0e937f79
authored
Aug 30, 2012
by
Sergey V Turchin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.alt:packages/branding-schoolmaster
Conflicts: branding.spec
parents
24e2a052
1a10a86a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
156 additions
and
10 deletions
+156
-10
branding.spec
branding.spec
+6
-0
index.css
components/indexhtml/index.css
+130
-0
index.css.in
components/indexhtml/index.css.in
+20
-10
No files found.
branding.spec
View file @
0e937f79
...
...
@@ -423,6 +423,12 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \
* Thu Aug 30 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt44
- translate installer notes and license titles into russian
* Tue Aug 21 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt43.M60P.1
- built for M60P
* Tue Aug 21 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt44
- update indexhtml css
* Fri Aug 17 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt42.M60P.1
- built for M60P
...
...
components/indexhtml/index.css
0 → 100644
View file @
0e937f79
/* CSS file for indexhtml page in ALT Linux distros */
body
{
font-family
:
Verdana
,
'DejaVu Sans'
,
Helvetica
,
sans
;
text-align
:
left
;
font-size
:
12px
;
background
:
#f8f8f8
;
background-image
:
url('images/dotted-background.png')
;
}
div
#content
{
background
:
white
;
border
:
solid
6px
#d0d0d0
;
border-radius
:
8px
;
-webkit-border-radius
:
8px
;
-moz-border-radius
:
7px
;
-khtml-border-radius
:
12px
;
padding
:
0
;
position
:
relative
;
width
:
780px
;
margin
:
40px
auto
;
}
div
#languages
{
text-align
:
right
;
font-size
:
x-small
;
padding
:
12px
;
}
div
#title
{
font-weight
:
normal
;
font-size
:
18pt
;
font-family
:
Verdana
,
Helvetica
;
text-align
:
center
;
margin-top
:
0
;
margin-bottom
:
12px
;
background
:
#657fbe
;
padding
:
6px
0
6px
0
;
border-top
:
solid
1px
#657fbe
;
border-bottom
:
solid
1px
#657fbe
;
background-image
:
url('images/lines.png')
;
}
div
#top-site
{
font-size
:
120%
;
font-weight
:
normal
;
font-family
:
Verdana
,
Helvetica
;
text-align
:
center
;
padding
:
4px
;
}
div
#main
{
padding
:
12px
;
}
th
{
vertical-align
:
bottom
;
text-align
:
center
;
padding-top
:
5px
;
}
img
.icon
{
width
:
48px
;
height
:
48px
;
}
img
.icon_big
{
width
:
60px
;
height
:
60px
;
}
img
.banner
{
width
:
130px
;
height
:
30px
;
margin
:
6px
;
}
li
{
line-height
:
1.35em
;
}
td
#central_pane
{
border-left
:
dotted
1px
#ccc
;
border-right
:
dotted
1px
#ccc
;
text-align
:
center
;
}
.column
{
text-align
:
center
;
}
td
#search
{
text-align
:
center
;
padding
:
12px
;
}
input
#search_string
{
position
:
relative
;
vertical-align
:
top
;
margin-top
:
12px
;
font-size
:
130%
;
background
:
white
;
border
:
solid
1px
#657fbe
;
border-radius
:
2px
;
-webkit-border-radius
:
2px
;
-moz-border-radius
:
2px
;
-khtml-border-radius
:
2px
;
}
input
#search_button
{
margin-top
:
12px
;
vertical-align
:
top
;
font-size
:
130%
;
}
td
#social
{
text-align
:
center
;
border-bottom
:
dotted
1px
#ccc
;
font-size
:
xx-small
;
color
:
#999
;
}
td
#left_footer
,
td
#right_footer
{
font-size
:
xx-small
;
color
:
#999
;
vertical-align
:
bottom
;
padding-top
:
15px
;
}
td
#right_footer
{
text-align
:
right
;
}
ul
li
{
text-align
:
left
;
list-style
:
square
url('bullet.png')
;
}
a
:link
,
a
:visited
{
text-decoration
:
none
;
color
:
#2e7194
;
}
a
:hover
{
text-decoration
:
none
;
color
:
#f60
;
border-bottom
:
1px
dotted
#f60
;
}
a
.image
:hover
,
a
.image
:link
,
a
.image
:visited
{
text-decoration
:
none
;
border
:
0
;
}
components/indexhtml/index.css.in
View file @
0e937f79
...
...
@@ -38,13 +38,22 @@ div.box {
width: 780px;
margin-top: 10px;
background: #@LIGHT_LABELS_HEX@;
padding: 0.2em;
padding-right: 2mm;
padding-top: 2mm;
padding-bottom: 2mm;
padding: 10px 20px;
padding-top: 10px;
border: 1px solid #c1c3cb;
background-color: #@LIGHT_COLOR_HEX@;
border: 1px solid #@DARK_COLOR_HEX@;;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
border-radius: 0.5em;
}
div.warning {
border: 1px solid #@DARK_ERRORS_HEX@;;
background-color: #@LIGHT_ERRORS_HEX@;;
padding: 5px;
}
#lang {
...
...
@@ -61,9 +70,10 @@ div.box {
#top {
text-align:left;
background:
url('img/gradient-top.png') 0% 0% repeat-x
;
background:
#@DARK_COLOR_HEX@
;
padding: 0.25em;
margin-bottom: 10px;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
...
...
@@ -71,8 +81,8 @@ div.box {
}
#product-logo {
background: url(
'img/product-logo.png'
) no-repeat;
width:
275
px;
height:
45
px;
background: url(
img/product-logo.png
) no-repeat;
width:
600
px;
height:
52
px;
border: 0px;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment