Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #835 goes here
Everything about design #835 goes here
Stoyanoff
Posts: 59
Reputation: 0

Message # 16 | 4:07 PM
Thanks a lot for help Natashko. Became an excellent result!
www.Tarikat.biz
www.Channel-Greece.tk

The Bulgarian women are the most beautiful in the world - fact
Gloria, Jechka Slaninkova, Nasko Mentata, Zafeiris Melas, Stamatis Gonidis, DJ Vesselin, DJ Doncho - RulZ
If you not tried the Bulgarian homely Brandy, Absolut Vanilia and Sobieski Cranberry - you not know anything about life.
Post edited by Stoyanoff - Monday, 2011-09-12, 4:08 PM
Stoyanoff
Posts: 59
Reputation: 0

Message # 17 | 1:31 AM
Hello could you tell me why this difference occurs (see Attachments) in the title before and after I click on entries.
I think the entries title should be placed slightly down by 1 or 2 pixels.

Here's the code. If you can help. (The site is: www.tarikat.biz)

Code
/* Entries Style */
.eBlock {}
.eTitle {border-left:1px solid #333330;border-right:1px solid #333330;border-top:1px solid #333330;font-family:Verdana,Arial,Sans-Serif;font-size:100%;font-weight:normal;color:#A58C00;padding:0px;}
.eTitle a:link {text-decoration:underline; color:#A58C00;}
.eTitle a:visited {text-decoration:none; color:#A58C00;}
.eTitle a:hover {text-decoration:none; color:#FFFFFF;}
.eTitle a:active {text-decoration:underline; color:#000000;}

.eMessage {text-align:justify;padding:10px !important;margin-left:0px; border-left:1px solid #333330; border-right:1px solid #333330;border-top:1px solid #333330;}
.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px solid #CCCCCC}
.eDetails { border-left:1px solid #333330;border-right:1px solid #333330;border-top:1px solid #333330;border-bottom:1px solid #333330;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#A58C00;padding:3px; text-align:left;font-size:8pt;margin-left:0px;background:#333330;}
.eDetails1 {border-top:1px solid #00ff00;border-bottom:1px solid #DDDDDD;font-familyVerdana,:Tahoma,Arial,Sans-Serif;color:#00ff00;padding:3px; text-align:left;font-size:8pt;background:#F6F6F6;}
.eDetails2 {border-bottom:1px solid #DDDDDD;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding:3px; text-align:left;font-size:8pt;background:#00ff00;}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/835/6.gif') no-repeat 0px 0px;}
/* ------------- */
Attachments: 2344188.png (6.2 Kb) · 4554264.png (6.7 Kb)

www.Tarikat.biz
www.Channel-Greece.tk

The Bulgarian women are the most beautiful in the world - fact
Gloria, Jechka Slaninkova, Nasko Mentata, Zafeiris Melas, Stamatis Gonidis, DJ Vesselin, DJ Doncho - RulZ
If you not tried the Bulgarian homely Brandy, Absolut Vanilia and Sobieski Cranberry - you not know anything about life.
Post edited by Stoyanoff - Friday, 2011-09-16, 1:37 AM
Natashko
Posts: 3366
Reputation: 171

Message # 18 | 8:47 AM
Stoyanoff, Go to CP->Design->Design management (CSS)->add:
.eBlock td {padding: 0;}
td.eDetails, .td.eDetails1, .eDetails2 {padding: 3px;}
Stoyanoff
Posts: 59
Reputation: 0

Message # 19 | 9:41 AM
Natashko, is now better. Just need a little more to get closer:
Attachments: 6619165.png (9.6 Kb) · 3080015.png (7.4 Kb)

www.Tarikat.biz
www.Channel-Greece.tk

The Bulgarian women are the most beautiful in the world - fact
Gloria, Jechka Slaninkova, Nasko Mentata, Zafeiris Melas, Stamatis Gonidis, DJ Vesselin, DJ Doncho - RulZ
If you not tried the Bulgarian homely Brandy, Absolut Vanilia and Sobieski Cranberry - you not know anything about life.
Post edited by Stoyanoff - Friday, 2011-09-16, 9:42 AM
Natashko
Posts: 3366
Reputation: 171

Message # 20 | 10:45 AM
Stoyanoff,
Quote (Stoyanoff)
is now better. Just need a little more to get closer:

add in CSS: .eBlock {border-spacing: 0;}
Stoyanoff
Posts: 59
Reputation: 0

Message # 21 | 10:56 AM
Again, quick and accurate help. I really thank you very much Natashko!
www.Tarikat.biz
www.Channel-Greece.tk

The Bulgarian women are the most beautiful in the world - fact
Gloria, Jechka Slaninkova, Nasko Mentata, Zafeiris Melas, Stamatis Gonidis, DJ Vesselin, DJ Doncho - RulZ
If you not tried the Bulgarian homely Brandy, Absolut Vanilia and Sobieski Cranberry - you not know anything about life.
Stoyanoff
Posts: 59
Reputation: 0

Message # 22 | 10:48 AM
Hello! Can you tell me how to change the background of the fields to write in "Contact Us"? (from white to another)


Also if you can tell me the code for "border". Be as page guest book.


The site is: www.tarikat.biz
Attachments: 8989800.png (9.6 Kb) · 0237243.png (11.2 Kb)

www.Tarikat.biz
www.Channel-Greece.tk

The Bulgarian women are the most beautiful in the world - fact
Gloria, Jechka Slaninkova, Nasko Mentata, Zafeiris Melas, Stamatis Gonidis, DJ Vesselin, DJ Doncho - RulZ
If you not tried the Bulgarian homely Brandy, Absolut Vanilia and Sobieski Cranberry - you not know anything about life.
redhead
Posts: 113
Reputation: 9

Message # 23 | 12:27 PM
Stoyanoff,
Quote (Stoyanoff)
Hello! Can you tell me how to change the background of the fields to write in "Contact Us"? (from white to another)
Go to CP->Design->Design management (CSS) and add at the very end:
Code
#content input[type=text], #content input[type=password], #content textarea, #content select {background: #333330;border: 1px solid #000000;color: #000000;}
You can change colors to your taste

Quote (Stoyanoff)
Also if you can tell me the code for "border"
Go to CP->Design->Design management (CSS)->find:
Code
.commTable {border:1px solid #333330;background:#000000;font-size:8pt;}
Substitute #333330 with your own color.
Stoyanoff
Posts: 59
Reputation: 0

Message # 24 | 1:46 PM
redhead, thanks for the reply. The first question is very well received. But I think you did not understand me the second question. I want to put "border" on page "Contact Us". I just gave an example of how I want to be. (like guestbook).
www.Tarikat.biz
www.Channel-Greece.tk

The Bulgarian women are the most beautiful in the world - fact
Gloria, Jechka Slaninkova, Nasko Mentata, Zafeiris Melas, Stamatis Gonidis, DJ Vesselin, DJ Doncho - RulZ
If you not tried the Bulgarian homely Brandy, Absolut Vanilia and Sobieski Cranberry - you not know anything about life.
redhead
Posts: 113
Reputation: 9

Message # 25 | 1:51 PM
Stoyanoff, Go to CP->Design->Design management (CSS) and add at the very end:
Code
#table1 {border:1px solid #333330;}
Stoyanoff
Posts: 59
Reputation: 0

Message # 26 | 2:02 PM
Done. That is. Once again thanks redhead.
www.Tarikat.biz
www.Channel-Greece.tk

The Bulgarian women are the most beautiful in the world - fact
Gloria, Jechka Slaninkova, Nasko Mentata, Zafeiris Melas, Stamatis Gonidis, DJ Vesselin, DJ Doncho - RulZ
If you not tried the Bulgarian homely Brandy, Absolut Vanilia and Sobieski Cranberry - you not know anything about life.
Post edited by Stoyanoff - Friday, 2011-09-23, 2:02 PM
Stoyanoff
Posts: 59
Reputation: 0

Message # 27 | 5:36 PM
Hello. Can you tell me, why is it?
Here everything is normal:


And here when I click the number 1 to go on the front page gets this:


If is the image resolution why the other pictures is no problem since they are also the same resolution?

The site is www.tarikat.biz
Attachments: 2963874.png (202.5 Kb) · 3416248.png (167.5 Kb)

www.Tarikat.biz
www.Channel-Greece.tk

The Bulgarian women are the most beautiful in the world - fact
Gloria, Jechka Slaninkova, Nasko Mentata, Zafeiris Melas, Stamatis Gonidis, DJ Vesselin, DJ Doncho - RulZ
If you not tried the Bulgarian homely Brandy, Absolut Vanilia and Sobieski Cranberry - you not know anything about life.
Post edited by Stoyanoff - Tuesday, 2011-10-04, 5:52 PM
Zevoxa
Posts: 237
Reputation: 4

Message # 28 | 7:49 PM
Stoyanoff, the picture is too big, I would reconsider re-sizing it.
I would prefer if you called me ErraticFox. ^_^
Stoyanoff
Posts: 59
Reputation: 0

Message # 29 | 8:32 PM
Poptart, I don't think that is it. Now picture is 200x200 pixels, but try again to see what happens.
In 200x200 pixels the one slide disappears but the other remains.

www.Tarikat.biz
www.Channel-Greece.tk

The Bulgarian women are the most beautiful in the world - fact
Gloria, Jechka Slaninkova, Nasko Mentata, Zafeiris Melas, Stamatis Gonidis, DJ Vesselin, DJ Doncho - RulZ
If you not tried the Bulgarian homely Brandy, Absolut Vanilia and Sobieski Cranberry - you not know anything about life.
Natashko
Posts: 3366
Reputation: 171

Message # 30 | 9:25 AM
Stoyanoff, the problem wasn't confirmed. See this:
Attachments: 3870670.png (17.4 Kb)
uCoz Community » For Webmasters » Design Customization » Everything about design #835 goes here
Search: